now `VE Table` Y axis is labeled according to `Override VE table load axis` setting #7182
This commit is contained in:
parent
d61e1b5147
commit
cac42cae05
|
@ -219,7 +219,8 @@ enable2ndByteCanID = false
|
|||
|
||||
[PcVariables]
|
||||
fuelUnits = bits, U08, [0:2], "kPa", "MAF", "%TPS", "Lua"
|
||||
pwmAxisLabels = bits, U08, [0:4], "Zero", "TPS %", "MAP kPa", "CLT C", "IAT C", "Fuel Load", "Ignition Load", "Aux Temp 1 C", "Aux Temp 2 C", "Accel Pedal %", "Battery Voltage Volts", "VVT 1 I Deg", "VVT 1 E Deg", "VVT 2 I Deg", "VVT 2 E Deg", "Ethanol (Flex) %", "Aux Linear 1 *", "Aux Linear 2 *", "GPPWM Output 1 %", "GPPWM Output 2 %", "GPPWM Output 3 %", "GPPWM Output 4 %", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure kPa", "EGT 1 C", "EGT 2 C", "INVALID", "INVALID", "INVALID"
|
||||
pwmAxisLabels = bits, U08, [0:4], "Zero", "TPS %", "MAP kPa", "CLT C", "IAT C", "Fuel Load", "Ignition Load", "Aux Temp 1 C", "Aux Temp 2 C", "Accel Pedal %", "Battery Voltage Volts", "VVT 1 I Deg", "VVT 1 E Deg", "VVT 2 I Deg", "VVT 2 E Deg", "Ethanol (Flex) %", "Aux Linear 1 *", "Aux Linear 2 *", "GPPWM Output 1 %", "GPPWM Output 2 %", "GPPWM Output 3 %", "GPPWM Output 4 %", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)", "Baro pressure kPa", "EGT 1 C", "EGT 2 C", "INVALID", "INVALID", "INVALID"
|
||||
veAxisLabels = bits, U08, [0:1], "load", "MAP", "TPS"
|
||||
|
||||
tuneCrcPcVariable = continuousChannelValue, tuneCrc16
|
||||
|
||||
|
@ -1198,13 +1199,13 @@ curve = rangeMatrix, "Range Switch Input Matrix"
|
|||
zBins = torqueTable
|
||||
|
||||
table = veTableTbl, veTableMap, @@VE_TABLE_NAME@@, 1
|
||||
xyLabels = "RPM", "load"
|
||||
xyLabels = "RPM", {bitStringValue(veAxisLabels, veOverrideMode)}
|
||||
xBins = veRpmBins, RPMValue
|
||||
yBins = veLoadBins, veTableYAxis
|
||||
zBins = veTable
|
||||
; gridHeight = 2.0
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(RICHER)", "(LEANER)"
|
||||
; gridHeight = 2.0
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(RICHER)", "(LEANER)"
|
||||
|
||||
table = idleVeTableTbl, idleVeTable, "Idle VE"
|
||||
xyLabels = "RPM", "load"
|
||||
|
|
Loading…
Reference in New Issue