Version 5.xx C code

A forum for discussing applications and implementations of the MegaShift transmission controller code for the GPIO from B&G. This can control up to 8-speeds and 6 shift solenoids (plus a 16x9 table for controlling a PWM line pressure valve). It has manual and fully automatic modes (16x9 load x speed table), with under and over rev-limit protection, and full data logging of all inputs and outputs (among many other abilities). A TransStim to test your completed board is also available.
Post Reply
Thor_patrol
Posts: 13
Joined: Wed Dec 09, 2015 12:28 am

Version 5.xx C code

Post by Thor_patrol »

Hi Lance,

Is it possible to get a copy of the Version 5 C code at all? I'm interested in seeing how the timing for the off going and oncoming solenoids works. I'll shortly be starting testing on a Ford 6R80 transmission and the timing of solenoids on the modern clutch to clutch transmissions is critical and if timed incorrectly can bind the transmission which doesn't sound like a good thing :?

Dave
Bernard Fife
Posts: 1696
Joined: Fri Apr 04, 2008 1:28 pm

Re: Version 5.xx C code

Post by Bernard Fife »

Dave,

What is it that you are concerned about? We can generally implement any scheme that makes sense and has sufficient users to make the effort worthwhile. The current code waits for the pressure adjustment delay to elapse, then it switches the solenoids one at a time, but all within a millisecond or so (with the standard setup). Achieving a higher level of accuracy is difficult because of the various interrupts that are activated (like the CANbus, serial comms, VSS, ISS, etc.). The current 'new serial' (aka. 'envelope') communication routines prioritize speedy comms over output accuracy, unfortunately.

There are no plans to release the 5.xxx code in the immediate future as it is still undergoing development, and is likely to for a while yet.

Lance.
"Never wrestle with pigs. You both get dirty and the pig likes it." - George Bernard Shaw
Post Reply