docs into TS

This commit is contained in:
rusefi 2017-05-27 17:10:42 -04:00
parent 5ff4be9e1a
commit ff454170d0
2 changed files with 35 additions and 7 deletions

View File

@ -45,7 +45,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Fri May 26 19:55:24 EDT 2017
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat May 27 17:08:16 EDT 2017
pageSize = 16376
page = 1
@ -727,10 +727,10 @@ page = 1
ignitionLoadBins = array, F32, 13688, [16], "Load", 1, 0.0, 0, 300.0, 2
ignitionRpmBins = array, F32, 13752, [16], "RPM", 1, 0.0, 0, 18000.0, 2
veTable = array, F32, 13816, [16x16],"%", 1, 0, 0, 999.0, 2
veLoadBins = array, F32, 14840, [16], "%", 1, 0.0, 0, 300.0, 2
veLoadBins = array, F32, 14840, [16], "kPa", 1, 0.0, 0, 300.0, 2
veRpmBins = array, F32, 14904, [16], "RPM", 1, 0.0, 0, 18000.0, 2
afrTable = array, U08, 14968, [16x16],"deg", 0.1, 0, 0, 25.0, 1
afrLoadBins = array, F32, 15224, [16], "%", 1, 0.0, 0, 300.0, 2
afrLoadBins = array, F32, 15224, [16], "", 1, 0.0, 0, 300.0, 2
afrRpmBins = array, F32, 15288, [16], "RPM", 1, 0.0, 0, 18000.0, 2
tpsTpsAccelTable = array, F32, 15352, [8x8],"value", 1, 0, 0.0, 30000.0, 2
tpsTpsAccelFromRpmBins = array, F32, 15608, [8], "from", 1, 0, 0.0, 30000.0, 2
@ -1464,7 +1464,7 @@ fileVersion = { 20161225 }
subMenu = cltTimingCorrCurve, "Warmup timing correction"
subMenu = std_separator
subMenu = fuelTableTbl, "Fuel Table", 0, {fuelAlgorithm != 3}
subMenu = veTableTbl, "VE Table", 0, {fuelAlgorithm == 3}
subMenu = veTableDialog, "VE Table", 0, {fuelAlgorithm == 3}
subMenu = afrTableTbl, "Target AFR Table", 0, {fuelAlgorithm == 3}
subMenu = iatFuelCorrCurve, "Intake air temperature fuel Multiplier"
subMenu = injPhaseTableTbl, "Injection Phase"
@ -1485,7 +1485,7 @@ fileVersion = { 20161225 }
; subMenu = std_realtime, "Realtime Display"
; subMenu = std_warmup, "Warmup Wizard"
subMenu = fuelTableMap, "Fuel Table", 0, {fuelAlgorithm != 3}
subMenu = veTableMap, "VE Table", 0, {fuelAlgorithm == 3}
subMenu = veTableDialog3D, "VE Table", 0, {fuelAlgorithm == 3}
subMenu = afrTableMap, "Target AFR Table", 0, {fuelAlgorithm == 3}
subMenu = injPhaseTableMap, "Injection Phase"
subMenu = ignitionTableMap, "Ignition Table"
@ -2211,9 +2211,11 @@ cmd_call_from_pit = "w\x00\x20\x34\x56"
; Tuning->General
dialog = generalSettings, "General"
field = "http://rusefi.com/support"
field = "RPM Hard Limit", rpmHardLimit
field = "Boost Cut Pressure", boostCutPressure
field = ""
field = "http://rusefi.com/fuel"
field = "Fuel Algorithm", fuelAlgorithm
field = ""
field = "#System hack's"
@ -2346,6 +2348,18 @@ cmd_call_from_pit = "w\x00\x20\x34\x56"
field = "ADC #3", fsioAdc3
field = "ADC #4", fsioAdc4
dialog = veTableDialogNorth
field = "Volumetric Efficiency is used to calculate fuel in Speed Density mode"
field = "http://rusefi.com/fuel"
dialog = veTableDialog, "VE Table"
panel = veTableDialogNorth, North
panel = veTableTbl, South
dialog = veTableDialog3D, "VE Table"
panel = veTableDialogNorth, North
panel = veTableMap, South
dialog = etbDialog, "Electronic Thtottle Body (alpha)"
field = "pedal Position Channel", pedalPositionChannel
field = "verbose", isVerboseETB

View File

@ -724,7 +724,7 @@ fileVersion = { 20161225 }
subMenu = cltTimingCorrCurve, "Warmup timing correction"
subMenu = std_separator
subMenu = fuelTableTbl, "Fuel Table", 0, {fuelAlgorithm != 3}
subMenu = veTableTbl, "VE Table", 0, {fuelAlgorithm == 3}
subMenu = veTableDialog, "VE Table", 0, {fuelAlgorithm == 3}
subMenu = afrTableTbl, "Target AFR Table", 0, {fuelAlgorithm == 3}
subMenu = iatFuelCorrCurve, "Intake air temperature fuel Multiplier"
subMenu = injPhaseTableTbl, "Injection Phase"
@ -745,7 +745,7 @@ fileVersion = { 20161225 }
; subMenu = std_realtime, "Realtime Display"
; subMenu = std_warmup, "Warmup Wizard"
subMenu = fuelTableMap, "Fuel Table", 0, {fuelAlgorithm != 3}
subMenu = veTableMap, "VE Table", 0, {fuelAlgorithm == 3}
subMenu = veTableDialog3D, "VE Table", 0, {fuelAlgorithm == 3}
subMenu = afrTableMap, "Target AFR Table", 0, {fuelAlgorithm == 3}
subMenu = injPhaseTableMap, "Injection Phase"
subMenu = ignitionTableMap, "Ignition Table"
@ -1471,9 +1471,11 @@ cmd_call_from_pit = "w\x00\x20\x34\x56"
; Tuning->General
dialog = generalSettings, "General"
field = "http://rusefi.com/support"
field = "RPM Hard Limit", rpmHardLimit
field = "Boost Cut Pressure", boostCutPressure
field = ""
field = "http://rusefi.com/fuel"
field = "Fuel Algorithm", fuelAlgorithm
field = ""
field = "#System hack's"
@ -1606,6 +1608,18 @@ cmd_call_from_pit = "w\x00\x20\x34\x56"
field = "ADC #3", fsioAdc3
field = "ADC #4", fsioAdc4
dialog = veTableDialogNorth
field = "Volumetric Efficiency is used to calculate fuel in Speed Density mode"
field = "http://rusefi.com/fuel"
dialog = veTableDialog, "VE Table"
panel = veTableDialogNorth, North
panel = veTableTbl, South
dialog = veTableDialog3D, "VE Table"
panel = veTableDialogNorth, North
panel = veTableMap, South
dialog = etbDialog, "Electronic Thtottle Body (alpha)"
field = "pedal Position Channel", pedalPositionChannel
field = "verbose", isVerboseETB