rusefillc 2023-07-14 14:11:58 -04:00
parent 7461d9b027
commit 06fab35cb1
1 changed files with 4 additions and 2 deletions

View File

@ -2273,7 +2273,8 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
field = "Injection phase control mode", injectionTimingMode, { isInjectionEnabled }
dialog = ignitionOutputs, "Ignition Outputs"
field = "# As Numbered from the end with pulleys"
field = "# wire each output to the corresponding cylinder number"
field = "# rusEFI handles firing order"
field = "Ignition Output Mode", ignitionPinMode, {isIgnitionEnabled == 1}@@if_ts_show_ignitionPinMode
field = "@@IGNITION_OUTPUT@@ 1", ignitionPins1, {isIgnitionEnabled == 1}
; see rusefi_config.txt comment next to 'ignitionPin2logic' which says
@ -2414,7 +2415,8 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
dialog = injectorOutputSettings, "Injector Outputs", yAxis
field = "Use only first half of outputs for batch mode"
field = "# As Numbered from the end with pulleys"
field = "# wire each output to the corresponding cylinder number"
field = "# rusEFI handles firing order"
field = "Injection Output 1", injectionPins1, {isInjectionEnabled == 1}
field = "Injection Output 2", injectionPins2, {isInjectionEnabled == 1 && injectionMode != 3 && cylindersCount > 1}
field = "Injection Output 3", injectionPins3, {isInjectionEnabled == 1 && injectionMode != @@injection_mode_e_IM_SINGLE_POINT@@ && cylindersCount > 2}