Skip to content

Commit

Permalink
Combine AE setting menu with TPS tables/curve
Browse files Browse the repository at this point in the history
  • Loading branch information
alrijleh committed Sep 18, 2024
1 parent 59e090b commit 62a406b
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions firmware/tunerstudio/tunerstudio.template.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1770,8 +1770,6 @@ menuDialog = main

# Accel enrichment
subMenu = AccelEnrich, "Acceleration enrichment", 0, {isInjectionEnabled}
subMenu = tpsTpsAccelTbl, "TPS/TPS acceleration extra fuel", 0, {isInjectionEnabled}
subMenu = tpsTspRpmCorrection, "TPS/TPS AE RPM correction", 0, {isInjectionEnabled}

groupMenu = "Wall wetting AE"
groupChildMenu = wwTauCurves, "Evap time", 0, { complexWallModel != 0 }
Expand Down Expand Up @@ -3913,8 +3911,8 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
field = "Post-Cranking factor", postCrankingFactor, {postCrankingFuelUseTable == 0}
field = "Duration", postCrankingDurationSec, {postCrankingFuelUseTable == 0}

dialog = postCrankingEnrichment, "After start enrichment", yAxis
panel = postCrankingEnrichmentText
dialog = postCrankingEnrichment, "After start enrichment", border
panel = postCrankingEnrichmentText, North
panel = postCrankingEnrichmentTable, 0, {postCrankingFuelUseTable}

dialog = primingFuelPulsePanel, "Priming fuel pulse"
Expand Down Expand Up @@ -3952,10 +3950,18 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_


; Tuning->AccelEnrichment
dialog = AccelEnrich, "Accel/Decel Enrichment"
dialog = AccelEnrichText ""
panel = TpsAccelPanel
panel = WallWettingAccelPanel

dialog = TpsTpsAeTables, "TPS Acceleration Enrichment"
panel = tpsTpsAccelTbl
panel = tpsTspRpmCorrection

dialog = AccelEnrich, "Accel/Decel Enrichment", border
panel = AccelEnrichText, West
panel = TpsTpsAeTables, Center

dialog = wwTauCurves, "Wall wetting AE evaporation time"
field = "#Set a base evaporation time based on coolant temperature, and a multiplier based on MAP."
panel = wwTauCltCurve
Expand Down

0 comments on commit 62a406b

Please sign in to comment.