ve blend typo, explanation on dialog (#4835)
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
This commit is contained in:
parent
64371e0f3a
commit
f0d0876c61
|
@ -1570,13 +1570,13 @@ menuDialog = main
|
|||
|
||||
groupMenu = "VE blend tables"
|
||||
groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled}
|
||||
groupChildMenu = veBlend1Table, "Ignition adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
|
||||
groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }
|
||||
groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled}
|
||||
groupChildMenu = veBlend2Table, "Ignition adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
|
||||
groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }
|
||||
groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled}
|
||||
groupChildMenu = veBlend3Table, "Ignition adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
|
||||
groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }
|
||||
groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled}
|
||||
groupChildMenu = veBlend4Table, "Ignition adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
|
||||
groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }
|
||||
|
||||
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
|
||||
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == @@engine_load_mode_e_LM_SPEED_DENSITY@@}
|
||||
|
@ -2360,34 +2360,82 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
|
|||
panel = multisparkDwellParams
|
||||
|
||||
dialog = ignAdder1Cfg, "Ignition adder 1 config"
|
||||
field = "#The bias table controls how much of the blend table"
|
||||
field = "#is mixed in to the base ignition table. For example, a value of"
|
||||
field = "#+10 in the table, with 50 as the current bias will result"
|
||||
field = "#in 5.0 degrees of ignition timing added."
|
||||
field = "#The X axis of the bias table is controlled by the selected blend"
|
||||
field = "#parameter below."
|
||||
field = "Blend parameter", ignBlends1_blendParameter
|
||||
panel = ignAdder1Bias
|
||||
|
||||
dialog = ignAdder2Cfg, "Ignition adder 2 config"
|
||||
field = "#The bias table controls how much of the blend table"
|
||||
field = "#is mixed in to the base ignition table. For example, a value of"
|
||||
field = "#+10 in the table, with 50 as the current bias will result"
|
||||
field = "#in 5.0 degrees of ignition timing added."
|
||||
field = "#The X axis of the bias table is controlled by the selected blend"
|
||||
field = "#parameter below."
|
||||
field = "Blend parameter", ignBlends2_blendParameter
|
||||
panel = ignAdder2Bias
|
||||
|
||||
dialog = ignAdder3Cfg, "Ignition adder 3 config"
|
||||
field = "#The bias table controls how much of the blend table"
|
||||
field = "#is mixed in to the base ignition table. For example, a value of"
|
||||
field = "#+10 in the table, with 50 as the current bias will result"
|
||||
field = "#in 5.0 degrees of ignition timing added."
|
||||
field = "#The X axis of the bias table is controlled by the selected blend"
|
||||
field = "#parameter below."
|
||||
field = "Blend parameter", ignBlends3_blendParameter
|
||||
panel = ignAdder3Bias
|
||||
|
||||
dialog = ignAdder4Cfg, "Ignition adder 4 config"
|
||||
field = "#The bias table controls how much of the blend table"
|
||||
field = "#is mixed in to the base ignition table. For example, a value of"
|
||||
field = "#+10 in the table, with 50 as the current bias will result"
|
||||
field = "#in 5.0 degrees of ignition timing added."
|
||||
field = "#The X axis of the bias table is controlled by the selected blend"
|
||||
field = "#parameter below."
|
||||
field = "Blend parameter", ignBlends4_blendParameter
|
||||
panel = ignAdder4Bias
|
||||
|
||||
dialog = veBlend1Cfg, "VE blend 1 config"
|
||||
field = "#The bias table controls how much of the blend table"
|
||||
field = "#is mixed in to the VE table. For example, a value of"
|
||||
field = "#+10 in the table, with 50 as the current bias will result"
|
||||
field = "#in +5.0 added to the VE."
|
||||
field = "#The X axis of the bias table is controlled by the selected blend"
|
||||
field = "#parameter below."
|
||||
field = "Blend parameter", veBlends1_blendParameter
|
||||
panel = veBlend2Bias
|
||||
|
||||
dialog = veBlend2Cfg, "VE blend 2 config"
|
||||
field = "#The bias table controls how much of the blend table"
|
||||
field = "#is mixed in to the VE table. For example, a value of"
|
||||
field = "#+10 in the table, with 50 as the current bias will result"
|
||||
field = "#in +5.0 added to the VE."
|
||||
field = "#The X axis of the bias table is controlled by the selected blend"
|
||||
field = "#parameter below."
|
||||
field = "Blend parameter", veBlends2_blendParameter
|
||||
panel = veBlend2Bias
|
||||
|
||||
dialog = veBlend3Cfg, "VE blend 3 config"
|
||||
field = "#The bias table controls how much of the blend table"
|
||||
field = "#is mixed in to the VE table. For example, a value of"
|
||||
field = "#+10 in the table, with 50 as the current bias will result"
|
||||
field = "#in +5.0 added to the VE."
|
||||
field = "#The X axis of the bias table is controlled by the selected blend"
|
||||
field = "#parameter below."
|
||||
field = "Blend parameter", veBlends3_blendParameter
|
||||
panel = veBlend3Bias
|
||||
|
||||
dialog = veBlend4Cfg, "VE blend 4 config"
|
||||
field = "#The bias table controls how much of the blend table"
|
||||
field = "#is mixed in to the VE table. For example, a value of"
|
||||
field = "#+10 in the table, with 50 as the current bias will result"
|
||||
field = "#in +5.0 added to the VE."
|
||||
field = "#The X axis of the bias table is controlled by the selected blend"
|
||||
field = "#parameter below."
|
||||
field = "Blend parameter", veBlends4_blendParameter
|
||||
panel = veBlend4Bias
|
||||
|
||||
|
|
Loading…
Reference in New Issue