TS: rework fuel level dialog
This commit is contained in:
parent
3f05702669
commit
5a18ef472e
|
@ -682,7 +682,6 @@ enable2ndByteCanID = false
|
||||||
yAxis = 0, 100, 11
|
yAxis = 0, 100, 11
|
||||||
xBins = fuelLevelBins
|
xBins = fuelLevelBins
|
||||||
yBins = fuelLevelValues
|
yBins = fuelLevelValues
|
||||||
gauge = fuelTankLevelGauge
|
|
||||||
|
|
||||||
curve = wueAfrTargetOffsetCurve, "AFR Target Temperature Adjustment"
|
curve = wueAfrTargetOffsetCurve, "AFR Target Temperature Adjustment"
|
||||||
columnLabel = "Coolant", "AFR Offset"
|
columnLabel = "Coolant", "AFR Offset"
|
||||||
|
@ -3248,7 +3247,11 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
|
||||||
field = "Throttle inlet pressure sensor", throttleInletPressureChannel
|
field = "Throttle inlet pressure sensor", throttleInletPressureChannel
|
||||||
field = "Compressor discharge pressure sensor", compressorDischargePressureChannel
|
field = "Compressor discharge pressure sensor", compressorDischargePressureChannel
|
||||||
|
|
||||||
dialog = fuelLevelDialog, "Fuel Level Sensor"
|
dialog = fuelLevelGauges
|
||||||
|
gauge = rawFuelLevelGauge
|
||||||
|
gauge = fuelTankLevelGauge
|
||||||
|
|
||||||
|
dialog = fuelLevelSettings
|
||||||
field = "Input channel", fuelLevelSensor
|
field = "Input channel", fuelLevelSensor
|
||||||
field = "Low threshold", fuelLevelLowThresholdVoltage, {fuelLevelSensor != @@ADC_CHANNEL_NONE@@}
|
field = "Low threshold", fuelLevelLowThresholdVoltage, {fuelLevelSensor != @@ADC_CHANNEL_NONE@@}
|
||||||
field = "High threshold", fuelLevelHighThresholdVoltage, {fuelLevelSensor != @@ADC_CHANNEL_NONE@@}
|
field = "High threshold", fuelLevelHighThresholdVoltage, {fuelLevelSensor != @@ADC_CHANNEL_NONE@@}
|
||||||
|
@ -3256,6 +3259,10 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
|
||||||
field = "Update period", fuelLevelUpdatePeriodSec
|
field = "Update period", fuelLevelUpdatePeriodSec
|
||||||
panel = fuelLevelCurve
|
panel = fuelLevelCurve
|
||||||
|
|
||||||
|
dialog = fuelLevelDialog, "Fuel Level Sensor", border
|
||||||
|
panel = fuelLevelSettings, West
|
||||||
|
panel = fuelLevelGauges, East
|
||||||
|
|
||||||
;
|
;
|
||||||
; allXXX sections allows a quick overview of used I/O in order to address conflicts mostly, not really to
|
; allXXX sections allows a quick overview of used I/O in order to address conflicts mostly, not really to
|
||||||
; configure the features.
|
; configure the features.
|
||||||
|
|
Loading…
Reference in New Issue