logging of live data structs was: data points #3614
on-topic and off-topic progress
This commit is contained in:
parent
ead4b5488f
commit
fc0f8e7663
|
@ -177,7 +177,7 @@ enable2ndByteCanID = false
|
||||||
ochGetCommand = "O%2o%2c"
|
ochGetCommand = "O%2o%2c"
|
||||||
|
|
||||||
; see TS_OUTPUT_SIZE in console source code
|
; see TS_OUTPUT_SIZE in console source code
|
||||||
ochBlockSize = @@TS_OUTPUT_SIZE@@
|
ochBlockSize = @@TS_TOTAL_OUTPUT_SIZE@@
|
||||||
|
|
||||||
;
|
;
|
||||||
; see TunerStudioOutputChannels struct
|
; see TunerStudioOutputChannels struct
|
||||||
|
@ -185,10 +185,6 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
@@OUTPUTS_SECTION@@
|
@@OUTPUTS_SECTION@@
|
||||||
|
|
||||||
; todo: generate this section programmatically
|
|
||||||
LM_SPEED_DENSITY = {3},
|
|
||||||
LM_REAL_MAF = {4}
|
|
||||||
|
|
||||||
time = { timeNow }
|
time = { timeNow }
|
||||||
|
|
||||||
egoCorrectionForVeAnalyze = { 100 + fuelPidCorrection1 }
|
egoCorrectionForVeAnalyze = { 100 + fuelPidCorrection1 }
|
||||||
|
@ -1389,7 +1385,7 @@ menuDialog = main
|
||||||
# Air mass model
|
# Air mass model
|
||||||
subMenu = veTableDialog, "VE", 0, {isInjectionEnabled == 1}
|
subMenu = veTableDialog, "VE", 0, {isInjectionEnabled == 1}
|
||||||
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
|
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
|
||||||
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == LM_SPEED_DENSITY}
|
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == @@engine_load_mode_e_LM_SPEED_DENSITY@@}
|
||||||
subMenu = mapEstimateTableTbl, "MAP estimate table", 0, { enableMapEstimationTableFallback }
|
subMenu = mapEstimateTableTbl, "MAP estimate table", 0, { enableMapEstimationTableFallback }
|
||||||
subMenu = std_separator
|
subMenu = std_separator
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue