Maximum shift line pressure
Posted: Mon May 09, 2016 1:23 pm
Is there a reason the code will not allow a maximum of 100% line pressure during a shift? Seems to be limited to 90%?
Read only forum for GPIO Board from Bowling and Grippo.
http://www.msgpio.com/forums/
Code: Select all
; maxUPpressure1 = scalar, U08, 634, "%", -1.00000, -100.00, 40, 90, 0 ; Max pressure while upshifting to 1st
maxUPpressure2 = scalar, U08, 635, "%", -1.00000, -100.00, 40, 90, 0 ; Max pressure while upshifting to 2nd
maxUPpressure3 = scalar, U08, 636, "%", -1.00000, -100.00, 40, 90, 0 ; Max pressure while upshifting to 3rd
maxUPpressure4 = scalar, U08, 637, "%", -1.00000, -100.00, 40, 90, 0 ; Max pressure while upshifting to 4th
maxUPpressure5 = scalar, U08, 638, "%", -1.00000, -100.00, 40, 90, 0 ; Max pressure while upshifting to 5th
maxUPpressure6 = scalar, U08, 639, "%", -1.00000, -100.00, 40, 90, 0 ; Max pressure while upshifting to 6th
maxUPpressure7 = scalar, U08, 640, "%", -1.00000, -100.00, 40, 90, 0 ; Max pressure while upshifting to 7th
maxUPpressure8 = scalar, U08, 641, "%", -1.00000, -100.00, 40, 90, 0 ; Max pressure while upshifting to 8th
maxDWNpressure1 = scalar, U08, 642, "%", -1.00000, -100.00, 40, 90, 0 ; Max pressure while downshifting to 1st
maxDWNpressure2 = scalar, U08, 643, "%", -1.00000, -100.00, 40, 90, 0 ; Max pressure while downshifting to 2nd
maxDWNpressure3 = scalar, U08, 644, "%", -1.00000, -100.00, 40, 90, 0 ; Max pressure while downshifting to 3rd
maxDWNpressure4 = scalar, U08, 645, "%", -1.00000, -100.00, 40, 90, 0 ; Max pressure while downshifting to 4th
maxDWNpressure5 = scalar, U08, 646, "%", -1.00000, -100.00, 40, 90, 0 ; Max pressure while downshifting to 5th
maxDWNpressure6 = scalar, U08, 647, "%", -1.00000, -100.00, 40, 90, 0 ; Max pressure while downshifting to 6th
maxDWNpressure7 = scalar, U08, 648, "%", -1.00000, -100.00, 40, 90, 0 ; Max pressure while downshifting to 7th
; maxDWNpressure8 = scalar, U08, 649, "%", -1.00000, -100.00, 40, 90, 0 ; Max pressure while downshifting to 8th
Code: Select all
maxUPpressure1 = scalar, U08, 634, "%", -1.00000, -100.00, 40, 100, 0 ; Max pressure while upshifting to 1st