This commit is contained in:
parent
2b6f0652f6
commit
7fda636144
|
@ -744,12 +744,12 @@ fileVersion = { @@TS_FILE_VERSION@@ }
|
||||||
yBins = tpsTpsAccelToRpmBins, TPSValue
|
yBins = tpsTpsAccelToRpmBins, TPSValue
|
||||||
zBins = tpsTpsAccelTable
|
zBins = tpsTpsAccelTable
|
||||||
|
|
||||||
table = boostTableTbl, boostMapOpen, "", 1
|
table = boostTableTbl, boostMapOpen, "Boost Open", 1
|
||||||
xBins = boostRpmBins, RPMValue
|
xBins = boostRpmBins, RPMValue
|
||||||
yBins = boostTpsBins, TPSValue
|
yBins = boostTpsBins, TPSValue
|
||||||
zBins = boostTableOpenLoop
|
zBins = boostTableOpenLoop
|
||||||
|
|
||||||
table = boostTable2Tbl, boostMapClosed, "", 1
|
table = boostTable2Tbl, boostMapClosed, "Boost Closed", 1
|
||||||
xBins = boostRpmBins, RPMValue
|
xBins = boostRpmBins, RPMValue
|
||||||
yBins = boostTpsBins, TPSValue
|
yBins = boostTpsBins, TPSValue
|
||||||
zBins = boostTableClosedLoop
|
zBins = boostTableClosedLoop
|
||||||
|
@ -872,25 +872,25 @@ fileVersion = { @@TS_FILE_VERSION@@ }
|
||||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||||
upDownLabel = "(Later)", "(Sooner)"
|
upDownLabel = "(Later)", "(Sooner)"
|
||||||
|
|
||||||
table = gppwm1Tbl, gppwm1Map, "", 1
|
table = gppwm1Tbl, gppwm1Map, "GP#1", 1
|
||||||
xyLabels = "RPM", ""
|
xyLabels = "RPM", ""
|
||||||
xBins = gppwm1_rpmBins, RPMValue
|
xBins = gppwm1_rpmBins, RPMValue
|
||||||
yBins = gppwm1_loadBins, gppwm1_load
|
yBins = gppwm1_loadBins, gppwm1_load
|
||||||
zBins = gppwm1_table
|
zBins = gppwm1_table
|
||||||
|
|
||||||
table = gppwm2Tbl, gppwm2Map, "", 1
|
table = gppwm2Tbl, gppwm2Map, "GP#2", 1
|
||||||
xyLabels = "RPM", ""
|
xyLabels = "RPM", ""
|
||||||
xBins = gppwm2_rpmBins, RPMValue
|
xBins = gppwm2_rpmBins, RPMValue
|
||||||
yBins = gppwm2_loadBins, gppwm2_load
|
yBins = gppwm2_loadBins, gppwm2_load
|
||||||
zBins = gppwm2_table
|
zBins = gppwm2_table
|
||||||
|
|
||||||
table = gppwm3Tbl, gppwm3Map, "", 1
|
table = gppwm3Tbl, gppwm3Map, "GP#3", 1
|
||||||
xyLabels = "RPM", ""
|
xyLabels = "RPM", ""
|
||||||
xBins = gppwm3_rpmBins, RPMValue
|
xBins = gppwm3_rpmBins, RPMValue
|
||||||
yBins = gppwm3_loadBins, gppwm3_load
|
yBins = gppwm3_loadBins, gppwm3_load
|
||||||
zBins = gppwm3_table
|
zBins = gppwm3_table
|
||||||
|
|
||||||
table = gppwm4Tbl, gppwm4Map, "", 1
|
table = gppwm4Tbl, gppwm4Map, "GP#4", 1
|
||||||
xyLabels = "RPM", ""
|
xyLabels = "RPM", ""
|
||||||
xBins = gppwm4_rpmBins, RPMValue
|
xBins = gppwm4_rpmBins, RPMValue
|
||||||
yBins = gppwm4_loadBins, gppwm4_load
|
yBins = gppwm4_loadBins, gppwm4_load
|
||||||
|
|
Loading…
Reference in New Issue