Any plans to add a downshift table?
-
- Posts: 11
- Joined: Mon Nov 21, 2011 9:41 pm
Any plans to add a downshift table?
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: Any plans to add a downshift table?
There are no plans to add a separate downshift table. The problem with shift multiple tables is that it is very easy for users to set them up with conflicting logic, and then their trans doesn't shift properly at all. If enough people wanted it and could explain precisely how they wanted it to work (and this was both logically consistent and user friendly), we would consider adding it, though.
The default shift table is set up so that at high loads the engine runs to the red line before the upshift, and downshifts as soon as the red line won't be exceeded. At low loads both upshifts and downshifts are at low rpms. This is what most people want and expect - including you, if I understand your post properly. If you shift table doesn't look similar to the above, you may have it misconfigured. For example, some people put the same value in an entire column, and this removes the load based shifting ability.
So the current table only has upshifts and downshifts at the same speed *IF* the load is the same, and that would be unusual in a real world application. If you are wanting to upshift early at low loads (to keep the revs low), you can do this by entering higher numbers in the lower part of the shift table. If you want to downshift early at high loads (to keep the revs high), then you can enter lower numbers in the higher part of the table. You may have to play with the load averaging settings to get the behavior you want, see the manual for details: http://www.msgpio.com/manuals/mshift/V2tune.html
There is a second, easy way to get the trans to downshift when you want, though: the shift buttons. If you want to upshift early, press the upshift button. If you want to downshift early, press the downshift button. That will get you the gear you want, and you will go back into auto mode when you press both buttons, drop below the minimum speed, or select one of PNR.
Lance.
-
- Posts: 11
- Joined: Mon Nov 21, 2011 9:41 pm
Re: Any plans to add a downshift table?
-
- Posts: 41
- Joined: Mon Apr 02, 2012 4:29 pm
Re: Any plans to add a downshift table?
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: Any plans to add a downshift table?
You can already use TPS for load on the shift tables with the existing code. You need to select it under "CAN Load Variable". See: http://www.msgpio.com/manuals/mshift/V22tune.html#oa
If you are not using CAN, you can use the 0-5V TPS signal for load. See "Non-CAN Load Settings: http://www.msgpio.com/manuals/mshift/V22tune.html#gc
(I have just corrected a typo in the INI and manual, so you may need to refresh your browser.)
Lance.
-
- Posts: 41
- Joined: Mon Apr 02, 2012 4:29 pm
Re: Any plans to add a downshift table?
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: Any plans to add a downshift table?
The labels won't change just because the value selected for the load is changed because of the limitations on the way TS and MShift interact.
You can change the label manually, if you like. To do this you need to unset LOAD_KPA. Use a text editor (like notepad or notepad++) to open the INI file. Search for a line like
Code: Select all
# set LOAD_KPA
Code: Select all
# unset LOAD_KPA
Note that the various load values have been tested in B&G 2.905 and 3.780. Other codes may (or may not) report the MAP and TPS according to the B&G standard, and you would have to ask the developers if/why not.
Lance.
-
- Posts: 41
- Joined: Mon Apr 02, 2012 4:29 pm
Re: Any plans to add a downshift table?
Im running MS3X V1.1.1 and MShift V2.2 so I hope it will work.