Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2022-09-01 03:56:47 +00:00
parent dddec7cf06
commit 398003c65d
38 changed files with 140 additions and 41 deletions

View File

@ -404,6 +404,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -211,6 +211,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

View File

@ -964,6 +964,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0

View File

@ -453,7 +453,7 @@ mapVvt_MAP_AT_SPECIAL_POINT("mapVvt_MAP_AT_SPECIAL_POINT", SensorCategory.SENSOR
mapVvt_MAP_AT_DIFF("mapVvt_MAP_AT_DIFF", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1100, 1.0, -10000.0, 10000.0, ""),
mapVvt_MAP_AT_CYCLE_COUNT("mapVvt_MAP_AT_CYCLE_COUNT", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1104, 1.0, -10000.0, 10000.0, ""),
mapVvt_map_peak("mapVvt_map_peak", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1105, 1.0, -10000.0, 10000.0, ""),
alignmentFill_at_38("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1106, 1.0, -20.0, 100.0, "units"),
currentEngineDecodedPhase("Engine Phase2", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1106, 1.0, 0.0, 0.0, "deg"),
totalRevolutionCounter("Crank revolution counter", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1108, 1.0, -1.0, -1.0, ""),
vvtSyncGapRatio("vvtSyncGapRatio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1112, 1.0, -10000.0, 10000.0, ""),
vvtCurrentPosition("vvtCurrentPosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1116, 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_central.txt Tue Aug 16 23:47:21 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_central.txt Thu Sep 01 03:55:33 UTC 2022
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -32,13 +32,13 @@ struct trigger_central_s {
*/
uint8_t mapVvt_map_peak = (uint8_t)0;
/**
* need 4 byte alignment
units
* Engine Phase2
deg
* offset 38
*/
uint8_t alignmentFill_at_38[2];
scaled_channel<uint16_t, 1, 1> currentEngineDecodedPhase = (uint16_t)0;
};
static_assert(sizeof(trigger_central_s) == 40);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_central.txt Tue Aug 16 23:47:21 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_central.txt Thu Sep 01 03:55:33 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 Thu Sep 01 02:17:44 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 01 03:56:35 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5611,6 +5613,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:17:26 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 01 03:56:14 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5609,6 +5611,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:16:57 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 01 03:55:40 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5605,6 +5607,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:16:59 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 01 03:55:42 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5608,6 +5610,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:17:40 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 01 03:56:31 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5611,6 +5613,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:17:24 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 01 03:56:12 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5609,6 +5611,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:16:54 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 01 03:55:37 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5611,6 +5613,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:17:37 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 01 03:56:27 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5611,6 +5613,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:17:39 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 01 03:56:29 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5611,6 +5613,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:17:27 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 01 03:56:16 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5611,6 +5613,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:17:00 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 01 03:55:44 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5608,6 +5610,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:17:16 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 01 03:56:02 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5608,6 +5610,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:17:14 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 01 03:56:00 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5608,6 +5610,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:17:05 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 01 03:55:50 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5608,6 +5610,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:17:04 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 01 03:55:48 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5608,6 +5610,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:17:02 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 01 03:55:46 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5608,6 +5610,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:17:07 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 01 03:55:52 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5608,6 +5610,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:17:10 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 01 03:55:56 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5608,6 +5610,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:17:12 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 01 03:55:58 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5606,6 +5608,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:17:09 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 01 03:55:54 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5608,6 +5610,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:17:17 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 01 03:56:04 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5608,6 +5610,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:17:19 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 01 03:56:06 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5608,6 +5610,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:16:52 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Thu Sep 01 03:55:35 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5611,6 +5613,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:17:22 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 01 03:56:10 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5609,6 +5611,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:17:21 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 01 03:56:08 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5609,6 +5611,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:17:30 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 01 03:56:20 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5605,6 +5607,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:17:29 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 01 03:56:18 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5605,6 +5607,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:17:34 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 01 03:56:24 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5605,6 +5607,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:17:32 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 01 03:56:21 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5605,6 +5607,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:17:35 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 01 03:56:25 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5605,6 +5607,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:16:55 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 01 03:55:39 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5607,6 +5609,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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 Thu Sep 01 02:17:42 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Sep 01 03:56:33 UTC 2022
pageSize = 21300
page = 1
@ -3090,6 +3090,7 @@ mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1096, "", 1, 0
mapVvt_MAP_AT_DIFF = scalar, F32, 1100, "", 1, 0
mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1104, "", 1, 0
mapVvt_map_peak = scalar, U08, 1105, "", 1, 0
currentEngineDecodedPhase = scalar, U16, 1106, "deg", 1, 0
; total TS size = 1108
totalRevolutionCounter = scalar, U32, 1108, "", 1, 0
vvtSyncGapRatio = scalar, F32, 1112, "", 1, 0
@ -4846,6 +4847,7 @@ entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3
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 Phase2", int, "%d"
entry = totalRevolutionCounter, "Crank revolution counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"
@ -5611,6 +5613,7 @@ dialog = trigger_centralDialog, "trigger_central"
graphLine = mapVvt_MAP_AT_DIFF
graphLine = mapVvt_MAP_AT_CYCLE_COUNT
graphLine = mapVvt_map_peak
graphLine = currentEngineDecodedPhase
dialog = trigger_stateDialog, "trigger_state"

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_central.txt Tue Aug 16 23:47:21 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_central.txt Thu Sep 01 03:55:33 UTC 2022
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -18,7 +18,7 @@ public class TriggerCentral {
public static final Field MAPVVT_MAP_AT_DIFF = Field.create("MAPVVT_MAP_AT_DIFF", 32, FieldType.FLOAT);
public static final Field MAPVVT_MAP_AT_CYCLE_COUNT = Field.create("MAPVVT_MAP_AT_CYCLE_COUNT", 36, FieldType.INT8).setScale(1.0);
public static final Field MAPVVT_MAP_PEAK = Field.create("MAPVVT_MAP_PEAK", 37, FieldType.INT8).setScale(1.0);
public static final Field ALIGNMENTFILL_AT_38 = Field.create("ALIGNMENTFILL_AT_38", 38, FieldType.INT8).setScale(1.0);
public static final Field CURRENTENGINEDECODEDPHASE = Field.create("CURRENTENGINEDECODEDPHASE", 38, FieldType.INT16).setScale(1.0);
public static final Field[] VALUES = {
HWEVENTCOUNTERS1,
HWEVENTCOUNTERS2,
@ -31,6 +31,6 @@ public class TriggerCentral {
MAPVVT_MAP_AT_DIFF,
MAPVVT_MAP_AT_CYCLE_COUNT,
MAPVVT_MAP_PEAK,
ALIGNMENTFILL_AT_38,
CURRENTENGINEDECODEDPHASE,
};
}