Addition of 3D tables menu

This commit is contained in:
Josh Stewart 2015-02-06 08:11:00 +11:00
parent 56fea1e7c4
commit fef3e11643
1 changed files with 8 additions and 4 deletions

View File

@ -349,6 +349,12 @@ page = 3
;subMenu = flash_unlock, "Un/Lock calibrations"
subMenu = std_ms2gentherm, "Calibrate T&hermistor Tables", 0 ;, {flashlock}
subMenu = std_ms2geno2, "Calibrate &AFR Table", 0;, {flashlock}
menuDialog = main
menu = "3D &Tuning Maps"
subMenu = veTable1Map, "Fuel Table"
subMenu = sparkMap, "Spark Table", 2
subMenu = afrTable1Map, "AFR Target Table"
;-------------------------------------------------------------------------------
@ -895,7 +901,7 @@ help = helpEnrichments, "Enrichments Help"
baroCorrection = scalar, U08, 16, "%", 1.000, 0.000
gammaEnrich = scalar, U08, 17, "%", 1.000, 0.000
veCurr = scalar, U08, 18, "%", 1.000, 0.000
blank1 = scalar, U08, 19 ; Raw inputs, as they come from MS.
afrTarget = scalar, U08, 19 "O2", 0.100, 0.000
blank2 = scalar, U08, 20
TPSdot = scalar, U08, 21, "%/s", 0.100, 0.000
advance = scalar, U08, 22, "deg", 1.000, 0.000
@ -997,12 +1003,10 @@ help = helpEnrichments, "Enrichments Help"
entry = accDecEnrich, "TPSacc", int, "%d"
entry = veCurr, "VE", int, "%d"
entry = pulseWidth, "PW", float, "%.1f"
entry = afrTarget, "O2", int, "%d"
entry = afrTarget, "AFR Target", int, "%d"
entry = pulseWidth, "PW2", float, "%.1f"
entry = dutyCycle, "DutyCycle1", float, "%.1f"
entry = dutyCycle, "DutyCycle2", float, "%.1f"
entry = blank1, "tpsMin", int, "%d"
entry = blank2, "tpsMax", int, "%d"
entry = TPSdot, "TPS DOT", int, "%d"
entry = advance, "Ignition Advance", int,"%d"