remove tables from TS
This commit is contained in:
parent
e56fd5fe0d
commit
4354b198ae
|
@ -149,12 +149,6 @@ enable2ndByteCanID = false
|
|||
filter = minTps, "Minimum TPS", TPSValue, < , 1, , true
|
||||
|
||||
|
||||
;[VeAnalyze]
|
||||
; fuelAnalyzeMap = fuelTableTbl, afrTableTbl, AFRValue, egoCorrection , { 1 }
|
||||
; filter = minRPMFilter, "Minimum RPM", RPMValue, < , 500, , true
|
||||
|
||||
|
||||
|
||||
[OutputChannels]
|
||||
|
||||
ochGetCommand = "O%2o%2c"
|
||||
|
@ -704,26 +698,6 @@ enable2ndByteCanID = false
|
|||
[TableEditor]
|
||||
; table_id, map3d_id, "title", page
|
||||
|
||||
table = fuelTableTPSTbl, fuelTableTPSMap, "Fuel Table", 1
|
||||
topicHelp = "fuelHelp"
|
||||
; constant, variable
|
||||
xBins = fuelRpmBins, RPMValue
|
||||
yBins = fuelLoadBins, TPSValue
|
||||
zBins = fuelTable
|
||||
; gridHeight = 2.0
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(RICHER)", "(LEANER)"
|
||||
|
||||
table = fuelTableELTbl, fuelTableELMap, "Fuel Table", 1
|
||||
topicHelp = "fuelHelp"
|
||||
; constant, variable
|
||||
xBins = fuelRpmBins, RPMValue
|
||||
yBins = fuelLoadBins, engineLoad
|
||||
zBins = fuelTable
|
||||
; gridHeight = 2.0
|
||||
gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees.
|
||||
upDownLabel = "(RICHER)", "(LEANER)"
|
||||
|
||||
; move table into a panel? or find a way to add a link to https://rusefi.com//wiki/index.php?title=Manual:Software:TPSTPS
|
||||
table = tpsTpsAccelTbl, tpsTpsAccelMap, "TPS/TPS Acceleration Extra Fuel(ms)", 1
|
||||
topicHelp = "tpstpsHelp"
|
||||
|
@ -1221,7 +1195,6 @@ menuDialog = main
|
|||
subMenu = std_separator
|
||||
|
||||
# Fuel table/VE
|
||||
subMenu = fuelTableDialog, "Fuel table", 0, {isInjectionEnabled == 1 && fuelAlgorithm != LM_SPEED_DENSITY && fuelAlgorithm != LM_REAL_MAF}
|
||||
subMenu = veTableDialog, "VE", 0, {isInjectionEnabled == 1}
|
||||
subMenu = injPhaseTableTbl, "Injection phase", 0, {isInjectionEnabled == 1}
|
||||
subMenu = std_separator
|
||||
|
@ -1507,27 +1480,6 @@ cmd_set_engine_type_8888_test = "w\x00\x30\x00\x3B"
|
|||
cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
||||
|
||||
[UserDefined]
|
||||
dialog = fuelTableBottomDialog, "", card
|
||||
panel = fuelTableELTbl, Center
|
||||
|
||||
dialog = fuelTableRight, "", yAxis
|
||||
topicHelp = "https://rusefi.com/s/fuel"
|
||||
displayOnlyField = "Fuel Algorithm", fuelAlgorithm
|
||||
panel = fuelTableBottomDialog, Center
|
||||
liveGraph = fuelLive, "Fuel", South
|
||||
graphLine = AFRValue
|
||||
graphLine = RPMValue
|
||||
|
||||
dialog = fuelTableGaugesPanel, yAxis
|
||||
gauge = TPSGauge
|
||||
gauge = MAFGauge
|
||||
gauge = MAPGauge
|
||||
|
||||
dialog = fuelTableDialog, "Fuel Table", xAxis
|
||||
topicHelp = "fuelHelp"
|
||||
panel = fuelTableGaugesPanel
|
||||
panel = fuelTableRight
|
||||
|
||||
dialog = tChargeRpmTpsSettings, "RPM+TPS Mode Settings"
|
||||
field = "We use these coefficients to approximate air/fuel charge temperate"
|
||||
field = "based on CLT and IAT, depending on RPM and TPM"
|
||||
|
|
Loading…
Reference in New Issue