Skip to content

Commit

Permalink
ui
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Sep 25, 2024
1 parent 9d3dbe2 commit 9419bbd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions firmware/tunerstudio/tunerstudio.template.ini
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
upDownLabel = "(RICHER)", "(LEANER)"

table = veTableTbl, veTableMap, "VE Table (Speed Density)", 1
table = veTableTbl, veTableMap, "Speed Density VE Table", 1
xyLabels = "RPM", "load"
xBins = veRpmBins, RPMValue
yBins = veLoadBins, veTableYAxis
Expand All @@ -986,7 +986,7 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
upDownLabel = "(RICHER)", "(LEANER)"

table = mafVeTableTbl, mafVeTableMap, "VE Table (MAF)", 1
table = mafVeTableTbl, mafVeTableMap, "MAF Trim Table", 1
xyLabels = "RPM", "load"
xBins = mafVeRpmBins, RPMValue
yBins = mafVeLoadBins, veTableYAxis
Expand All @@ -995,7 +995,7 @@ curve = 32Curve, "3-2 Shift Solenoid Percent by Speed"
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
upDownLabel = "(RICHER)", "(LEANER)"

table = alphanVeTableTbl, alphanVeTableMap, "VE Table (Alpha-N)", 1
table = alphanVeTableTbl, alphanVeTableMap, "Alpha-N VE Table", 1
xyLabels = "RPM", "load"
xBins = alphanVeRpmBins, RPMValue
yBins = alphanVeLoadBins, veTableYAxis
Expand Down Expand Up @@ -1750,9 +1750,9 @@ menuDialog = main
subMenu = std_separator

# Air mass model
subMenu = veTableDialog, "VE (SD)", 0, {isInjectionEnabled}
subMenu = mafVeTableTbl "VE (MAF)", 0, {isInjectionEnabled}
subMenu = alphanVeTableTbl "VE (AN)", 0, {isInjectionEnabled}
subMenu = veTableDialog, "VE (Speed Density)", 0, {isInjectionEnabled && fuelAlgorithm == 0}
subMenu = mafVeTableTbl "MAF Trim Table", 0, {isInjectionEnabled && fuelAlgorithm == 1}
subMenu = alphanVeTableTbl "VE (Alpha-N)", 0, {isInjectionEnabled && fuelAlgorithm == 2}

groupMenu = "VE blend tables"
groupChildMenu = veBlend1Cfg, "VE blend 1 bias", 0, {isInjectionEnabled}
Expand Down

0 comments on commit 9419bbd

Please sign in to comment.