Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2022-09-08 02:41:09 +00:00
parent 8e49542600
commit 27c40e162b
38 changed files with 139 additions and 138 deletions

View File

@ -425,7 +425,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"

View File

@ -227,7 +227,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -991,7 +991,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0

View File

@ -454,7 +454,7 @@ mapVvt_MAP_AT_CYCLE_COUNT("mapVvt_MAP_AT_CYCLE_COUNT", SensorCategory.SENSOR_INP
mapVvt_map_peak("mapVvt_map_peak", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1109, 1.0, -10000.0, 10000.0, ""),
alignmentFill_at_38("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1110, 1.0, -20.0, 100.0, "units"),
currentEngineDecodedPhase("Engine Phase", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1112, 1.0, 0.0, 0.0, "deg"),
totalRevolutionCounter("Crank revolution counter", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1116, 1.0, -1.0, -1.0, ""),
crankSynchronizationCounter("Crank sync counter\nUsually matches crank revolutions", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1116, 1.0, -1.0, -1.0, ""),
vvtSyncGapRatio("vvtSyncGapRatio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1120, 1.0, -10000.0, 10000.0, ""),
vvtCurrentPosition("vvtCurrentPosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1124, 1.0, -10000.0, 10000.0, ""),
triggerSyncGapRatio("Trigger Sync Latest Ratio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1128, 1.0, -10000.0, 10000.0, ""),

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_state.txt Sun Aug 21 16:42:01 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_state.txt Thu Sep 08 02:40:10 UTC 2022
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -6,7 +6,8 @@
// start of trigger_state_s
struct trigger_state_s {
/**
* Crank revolution counter
* Crank sync counter
* Usually matches crank revolutions
* offset 0
*/
uint32_t crankSynchronizationCounter = (uint32_t)0;
@ -48,4 +49,4 @@ struct trigger_state_s {
static_assert(sizeof(trigger_state_s) == 24);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_state.txt Sun Aug 21 16:42:01 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_state.txt Thu Sep 08 02:40:10 UTC 2022

View File

@ -86,7 +86,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 Wed Sep 07 23:51:38 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 08 02:41:01 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5679,7 +5679,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:51:17 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 08 02:40:43 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5677,7 +5677,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:50:44 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 08 02:40:16 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5673,7 +5673,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:50:46 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 08 02:40:17 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5676,7 +5676,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:51:35 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 08 02:40:58 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5679,7 +5679,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:51:15 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 08 02:40:42 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5677,7 +5677,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:50:40 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Thu Sep 08 02:40:13 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5679,7 +5679,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:51:31 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 08 02:40:55 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5679,7 +5679,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:51:33 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 08 02:40:56 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5679,7 +5679,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:51:19 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 08 02:40:45 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5679,7 +5679,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:50:48 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 08 02:40:19 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5676,7 +5676,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:51:05 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 08 02:40:33 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5676,7 +5676,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:51:03 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 08 02:40:32 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5676,7 +5676,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:50:54 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 08 02:40:24 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5676,7 +5676,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:50:52 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 08 02:40:22 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5676,7 +5676,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:50:49 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 08 02:40:20 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5676,7 +5676,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:50:55 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 08 02:40:25 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5676,7 +5676,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:50:59 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 08 02:40:29 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5676,7 +5676,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:51:01 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 08 02:40:30 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5674,7 +5674,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:50:57 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 08 02:40:27 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5676,7 +5676,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:51:07 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 08 02:40:35 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5676,7 +5676,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:51:09 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 08 02:40:37 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5676,7 +5676,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:50:38 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Thu Sep 08 02:40:11 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5679,7 +5679,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:51:13 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 08 02:40:40 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5677,7 +5677,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:51:11 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 08 02:40:38 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5677,7 +5677,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:51:23 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 08 02:40:48 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5673,7 +5673,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:51:21 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 08 02:40:47 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5673,7 +5673,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:51:27 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 08 02:40:51 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5673,7 +5673,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:51:25 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 08 02:40:50 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5673,7 +5673,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:51:29 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 08 02:40:53 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5673,7 +5673,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:50:42 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 Thu Sep 08 02:40:14 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5675,7 +5675,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -86,7 +86,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 Wed Sep 07 23:51:37 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 08 02:40:59 UTC 2022
pageSize = 21300
page = 1
@ -3117,7 +3117,7 @@ mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1108, "", 1, 0
mapVvt_map_peak = scalar, U08, 1109, "", 1, 0
currentEngineDecodedPhase = scalar, F32, 1112, "deg", 1, 0
; total TS size = 1116
totalRevolutionCounter = scalar, U32, 1116, "", 1, 0
crankSynchronizationCounter = scalar, U32, 1116, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1120, "", 1, 0
vvtCurrentPosition = scalar, F32, 1124, "", 1, 0
triggerSyncGapRatio = scalar, F32, 1128, "", 1, 0
@ -4897,7 +4897,7 @@ entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f"
entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d"
entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Engine Phase", float, "%.3f"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f"
@ -5679,7 +5679,7 @@ dialog = trigger_centralDialog, "trigger_central"
dialog = trigger_stateDialog, "trigger_state"
liveGraph = trigger_state_1_Graph, "Graph", South
graphLine = totalRevolutionCounter
graphLine = crankSynchronizationCounter
graphLine = vvtSyncGapRatio
graphLine = vvtCurrentPosition
graphLine = triggerSyncGapRatio

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_state.txt Tue Sep 06 20:36:52 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_state.txt Thu Sep 08 02:40:10 UTC 2022
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -386,7 +386,7 @@ public class TriggerState {
public static final int VM_VVT_INACTIVE = 0;
public static final int VR_THRESHOLD_COUNT = 2;
public static final int WWAE_TABLE_SIZE = 8;
public static final Field TOTALREVOLUTIONCOUNTER = Field.create("TOTALREVOLUTIONCOUNTER", 0, FieldType.INT).setScale(1.0);
public static final Field CRANKSYNCHRONIZATIONCOUNTER = Field.create("CRANKSYNCHRONIZATIONCOUNTER", 0, FieldType.INT).setScale(1.0);
public static final Field VVTSYNCGAPRATIO = Field.create("VVTSYNCGAPRATIO", 4, FieldType.FLOAT);
public static final Field VVTCURRENTPOSITION = Field.create("VVTCURRENTPOSITION", 8, FieldType.FLOAT);
public static final Field TRIGGERSYNCGAPRATIO = Field.create("TRIGGERSYNCGAPRATIO", 12, FieldType.FLOAT);
@ -396,7 +396,7 @@ public class TriggerState {
public static final Field CAMRESYNCCOUNTER = Field.create("CAMRESYNCCOUNTER", 22, FieldType.INT8).setScale(1.0);
public static final Field VVTSTATEINDEX = Field.create("VVTSTATEINDEX", 23, FieldType.INT8).setScale(1.0);
public static final Field[] VALUES = {
TOTALREVOLUTIONCOUNTER,
CRANKSYNCHRONIZATIONCOUNTER,
VVTSYNCGAPRATIO,
VVTCURRENTPOSITION,
TRIGGERSYNCGAPRATIO,