knockCount into logs
This commit is contained in:
parent
b5edcfca05
commit
8881bef3cd
|
@ -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 May 27 11:20:08 EDT 2018
|
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu May 31 00:49:09 EDT 2018
|
||||||
|
|
||||||
pageSize = 20000
|
pageSize = 20000
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -1658,6 +1658,7 @@ gaugeCategory = Fuel Data
|
||||||
entry = engineLoad, "Engine Load", float, "%.1f"
|
entry = engineLoad, "Engine Load", float, "%.1f"
|
||||||
entry = ignitionAdvance, "timing", float, "%.2f"
|
entry = ignitionAdvance, "timing", float, "%.2f"
|
||||||
entry = knockLevel, "knock: current level", float, "%.2f"
|
entry = knockLevel, "knock: current level", float, "%.2f"
|
||||||
|
entry = knockCount, "knock: counter", int, "%d"
|
||||||
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.2f"
|
entry = vehicleSpeedKph, "Vehicle Speed", float, "%.2f"
|
||||||
entry = speedToRpmRatio, "s2rpm", float, "%.3f"
|
entry = speedToRpmRatio, "s2rpm", float, "%.3f"
|
||||||
entry = rpmAcceleration, "dRPM", float, "%.3f"
|
entry = rpmAcceleration, "dRPM", float, "%.3f"
|
||||||
|
|
|
@ -820,6 +820,7 @@ gaugeCategory = Fuel Data
|
||||||
entry = engineLoad, @@GAUGE_NAME_ENGINE_LOAD@@, float, "%.1f"
|
entry = engineLoad, @@GAUGE_NAME_ENGINE_LOAD@@, float, "%.1f"
|
||||||
entry = ignitionAdvance, @@GAUGE_NAME_TIMING_ADVANCE@@, float, "%.2f"
|
entry = ignitionAdvance, @@GAUGE_NAME_TIMING_ADVANCE@@, float, "%.2f"
|
||||||
entry = knockLevel, @@GAUGE_NAME_KNOCK_LEVEL@@, float, "%.2f"
|
entry = knockLevel, @@GAUGE_NAME_KNOCK_LEVEL@@, float, "%.2f"
|
||||||
|
entry = knockCount, @@GAUGE_NAME_KNOCK_COUNTER@@, int, "%d"
|
||||||
entry = vehicleSpeedKph, @@GAUGE_NAME_VVS@@, float, "%.2f"
|
entry = vehicleSpeedKph, @@GAUGE_NAME_VVS@@, float, "%.2f"
|
||||||
entry = speedToRpmRatio, "s2rpm", float, "%.3f"
|
entry = speedToRpmRatio, "s2rpm", float, "%.3f"
|
||||||
entry = rpmAcceleration, "dRPM", float, "%.3f"
|
entry = rpmAcceleration, "dRPM", float, "%.3f"
|
||||||
|
|
Loading…
Reference in New Issue