Extra Idle Air if Throttle is Pressed behavior #3940
This commit is contained in:
parent
a73cf6fc17
commit
c96b6b53f6
|
@ -33,5 +33,8 @@ bit isVerboseIAC
|
||||||
int targetRpmByClt;idle: target by CLT
|
int targetRpmByClt;idle: target by CLT
|
||||||
int targetRpmAcBump;idle: A/C bump
|
int targetRpmAcBump;idle: A/C bump
|
||||||
|
|
||||||
|
int airTaperRpmRange;RPM range above upper limit for extra air taper
|
||||||
|
percent_t airByRpmTaper;Extra air taper amount
|
||||||
|
|
||||||
! end of idle_state_s structure definition
|
! end of idle_state_s structure definition
|
||||||
end_struct
|
end_struct
|
||||||
|
|
|
@ -2863,6 +2863,8 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
|
||||||
field = "Fan #1 adder", fan1ExtraIdle
|
field = "Fan #1 adder", fan1ExtraIdle
|
||||||
field = "Fan #2 adder", fan2ExtraIdle
|
field = "Fan #2 adder", fan2ExtraIdle
|
||||||
field = "Extra idle air if throttle pressed", iacByTpsTaper
|
field = "Extra idle air if throttle pressed", iacByTpsTaper
|
||||||
|
field = "Air Taper Rpm Range", airTaperRpmRange
|
||||||
|
field = "Air By Rpm Taper", airByRpmTaper
|
||||||
|
|
||||||
dialog = idleGating, "Idle Detection Thresholds"
|
dialog = idleGating, "Idle Detection Thresholds"
|
||||||
field = "TPS threshold", idlePidDeactivationTpsThreshold
|
field = "TPS threshold", idlePidDeactivationTpsThreshold
|
||||||
|
|
Loading…
Reference in New Issue