AA80E 8-speed
-
- Posts: 222
- Joined: Tue Dec 07, 2010 9:52 am
Re: AA80E 8-speed
I'm still digging for tech info on the new GM/Ford 10 speed, but so far my impression is that it may not have any more solenoids than this one as it seems to have about the came number of shifting elements (clutches, brakes) but apparently it also uses a shift trigger. Anyway it's possible the MShift controller could handle it but might need the same code mods as what we're looking at here. I'll post solid info on that as I'm able to get it, maybe some of the regulars will have better sources. A direct contact to Chevy's performance products engineering dept would as likely as not be the best resource. If I didn't already have the physical install completed I'd be looking for one.
First though, is it possible to use a different compiler rather than CodeWarrior? I know CodeWarrior is in C++, so is it possible for you to simply make and send me a copy of the code with .cpp and .h extensions in place of CodeWarrior's proprietary file extensions so that I could use a standard C++ compiler such as Dev-cpp or Visual Studio?
Matt thinks he can help me with the changes that have to be made and if it's a matter of tedium I can assist once he shows me what to do. I know what changes are needed and can guide him, and between the two of us I think we should be able to sort it out. I do have some experience with programming but not nearly as much as he does.
Whatever changes we might make I will return to you so that it is available to anyone else wanting to use this transmission. If you want I can give you my email address for file transfer.
Jim
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: AA80E 8-speed
-
- Posts: 222
- Joined: Tue Dec 07, 2010 9:52 am
Re: AA80E 8-speed
PT6 would revert to Paddle Upshift.
PAD4 would be unused.
There would be no output for the shift trigger.
I'll need an output for the shift trigger solenoid. One that is capable of generating a pulse. Where can I steal that from? Nothing else is really quite as critical, so just name an output that can make a pulse and whatever it is I'll use it.
Speedometer output maybe?
LED output?
Brake output?
Clutch output?
Anything?
I gave it MY best shot, now it's your turn.
You tell me which one. Much better to have the system crippled some way than to not work at all.
As backup plans, apparently there are a couple of controllers now on the market for the AA80E. Probably expensive, but not as expensive as starting over with another transmission.
Jim
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: AA80E 8-speed
-
- Posts: 222
- Joined: Tue Dec 07, 2010 9:52 am
Re: AA80E 8-speed
I mean, it IS an input/output right? All I need is one pulse every time the controller commands a shift. That would be enough to do the trick.
Jim
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: AA80E 8-speed
-
- Posts: 222
- Joined: Tue Dec 07, 2010 9:52 am
Re: AA80E 8-speed
And that only leaves one problem, an input for the paddle upshift. Here we do have options:
-PAD4 (VR2)
-PEO (auto mode/kickdown)
-AD5 (non-CAN input)
Any of these seem usable to me, what would be your suggestion?
Jim
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: AA80E 8-speed
-
- Posts: 222
- Joined: Tue Dec 07, 2010 9:52 am
Re: AA80E 8-speed
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: AA80E 8-speed
You will have to strip a fair bit of the code out to be able to compile this with the special edition of CW and its 32K limit. However, there ought to be lots of code in there that you don't need for your transmission control - for example you can't possibly need both the digital and voltage based shift lever code, you will only need one one of the spare port options per output, etc.
You also may need to update the files to match a newer compiler/linker/locator, but CW is usually pretty good at doing that automatically.