The minimum line pressure is based on General Motors lower limit for the 4L60e/4L80e transmissions. This limit may not apply to other transmissions. No code changes are required to change the limit. You can lower it yourself simply by editing the INI with a text editor (like
notepad.exe or
notepad++.exe).
To change the PWM minimum, find a line in the INI like this:
Code: Select all
pc_table = array, U08, 273, [16x9], "%", -1.00000, -100.00, 40, 100, 0 ; The PWM% for PC solenoid by load and mph
the 40 value is the minimum. Suppose you wanted to change it to a lower number, say 20. Change the value of 40 to 20, like this:
Code: Select all
pc_table = array, U08, 273, [16x9], "%", -1.00000, -100.00, 20, 100, 0 ; The PWM% for PC solenoid by load and mph
Then you would be able to set line pressure table values as low as 20. There are other places in the INI where similar limits apply to line pressure settings (minimum line pressure in neutral/reverse, shift pressures, etc.) and you change them in the same way.
However, use great caution doing this! It is possible to set the line pressure too low for the transmission to operate correctly, and you could quickly burn out internal friction elements and/or damage other transmission components.
Lance.
"Never wrestle with pigs. You both get dirty and the pig likes it." - George Bernard Shaw