add `A/C Pressure Enable Hysteresis` setting #6804
This commit is contained in:
parent
62eaa151cc
commit
0211e671f9
|
@ -1589,7 +1589,7 @@ uint8_t alsEtbPosition;;"", 1, 0, 0, 20000, 0
|
||||||
int ALSIdleAdd;;"%", 1, 0, 0, 100, 2
|
int ALSIdleAdd;;"%", 1, 0, 0, 100, 2
|
||||||
int ALSEtbAdd;;"%", 1, 0, 0, 100, 2
|
int ALSEtbAdd;;"%", 1, 0, 0, 100, 2
|
||||||
float ALSSkipRatio;;"", 1, 0, 0, 1, 1
|
float ALSSkipRatio;;"", 1, 0, 0, 1, 1
|
||||||
uint8_t unusedSorry11
|
uint8_t autoscale acPressureEnableHyst;Hysterisis: if Pressure High Disable is 240kpa, and acPressureEnableHyst is 20, when the ECU sees 240kpa, A/C will be disabled, and stay disabled until 240-20=220kpa is reached;"kPa (absolute)", 0.5, 0, 0, 125, 1
|
||||||
pin_input_mode_e ALSActivatePinMode;
|
pin_input_mode_e ALSActivatePinMode;
|
||||||
|
|
||||||
uint8_t autoscale tpsSecondaryMaximum;For Ford TPS, use 53%. For Toyota ETCS-i, use ~65%;"%", 0.5, 0, 0, 100, 1
|
uint8_t autoscale tpsSecondaryMaximum;For Ford TPS, use 53%. For Toyota ETCS-i, use ~65%;"%", 0.5, 0, 0, 100, 1
|
||||||
|
|
|
@ -3804,19 +3804,20 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
|
||||||
indicator = { isFan2On }, "fan 2 off", "fan 2 on", white, black, green, black
|
indicator = { isFan2On }, "fan 2 off", "fan 2 on", white, black, green, black
|
||||||
|
|
||||||
dialog = acSettingsWest, "A/C Settings"
|
dialog = acSettingsWest, "A/C Settings"
|
||||||
field = "A/C switch", acSwitch
|
field = "A/C switch", acSwitch
|
||||||
field = "A/C switch mode", acSwitchMode
|
field = "A/C switch mode", acSwitchMode
|
||||||
field = "A/C Relay", acRelayPin
|
field = "A/C Relay", acRelayPin
|
||||||
field = "A/C Relay Mode", acRelayPinMode
|
field = "A/C Relay Mode", acRelayPinMode
|
||||||
field = "A/C compressor delay", acDelay
|
field = "A/C compressor delay", acDelay
|
||||||
field = "Max RPM", maxAcRpm
|
field = "Max RPM", maxAcRpm
|
||||||
field = "Max CLT", maxAcClt
|
field = "Max CLT", maxAcClt
|
||||||
field = "Max TPS", maxAcTps
|
field = "Max TPS", maxAcTps
|
||||||
field = "A/C Idle adder", acIdleExtraOffset
|
field = "A/C Idle adder", acIdleExtraOffset
|
||||||
field = "A/C Idle RPM", acIdleRpmTarget
|
field = "A/C Idle RPM", acIdleRpmTarget
|
||||||
field = "RPM low threshold", acLowRpmLimit
|
field = "RPM low threshold", acLowRpmLimit
|
||||||
field = "Pressure Low disable", minAcPressure
|
field = "Pressure Low disable", minAcPressure
|
||||||
field = "Pressure High disable", maxAcPressure
|
field = "Pressure High disable", maxAcPressure
|
||||||
|
field = "A/C Pressure Enable Hysteresis", acPressureEnableHyst
|
||||||
|
|
||||||
dialog = acSettings, "", border
|
dialog = acSettings, "", border
|
||||||
panel = acSettingsWest, West
|
panel = acSettingsWest, West
|
||||||
|
|
Loading…
Reference in New Issue