Warm-up feature

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
tobmag
Posts: 206
Joined: Mon Jan 02, 2012 4:22 am

Warm-up feature

Post by tobmag »

Lance.

I have noticed on my daily driver that has a ZF5HP that when its cold it will shift at a higher Engine speed then during normal engine temp, so its more related to engine and not transtemp.
Dont know if its possible to pull engine temp via CAN to add a warm up feature?

It should be a quite simple thing just interupting the speed signal used for the shift table.
Eg if its minus 10 degrees C and to speed up waming up the engine we could move up the speed shifting point by X% so instead of shifting from 1 -2 at 15kmph @ x Load it will shift at 20kmp @ x Load.

Not an essential function to have so could be placed on the long term "to do" list.


BR//Tobmag
Bernard Fife
Posts: 1696
Joined: Fri Apr 04, 2008 1:28 pm

Re: Warm-up feature

Post by Bernard Fife »

Tobmag,

This is 'doable'. MShift already grabs the engine coolant temp when grabbing the whole outpc structure, aka. 'Get all vars' (and it could be added to the outmsg structure fairly easily for those that want to 'Get only required vars').

I will think some more about this and how to best implement it. It may be we want to add a % to the speed as you say, or we may want to adjust the load to make it artificially a bit higher to move the shift speeds to a higher part of the table (so that the operating values are guaranteed to never be outside the table's bounds), or some other algorithm...

Lance.
"Never wrestle with pigs. You both get dirty and the pig likes it." - George Bernard Shaw
tobmag
Posts: 206
Joined: Mon Jan 02, 2012 4:22 am

Re: Warm-up feature

Post by tobmag »

Lance,

Just put it on the list on things to do, I dont put that high prio on this, just a "nice" feature...nothing essential

BR//Tobmag
Post Reply