injection phase datalog
This commit is contained in:
parent
0510b0a17e
commit
3960732c2d
|
@ -63,7 +63,7 @@ enable2ndByteCanID = false
|
||||||
|
|
||||||
; see PAGE_0_SIZE in C source code
|
; see PAGE_0_SIZE in C source code
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun Jun 10 04:40:26 EDT 2018
|
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Tue Jun 12 22:51:51 EDT 2018
|
||||||
|
|
||||||
pageSize = 20000
|
pageSize = 20000
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -1095,6 +1095,7 @@ fileVersion = { 20171101 }
|
||||||
accelerationY = scalar, S16, 276, "G", 0.01, 0
|
accelerationY = scalar, S16, 276, "G", 0.01, 0
|
||||||
oilPressure = scalar, F32, 280, "kPa", 1, 0.0
|
oilPressure = scalar, F32, 280, "kPa", 1, 0.0
|
||||||
fuelConsumptionPerHour=scalar, F32, 284, "kPa", 1, 0.0
|
fuelConsumptionPerHour=scalar, F32, 284, "kPa", 1, 0.0
|
||||||
|
injectionOffset = scalar, F32, 288, "deg", 1, 0;
|
||||||
;
|
;
|
||||||
; see TunerStudioOutputChannels struct
|
; see TunerStudioOutputChannels struct
|
||||||
;
|
;
|
||||||
|
@ -1704,6 +1705,7 @@ gaugeCategory = Fuel Data
|
||||||
|
|
||||||
entry = sparkDwellValue, "dwell: coil charge time", float,"%.3f"
|
entry = sparkDwellValue, "dwell: coil charge time", float,"%.3f"
|
||||||
entry = vvtPosition, "VVT postion", float,"%.2f"
|
entry = vvtPosition, "VVT postion", float,"%.2f"
|
||||||
|
entry = injectionOffset, "injOffset" , float, "%.2F"
|
||||||
|
|
||||||
; is there a way to log parameter? entry = debugMode, "debugMode",int,"%d"
|
; is there a way to log parameter? entry = debugMode, "debugMode",int,"%d"
|
||||||
; Alternator_PID: alternator duty cycle
|
; Alternator_PID: alternator duty cycle
|
||||||
|
|
Loading…
Reference in New Issue