test fields in TS!

This commit is contained in:
rusefi 2017-06-26 09:38:12 +03:00
parent a5e4895efd
commit a65e575614
3 changed files with 32 additions and 20 deletions

View File

@ -586,7 +586,7 @@ brain_input_pin_e frequencyReportingMapInputPin;
end_struct
custom le_formula_t 200 array, U08, @OFFSET@, [200],"char", 1, 0, 0.0, 3.0, 2
custom le_formula_t 200 string, ASCII, @OFFSET@, 200
board_configuration_s bc;
bit vvtDisplayInverted

View File

@ -59,7 +59,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 Mon Jun 26 09:15:23 MSK 2017
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Mon Jun 26 09:36:16 MSK 2017
pageSize = 16376
page = 1
@ -723,24 +723,24 @@ page = 1
auxPid4_minValue = scalar, S16, 2940, "", 1, 0, 0, 3000.0, 3
auxPid4_maxValue = scalar, S16, 2942, "", 1, 0, 0, 3000.0, 3
;skipping unusedEnd offset 2944
fsioFormulas1 = array, U08, 3048, [200],"char", 1, 0, 0.0, 3.0, 2
fsioFormulas2 = array, U08, 3248, [200],"char", 1, 0, 0.0, 3.0, 2
fsioFormulas3 = array, U08, 3448, [200],"char", 1, 0, 0.0, 3.0, 2
fsioFormulas4 = array, U08, 3648, [200],"char", 1, 0, 0.0, 3.0, 2
fsioFormulas5 = array, U08, 3848, [200],"char", 1, 0, 0.0, 3.0, 2
fsioFormulas6 = array, U08, 4048, [200],"char", 1, 0, 0.0, 3.0, 2
fsioFormulas7 = array, U08, 4248, [200],"char", 1, 0, 0.0, 3.0, 2
fsioFormulas8 = array, U08, 4448, [200],"char", 1, 0, 0.0, 3.0, 2
fsioFormulas9 = array, U08, 4648, [200],"char", 1, 0, 0.0, 3.0, 2
fsioFormulas10 = array, U08, 4848, [200],"char", 1, 0, 0.0, 3.0, 2
fsioFormulas11 = array, U08, 5048, [200],"char", 1, 0, 0.0, 3.0, 2
fsioFormulas12 = array, U08, 5248, [200],"char", 1, 0, 0.0, 3.0, 2
fsioFormulas13 = array, U08, 5448, [200],"char", 1, 0, 0.0, 3.0, 2
fsioFormulas14 = array, U08, 5648, [200],"char", 1, 0, 0.0, 3.0, 2
fsioFormulas15 = array, U08, 5848, [200],"char", 1, 0, 0.0, 3.0, 2
fsioFormulas16 = array, U08, 6048, [200],"char", 1, 0, 0.0, 3.0, 2
timingMultiplier = array, U08, 6248, [200],"char", 1, 0, 0.0, 3.0, 2
timingAdditive = array, U08, 6448, [200],"char", 1, 0, 0.0, 3.0, 2
fsioFormulas1 = string, ASCII, 3048, 200
fsioFormulas2 = string, ASCII, 3248, 200
fsioFormulas3 = string, ASCII, 3448, 200
fsioFormulas4 = string, ASCII, 3648, 200
fsioFormulas5 = string, ASCII, 3848, 200
fsioFormulas6 = string, ASCII, 4048, 200
fsioFormulas7 = string, ASCII, 4248, 200
fsioFormulas8 = string, ASCII, 4448, 200
fsioFormulas9 = string, ASCII, 4648, 200
fsioFormulas10 = string, ASCII, 4848, 200
fsioFormulas11 = string, ASCII, 5048, 200
fsioFormulas12 = string, ASCII, 5248, 200
fsioFormulas13 = string, ASCII, 5448, 200
fsioFormulas14 = string, ASCII, 5648, 200
fsioFormulas15 = string, ASCII, 5848, 200
fsioFormulas16 = string, ASCII, 6048, 200
timingMultiplier = string, ASCII, 6248, 200
timingAdditive = string, ASCII, 6448, 200
cltFuelCorrBins = array, F32, 6648, [16], "C", 1, 0, -100.0, 250.0, 2
cltFuelCorr = array, F32, 6712, [16], "%", 1, 0, 0.0, 500.0, 2
iatFuelCorrBins = array, F32, 6776, [16], "C", 1, 0, -100.0, 250.0, 2
@ -1588,6 +1588,7 @@ gaugeCategory = Fuel Data
subMenu = fsioTable2Tbl, "FSIO Table #2"
subMenu = fsioTable3Tbl, "FSIO Table #3"
subMenu = fsioTable4Tbl, "FSIO Table #4"
subMenu = fsioFormulas, "FSIO Formulas"
subMenu = std_separator
subMenu = connection, "Connection"
subMenu = joystickPanel, "Joystick"
@ -2460,6 +2461,11 @@ cmd_call_from_pit = "w\x00\x20\x34\x56"
panel = fsioFrequency, Center
panel = fsioSetting, East
dialog = fsioFormulas, "FSIO Formulas"
field = "#1", fsioFormulas1
field = "#2", fsioFormulas2
field = "#3", fsioFormulas3
field = "#4", fsioFormulas4
dialog = fsioInputsDialog, "FSIO inputs"
field = "ADC #1", fsioAdc1

View File

@ -822,6 +822,7 @@ gaugeCategory = Fuel Data
subMenu = fsioTable2Tbl, "FSIO Table #2"
subMenu = fsioTable3Tbl, "FSIO Table #3"
subMenu = fsioTable4Tbl, "FSIO Table #4"
subMenu = fsioFormulas, "FSIO Formulas"
subMenu = std_separator
subMenu = connection, "Connection"
subMenu = joystickPanel, "Joystick"
@ -1694,6 +1695,11 @@ cmd_call_from_pit = "w\x00\x20\x34\x56"
panel = fsioFrequency, Center
panel = fsioSetting, East
dialog = fsioFormulas, "FSIO Formulas"
field = "#1", fsioFormulas1
field = "#2", fsioFormulas2
field = "#3", fsioFormulas3
field = "#4", fsioFormulas4
dialog = fsioInputsDialog, "FSIO inputs"
field = "ADC #1", fsioAdc1