it's not alive

This commit is contained in:
rusefillc 2022-05-02 05:37:51 -04:00
parent ca2f4f8685
commit 4d6d2efc32
1 changed files with 0 additions and 15 deletions

View File

@ -1393,7 +1393,6 @@ menuDialog = main
subMenu = injectionSettings, "Injection hardware", 0, {isInjectionEnabled == 1} subMenu = injectionSettings, "Injection hardware", 0, {isInjectionEnabled == 1}
subMenu = cylinderBankSelect, "Cylinder bank selection", 0, {isInjectionEnabled == 1} subMenu = cylinderBankSelect, "Cylinder bank selection", 0, {isInjectionEnabled == 1}
subMenu = injectorNonlinear, "Injector small-pulse correction", 0, {isInjectionEnabled == 1} subMenu = injectorNonlinear, "Injector small-pulse correction", 0, {isInjectionEnabled == 1}
; subMenu = fuelTrimSettings, "Fuel Trim", 0, {isInjectionEnabled == 1}
groupMenu = "Cylinder fuel trims" groupMenu = "Cylinder fuel trims"
groupChildMenu = fuelTrimTbl1, "Fuel trim cyl 1" groupChildMenu = fuelTrimTbl1, "Fuel trim cyl 1"
@ -2034,20 +2033,6 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
field = "Stoichiometric ratio", stoichRatioPrimary, {isInjectionEnabled == 1} field = "Stoichiometric ratio", stoichRatioPrimary, {isInjectionEnabled == 1}
field = "E100 stoichiometric ratio", stoichRatioSecondary, {isInjectionEnabled == 1 && flexSensorPin != 0 } field = "E100 stoichiometric ratio", stoichRatioSecondary, {isInjectionEnabled == 1 && flexSensorPin != 0 }
dialog = fuelTrimSettings, "Fuel Trim", yAxis
field = "Cylinder 1", fuelTrim1
field = "Cylinder 2", fuelTrim2, {cylindersCount > 1}
field = "Cylinder 3", fuelTrim3, {cylindersCount > 2}
field = "Cylinder 4", fuelTrim4, {cylindersCount > 3}
field = "Cylinder 5", fuelTrim5, {cylindersCount > 4}
field = "Cylinder 6", fuelTrim6, {cylindersCount > 5}
field = "Cylinder 7", fuelTrim7, {cylindersCount > 6}
field = "Cylinder 8", fuelTrim8, {cylindersCount > 7}
field = "Cylinder 9", fuelTrim9, {cylindersCount > 8}
field = "Cylinder 10", fuelTrim10, {cylindersCount > 9}
field = "Cylinder 11", fuelTrim11, {cylindersCount > 10}
field = "Cylinder 12", fuelTrim12, {cylindersCount > 11}
dialog = injectorOutputSettings, "Injector Outputs", yAxis dialog = injectorOutputSettings, "Injector Outputs", yAxis
field = "Use only first half of pins for batch mode" field = "Use only first half of pins for batch mode"
field = "Injection Pin 1", injectionPins1, {isInjectionEnabled == 1} field = "Injection Pin 1", injectionPins1, {isInjectionEnabled == 1}