Rusefi input fixes: make some tables more frienly looking (#3212)

* Avoid fractional numbers on axis of few tables

Idle Advance Angle, Idle VE, Cranking Advance Angle

* No need to have RPM up to 8000 on idle and cranking tables

2500 is enougth
This commit is contained in:
Andrey G 2021-09-01 22:00:05 +03:00 committed by GitHub
parent d74fa5b43a
commit 3cb397ccfb
1 changed files with 7 additions and 7 deletions

View File

@ -753,23 +753,23 @@ enable2ndByteCanID = false
curve = cltIdleRPMCurve, "Idle Target RPM"
columnLabel = "Coolant", "RPM"
xAxis = -40, 120, 9
yAxis = 0, 8000, 10
yAxis = 0, 2400, 13
xBins = cltIdleRpmBins, coolant
yBins = cltIdleRpm, RPMValue
gauge = CLTGauge
curve = idleAdvanceCurve, "Idle Advance Angle"
columnLabel = "RPM", "degrees"
xAxis = 0, 8000, 10
yAxis = -100, 100, 10
xAxis = 0, 2400, 13
yAxis = -100, 100, 11
xBins = idleAdvanceBins, RPMValue
yBins = idleAdvance
gauge = RPMGauge
curve = idleVeCurve, "Idle VE"
columnLabel = "RPM", "%"
xAxis = 0, 8000, 10
yAxis = 0, 250, 10
xAxis = 0, 2400, 13
yAxis = 0, 250, 11
xBins = idleVeBins, RPMValue
yBins = idleVe
#if LAMBDA
@ -780,8 +780,8 @@ enable2ndByteCanID = false
curve = crankingAdvanceCurve, "Cranking Advance Angle"
columnLabel = "RPM", "degrees"
xAxis = 0, 8000, 10
yAxis = -100, 100, 10
xAxis = 0, 2400, 13
yAxis = -100, 100, 11
xBins = crankingAdvanceBins, RPMValue
yBins = crankingAdvance
gauge = RPMGauge