This commit is contained in:
rusefillc 2022-04-19 16:10:45 -04:00
commit b8399bc1a7
32 changed files with 218 additions and 218 deletions

View File

@ -387,12 +387,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"

View File

@ -364,12 +364,12 @@ maxExtraPerCycle("maxExtraPerCycle", SensorCategory.SENSOR_INPUTS, FieldType.INT
maxExtraPerPeriod("maxExtraPerPeriod", SensorCategory.SENSOR_INPUTS, FieldType.INT, 884, 1.0, -1.0, -1.0, ""),
maxInjectedPerPeriod("maxInjectedPerPeriod", SensorCategory.SENSOR_INPUTS, FieldType.INT, 888, 1.0, -1.0, -1.0, ""),
cycleCnt("cycleCnt", SensorCategory.SENSOR_INPUTS, FieldType.INT, 892, 1.0, -1.0, -1.0, ""),
hwEventCounters1("Counter of hardware events since ECU start 1", SensorCategory.SENSOR_INPUTS, FieldType.INT, 896, 1.0, -1.0, -1.0, ""),
hwEventCounters2("Counter of hardware events since ECU start 2", SensorCategory.SENSOR_INPUTS, FieldType.INT, 900, 1.0, -1.0, -1.0, ""),
hwEventCounters3("Counter of hardware events since ECU start 3", SensorCategory.SENSOR_INPUTS, FieldType.INT, 904, 1.0, -1.0, -1.0, ""),
hwEventCounters4("Counter of hardware events since ECU start 4", SensorCategory.SENSOR_INPUTS, FieldType.INT, 908, 1.0, -1.0, -1.0, ""),
hwEventCounters5("Counter of hardware events since ECU start 5", SensorCategory.SENSOR_INPUTS, FieldType.INT, 912, 1.0, -1.0, -1.0, ""),
hwEventCounters6("Counter of hardware events since ECU start 6", SensorCategory.SENSOR_INPUTS, FieldType.INT, 916, 1.0, -1.0, -1.0, ""),
hwEventCounters1("Hardware events since boot 1", SensorCategory.SENSOR_INPUTS, FieldType.INT, 896, 1.0, -1.0, -1.0, ""),
hwEventCounters2("Hardware events since boot 2", SensorCategory.SENSOR_INPUTS, FieldType.INT, 900, 1.0, -1.0, -1.0, ""),
hwEventCounters3("Hardware events since boot 3", SensorCategory.SENSOR_INPUTS, FieldType.INT, 904, 1.0, -1.0, -1.0, ""),
hwEventCounters4("Hardware events since boot 4", SensorCategory.SENSOR_INPUTS, FieldType.INT, 908, 1.0, -1.0, -1.0, ""),
hwEventCounters5("Hardware events since boot 5", SensorCategory.SENSOR_INPUTS, FieldType.INT, 912, 1.0, -1.0, -1.0, ""),
hwEventCounters6("Hardware events since boot 6", SensorCategory.SENSOR_INPUTS, FieldType.INT, 916, 1.0, -1.0, -1.0, ""),
vvtCamCounter("vvtCamCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT, 920, 1.0, -1.0, -1.0, ""),
currentGap("currentGap", SensorCategory.SENSOR_INPUTS, FieldType.INT, 924, 1.0, -1.0, -1.0, ""),
totalRevolutionCounter("Crank revolution counter", SensorCategory.SENSOR_INPUTS, FieldType.INT, 928, 1.0, -1.0, -1.0, ""),

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_central.txt Sun Apr 17 20:27:25 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_central.txt Tue Apr 19 19:08:30 UTC 2022
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -7,7 +7,7 @@
// start of trigger_central_s
struct trigger_central_s {
/**
* Counter of hardware events since ECU start
* Hardware events since boot
* offset 0
*/
int hwEventCounters[HW_EVENT_TYPES];
@ -19,4 +19,4 @@ struct trigger_central_s {
static_assert(sizeof(trigger_central_s) == 28);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_central.txt Sun Apr 17 20:27:25 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_central.txt Tue Apr 19 19:08:30 UTC 2022

View File

@ -84,7 +84,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 18:38:49 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 19:09:06 UTC 2022
pageSize = 21148
page = 1
@ -4599,12 +4599,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"

View File

@ -84,7 +84,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 18:38:11 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 19:08:31 UTC 2022
pageSize = 21148
page = 1
@ -4599,12 +4599,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"

View File

@ -84,7 +84,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 18:38:13 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 19:08:32 UTC 2022
pageSize = 21148
page = 1
@ -4599,12 +4599,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"

View File

@ -84,7 +84,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 18:38:46 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 19:09:03 UTC 2022
pageSize = 21148
page = 1
@ -4599,12 +4599,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"

View File

@ -84,7 +84,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 18:38:34 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 19:08:52 UTC 2022
pageSize = 21148
page = 1
@ -4599,12 +4599,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"

View File

@ -84,7 +84,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 18:38:45 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 19:09:02 UTC 2022
pageSize = 21148
page = 1
@ -4599,12 +4599,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"

View File

@ -84,7 +84,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 18:38:36 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 19:08:53 UTC 2022
pageSize = 21148
page = 1
@ -4599,12 +4599,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"

View File

@ -84,7 +84,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 18:38:14 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 19:08:34 UTC 2022
pageSize = 21148
page = 1
@ -4599,12 +4599,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"

View File

@ -84,7 +84,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 18:38:27 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 19:08:45 UTC 2022
pageSize = 21148
page = 1
@ -4599,12 +4599,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"

View File

@ -84,7 +84,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 18:38:19 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 19:08:38 UTC 2022
pageSize = 21148
page = 1
@ -4599,12 +4599,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"

View File

@ -84,7 +84,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 18:38:17 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 19:08:36 UTC 2022
pageSize = 21148
page = 1
@ -4599,12 +4599,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"

View File

@ -84,7 +84,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 18:38:16 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 19:08:35 UTC 2022
pageSize = 21148
page = 1
@ -4599,12 +4599,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"

View File

@ -84,7 +84,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 18:38:20 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 19:08:39 UTC 2022
pageSize = 21148
page = 1
@ -4599,12 +4599,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"

View File

@ -84,7 +84,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 18:38:24 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 19:08:42 UTC 2022
pageSize = 21148
page = 1
@ -4599,12 +4599,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"

View File

@ -84,7 +84,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 18:38:25 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 19:08:43 UTC 2022
pageSize = 21148
page = 1
@ -4599,12 +4599,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"

View File

@ -84,7 +84,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 18:38:22 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 19:08:40 UTC 2022
pageSize = 21148
page = 1
@ -4599,12 +4599,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"

View File

@ -84,7 +84,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 18:38:28 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 19:08:46 UTC 2022
pageSize = 21148
page = 1
@ -4599,12 +4599,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"

View File

@ -84,7 +84,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 18:38:30 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 19:08:47 UTC 2022
pageSize = 21148
page = 1
@ -4599,12 +4599,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"

View File

@ -84,7 +84,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Tue Apr 19 18:38:52 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Tue Apr 19 19:09:08 UTC 2022
pageSize = 21148
page = 1
@ -4599,12 +4599,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"

View File

@ -84,7 +84,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Tue Apr 19 18:38:51 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Tue Apr 19 19:09:07 UTC 2022
pageSize = 21120
page = 1
@ -4558,12 +4558,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"

View File

@ -84,7 +84,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 18:38:33 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 19:08:50 UTC 2022
pageSize = 21148
page = 1
@ -4599,12 +4599,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"

View File

@ -84,7 +84,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 18:38:31 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 19:08:49 UTC 2022
pageSize = 21148
page = 1
@ -4599,12 +4599,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"

View File

@ -84,7 +84,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 18:38:39 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 19:08:56 UTC 2022
pageSize = 21148
page = 1
@ -4599,12 +4599,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"

View File

@ -84,7 +84,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 18:38:37 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 19:08:54 UTC 2022
pageSize = 21148
page = 1
@ -4599,12 +4599,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"

View File

@ -84,7 +84,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 18:38:42 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 19:08:59 UTC 2022
pageSize = 21148
page = 1
@ -4599,12 +4599,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"

View File

@ -84,7 +84,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 18:38:40 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 19:08:57 UTC 2022
pageSize = 21148
page = 1
@ -4599,12 +4599,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"

View File

@ -84,7 +84,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 18:38:43 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 19:09:00 UTC 2022
pageSize = 21148
page = 1
@ -4599,12 +4599,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"

View File

@ -84,7 +84,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Tue Apr 19 18:38:53 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Tue Apr 19 19:09:09 UTC 2022
pageSize = 21148
page = 1
@ -4599,12 +4599,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"

View File

@ -84,7 +84,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 18:38:48 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Apr 19 19:09:04 UTC 2022
pageSize = 21148
page = 1
@ -4599,12 +4599,12 @@ entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f"
entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f"
entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f"
entry = cycleCnt, "cycleCnt", int, "%d"
entry = hwEventCounters1, "Counter of hardware events since ECU start 1", int, "%d"
entry = hwEventCounters2, "Counter of hardware events since ECU start 2", int, "%d"
entry = hwEventCounters3, "Counter of hardware events since ECU start 3", int, "%d"
entry = hwEventCounters4, "Counter of hardware events since ECU start 4", int, "%d"
entry = hwEventCounters5, "Counter of hardware events since ECU start 5", int, "%d"
entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int, "%d"
entry = hwEventCounters1, "Hardware events since boot 1", int, "%d"
entry = hwEventCounters2, "Hardware events since boot 2", int, "%d"
entry = hwEventCounters3, "Hardware events since boot 3", int, "%d"
entry = hwEventCounters4, "Hardware events since boot 4", int, "%d"
entry = hwEventCounters5, "Hardware events since boot 5", int, "%d"
entry = hwEventCounters6, "Hardware events since boot 6", int, "%d"
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
entry = currentGap, "currentGap", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"