Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2022-08-24 02:19:34 +00:00
parent 9fd1b251ec
commit b167dab9cd
37 changed files with 1145 additions and 1079 deletions

View File

@ -371,6 +371,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"

View File

@ -115,6 +115,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -873,35 +873,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/engine_state.txt Mon Aug 22 22:31:43 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/engine_state.txt Wed Aug 24 02:18:28 UTC 2022
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -407,91 +407,91 @@ struct engine_state_s {
bool brakePedalState : 1 {};
/**
offset 136 bit 3 */
bool unusedBit_22_3 : 1 {};
bool isSynchronizedPhase : 1 {};
/**
offset 136 bit 4 */
bool unusedBit_22_4 : 1 {};
bool unusedBit_23_4 : 1 {};
/**
offset 136 bit 5 */
bool unusedBit_22_5 : 1 {};
bool unusedBit_23_5 : 1 {};
/**
offset 136 bit 6 */
bool unusedBit_22_6 : 1 {};
bool unusedBit_23_6 : 1 {};
/**
offset 136 bit 7 */
bool unusedBit_22_7 : 1 {};
bool unusedBit_23_7 : 1 {};
/**
offset 136 bit 8 */
bool unusedBit_22_8 : 1 {};
bool unusedBit_23_8 : 1 {};
/**
offset 136 bit 9 */
bool unusedBit_22_9 : 1 {};
bool unusedBit_23_9 : 1 {};
/**
offset 136 bit 10 */
bool unusedBit_22_10 : 1 {};
bool unusedBit_23_10 : 1 {};
/**
offset 136 bit 11 */
bool unusedBit_22_11 : 1 {};
bool unusedBit_23_11 : 1 {};
/**
offset 136 bit 12 */
bool unusedBit_22_12 : 1 {};
bool unusedBit_23_12 : 1 {};
/**
offset 136 bit 13 */
bool unusedBit_22_13 : 1 {};
bool unusedBit_23_13 : 1 {};
/**
offset 136 bit 14 */
bool unusedBit_22_14 : 1 {};
bool unusedBit_23_14 : 1 {};
/**
offset 136 bit 15 */
bool unusedBit_22_15 : 1 {};
bool unusedBit_23_15 : 1 {};
/**
offset 136 bit 16 */
bool unusedBit_22_16 : 1 {};
bool unusedBit_23_16 : 1 {};
/**
offset 136 bit 17 */
bool unusedBit_22_17 : 1 {};
bool unusedBit_23_17 : 1 {};
/**
offset 136 bit 18 */
bool unusedBit_22_18 : 1 {};
bool unusedBit_23_18 : 1 {};
/**
offset 136 bit 19 */
bool unusedBit_22_19 : 1 {};
bool unusedBit_23_19 : 1 {};
/**
offset 136 bit 20 */
bool unusedBit_22_20 : 1 {};
bool unusedBit_23_20 : 1 {};
/**
offset 136 bit 21 */
bool unusedBit_22_21 : 1 {};
bool unusedBit_23_21 : 1 {};
/**
offset 136 bit 22 */
bool unusedBit_22_22 : 1 {};
bool unusedBit_23_22 : 1 {};
/**
offset 136 bit 23 */
bool unusedBit_22_23 : 1 {};
bool unusedBit_23_23 : 1 {};
/**
offset 136 bit 24 */
bool unusedBit_22_24 : 1 {};
bool unusedBit_23_24 : 1 {};
/**
offset 136 bit 25 */
bool unusedBit_22_25 : 1 {};
bool unusedBit_23_25 : 1 {};
/**
offset 136 bit 26 */
bool unusedBit_22_26 : 1 {};
bool unusedBit_23_26 : 1 {};
/**
offset 136 bit 27 */
bool unusedBit_22_27 : 1 {};
bool unusedBit_23_27 : 1 {};
/**
offset 136 bit 28 */
bool unusedBit_22_28 : 1 {};
bool unusedBit_23_28 : 1 {};
/**
offset 136 bit 29 */
bool unusedBit_22_29 : 1 {};
bool unusedBit_23_29 : 1 {};
/**
offset 136 bit 30 */
bool unusedBit_22_30 : 1 {};
bool unusedBit_23_30 : 1 {};
/**
offset 136 bit 31 */
bool unusedBit_22_31 : 1 {};
bool unusedBit_23_31 : 1 {};
/**
* offset 140
*/
@ -516,4 +516,4 @@ struct engine_state_s {
static_assert(sizeof(engine_state_s) == 152);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/engine_state.txt Mon Aug 22 22:31:43 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/engine_state.txt Wed Aug 24 02:18:28 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 Tue Aug 23 23:50:19 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 24 02:19:19 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5417,6 +5418,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:50:01 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 24 02:19:01 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5414,6 +5415,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:49:32 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 24 02:18:34 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5411,6 +5412,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:49:34 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 24 02:18:35 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5413,6 +5414,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:50:15 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 24 02:19:16 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5417,6 +5418,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:49:59 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 24 02:19:00 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5414,6 +5415,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:49:29 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Wed Aug 24 02:18:31 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5417,6 +5418,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:50:12 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 24 02:19:13 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5417,6 +5418,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:50:14 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 24 02:19:14 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5417,6 +5418,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:50:02 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 24 02:19:03 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5417,6 +5418,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:49:36 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 24 02:18:37 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5413,6 +5414,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:49:50 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 24 02:18:52 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5413,6 +5414,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:49:49 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 24 02:18:50 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5413,6 +5414,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:49:40 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 24 02:18:42 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5413,6 +5414,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:49:39 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 24 02:18:40 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5413,6 +5414,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:49:37 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 24 02:18:39 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5413,6 +5414,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:49:42 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 24 02:18:44 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5413,6 +5414,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:49:45 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 24 02:18:47 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5413,6 +5414,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:49:47 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 24 02:18:48 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5412,6 +5413,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:49:44 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 24 02:18:45 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5413,6 +5414,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:49:52 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 24 02:18:53 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5413,6 +5414,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:49:54 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 24 02:18:55 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5413,6 +5414,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:49:28 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Wed Aug 24 02:18:29 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5417,6 +5418,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:49:57 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 24 02:18:58 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5414,6 +5415,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:49:56 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 24 02:18:57 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5414,6 +5415,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:50:06 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 24 02:19:06 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5412,6 +5413,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:50:04 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 24 02:19:05 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5412,6 +5413,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:50:09 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 24 02:19:09 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5410,6 +5411,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:50:07 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 24 02:19:08 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5410,6 +5411,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:50:11 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 24 02:19:11 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5410,6 +5411,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:49:31 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 Wed Aug 24 02:18:32 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5413,6 +5414,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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 Tue Aug 23 23:50:17 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Aug 24 02:19:17 UTC 2022
pageSize = 21300
page = 1
@ -2990,35 +2990,35 @@ hellenBoardId = scalar, S16, 990, "id", 1, 0
clutchUpState = bits, U32, 992, [0:0]
clutchDownState = bits, U32, 992, [1:1]
brakePedalState = bits, U32, 992, [2:2]
unusedBit_22_3 = bits, U32, 992, [3:3]
unusedBit_22_4 = bits, U32, 992, [4:4]
unusedBit_22_5 = bits, U32, 992, [5:5]
unusedBit_22_6 = bits, U32, 992, [6:6]
unusedBit_22_7 = bits, U32, 992, [7:7]
unusedBit_22_8 = bits, U32, 992, [8:8]
unusedBit_22_9 = bits, U32, 992, [9:9]
unusedBit_22_10 = bits, U32, 992, [10:10]
unusedBit_22_11 = bits, U32, 992, [11:11]
unusedBit_22_12 = bits, U32, 992, [12:12]
unusedBit_22_13 = bits, U32, 992, [13:13]
unusedBit_22_14 = bits, U32, 992, [14:14]
unusedBit_22_15 = bits, U32, 992, [15:15]
unusedBit_22_16 = bits, U32, 992, [16:16]
unusedBit_22_17 = bits, U32, 992, [17:17]
unusedBit_22_18 = bits, U32, 992, [18:18]
unusedBit_22_19 = bits, U32, 992, [19:19]
unusedBit_22_20 = bits, U32, 992, [20:20]
unusedBit_22_21 = bits, U32, 992, [21:21]
unusedBit_22_22 = bits, U32, 992, [22:22]
unusedBit_22_23 = bits, U32, 992, [23:23]
unusedBit_22_24 = bits, U32, 992, [24:24]
unusedBit_22_25 = bits, U32, 992, [25:25]
unusedBit_22_26 = bits, U32, 992, [26:26]
unusedBit_22_27 = bits, U32, 992, [27:27]
unusedBit_22_28 = bits, U32, 992, [28:28]
unusedBit_22_29 = bits, U32, 992, [29:29]
unusedBit_22_30 = bits, U32, 992, [30:30]
unusedBit_22_31 = bits, U32, 992, [31:31]
isSynchronizedPhase = bits, U32, 992, [3:3]
unusedBit_23_4 = bits, U32, 992, [4:4]
unusedBit_23_5 = bits, U32, 992, [5:5]
unusedBit_23_6 = bits, U32, 992, [6:6]
unusedBit_23_7 = bits, U32, 992, [7:7]
unusedBit_23_8 = bits, U32, 992, [8:8]
unusedBit_23_9 = bits, U32, 992, [9:9]
unusedBit_23_10 = bits, U32, 992, [10:10]
unusedBit_23_11 = bits, U32, 992, [11:11]
unusedBit_23_12 = bits, U32, 992, [12:12]
unusedBit_23_13 = bits, U32, 992, [13:13]
unusedBit_23_14 = bits, U32, 992, [14:14]
unusedBit_23_15 = bits, U32, 992, [15:15]
unusedBit_23_16 = bits, U32, 992, [16:16]
unusedBit_23_17 = bits, U32, 992, [17:17]
unusedBit_23_18 = bits, U32, 992, [18:18]
unusedBit_23_19 = bits, U32, 992, [19:19]
unusedBit_23_20 = bits, U32, 992, [20:20]
unusedBit_23_21 = bits, U32, 992, [21:21]
unusedBit_23_22 = bits, U32, 992, [22:22]
unusedBit_23_23 = bits, U32, 992, [23:23]
unusedBit_23_24 = bits, U32, 992, [24:24]
unusedBit_23_25 = bits, U32, 992, [25:25]
unusedBit_23_26 = bits, U32, 992, [26:26]
unusedBit_23_27 = bits, U32, 992, [27:27]
unusedBit_23_28 = bits, U32, 992, [28:28]
unusedBit_23_29 = bits, U32, 992, [29:29]
unusedBit_23_30 = bits, U32, 992, [30:30]
unusedBit_23_31 = bits, U32, 992, [31:31]
egt1 = scalar, F32, 996, "", 1, 0
egt2 = scalar, F32, 1000, "", 1, 0
desiredRpmLimit = scalar, S16, 1004, "rpm", 1, 0
@ -4721,6 +4721,7 @@ entry = hellenBoardId, "Detected Board ID", int, "%d"
entry = clutchUpState, "clutch: up", int, "%d"
entry = clutchDownState, "clutch: down", int, "%d"
entry = brakePedalState, "brake: down", int, "%d"
entry = isSynchronizedPhase, "isSynchronizedPhase", int, "%d"
entry = egt1, "egt1", float, "%.3f"
entry = egt2, "egt2", float, "%.3f"
entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d"
@ -5417,6 +5418,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {isSynchronizedPhase}, "isSynchronizedPhase No", "isSynchronizedPhase Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

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/algo/engine_state.txt Tue Aug 23 04:18:22 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/engine_state.txt Wed Aug 24 02:18:28 UTC 2022
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -494,35 +494,35 @@ public class EngineState {
public static final Field CLUTCHUPSTATE = Field.create("CLUTCHUPSTATE", 136, FieldType.BIT, 0);
public static final Field CLUTCHDOWNSTATE = Field.create("CLUTCHDOWNSTATE", 136, FieldType.BIT, 1);
public static final Field BRAKEPEDALSTATE = Field.create("BRAKEPEDALSTATE", 136, FieldType.BIT, 2);
public static final Field UNUSEDBIT_22_3 = Field.create("UNUSEDBIT_22_3", 136, FieldType.BIT, 3);
public static final Field UNUSEDBIT_22_4 = Field.create("UNUSEDBIT_22_4", 136, FieldType.BIT, 4);
public static final Field UNUSEDBIT_22_5 = Field.create("UNUSEDBIT_22_5", 136, FieldType.BIT, 5);
public static final Field UNUSEDBIT_22_6 = Field.create("UNUSEDBIT_22_6", 136, FieldType.BIT, 6);
public static final Field UNUSEDBIT_22_7 = Field.create("UNUSEDBIT_22_7", 136, FieldType.BIT, 7);
public static final Field UNUSEDBIT_22_8 = Field.create("UNUSEDBIT_22_8", 136, FieldType.BIT, 8);
public static final Field UNUSEDBIT_22_9 = Field.create("UNUSEDBIT_22_9", 136, FieldType.BIT, 9);
public static final Field UNUSEDBIT_22_10 = Field.create("UNUSEDBIT_22_10", 136, FieldType.BIT, 10);
public static final Field UNUSEDBIT_22_11 = Field.create("UNUSEDBIT_22_11", 136, FieldType.BIT, 11);
public static final Field UNUSEDBIT_22_12 = Field.create("UNUSEDBIT_22_12", 136, FieldType.BIT, 12);
public static final Field UNUSEDBIT_22_13 = Field.create("UNUSEDBIT_22_13", 136, FieldType.BIT, 13);
public static final Field UNUSEDBIT_22_14 = Field.create("UNUSEDBIT_22_14", 136, FieldType.BIT, 14);
public static final Field UNUSEDBIT_22_15 = Field.create("UNUSEDBIT_22_15", 136, FieldType.BIT, 15);
public static final Field UNUSEDBIT_22_16 = Field.create("UNUSEDBIT_22_16", 136, FieldType.BIT, 16);
public static final Field UNUSEDBIT_22_17 = Field.create("UNUSEDBIT_22_17", 136, FieldType.BIT, 17);
public static final Field UNUSEDBIT_22_18 = Field.create("UNUSEDBIT_22_18", 136, FieldType.BIT, 18);
public static final Field UNUSEDBIT_22_19 = Field.create("UNUSEDBIT_22_19", 136, FieldType.BIT, 19);
public static final Field UNUSEDBIT_22_20 = Field.create("UNUSEDBIT_22_20", 136, FieldType.BIT, 20);
public static final Field UNUSEDBIT_22_21 = Field.create("UNUSEDBIT_22_21", 136, FieldType.BIT, 21);
public static final Field UNUSEDBIT_22_22 = Field.create("UNUSEDBIT_22_22", 136, FieldType.BIT, 22);
public static final Field UNUSEDBIT_22_23 = Field.create("UNUSEDBIT_22_23", 136, FieldType.BIT, 23);
public static final Field UNUSEDBIT_22_24 = Field.create("UNUSEDBIT_22_24", 136, FieldType.BIT, 24);
public static final Field UNUSEDBIT_22_25 = Field.create("UNUSEDBIT_22_25", 136, FieldType.BIT, 25);
public static final Field UNUSEDBIT_22_26 = Field.create("UNUSEDBIT_22_26", 136, FieldType.BIT, 26);
public static final Field UNUSEDBIT_22_27 = Field.create("UNUSEDBIT_22_27", 136, FieldType.BIT, 27);
public static final Field UNUSEDBIT_22_28 = Field.create("UNUSEDBIT_22_28", 136, FieldType.BIT, 28);
public static final Field UNUSEDBIT_22_29 = Field.create("UNUSEDBIT_22_29", 136, FieldType.BIT, 29);
public static final Field UNUSEDBIT_22_30 = Field.create("UNUSEDBIT_22_30", 136, FieldType.BIT, 30);
public static final Field UNUSEDBIT_22_31 = Field.create("UNUSEDBIT_22_31", 136, FieldType.BIT, 31);
public static final Field ISSYNCHRONIZEDPHASE = Field.create("ISSYNCHRONIZEDPHASE", 136, FieldType.BIT, 3);
public static final Field UNUSEDBIT_23_4 = Field.create("UNUSEDBIT_23_4", 136, FieldType.BIT, 4);
public static final Field UNUSEDBIT_23_5 = Field.create("UNUSEDBIT_23_5", 136, FieldType.BIT, 5);
public static final Field UNUSEDBIT_23_6 = Field.create("UNUSEDBIT_23_6", 136, FieldType.BIT, 6);
public static final Field UNUSEDBIT_23_7 = Field.create("UNUSEDBIT_23_7", 136, FieldType.BIT, 7);
public static final Field UNUSEDBIT_23_8 = Field.create("UNUSEDBIT_23_8", 136, FieldType.BIT, 8);
public static final Field UNUSEDBIT_23_9 = Field.create("UNUSEDBIT_23_9", 136, FieldType.BIT, 9);
public static final Field UNUSEDBIT_23_10 = Field.create("UNUSEDBIT_23_10", 136, FieldType.BIT, 10);
public static final Field UNUSEDBIT_23_11 = Field.create("UNUSEDBIT_23_11", 136, FieldType.BIT, 11);
public static final Field UNUSEDBIT_23_12 = Field.create("UNUSEDBIT_23_12", 136, FieldType.BIT, 12);
public static final Field UNUSEDBIT_23_13 = Field.create("UNUSEDBIT_23_13", 136, FieldType.BIT, 13);
public static final Field UNUSEDBIT_23_14 = Field.create("UNUSEDBIT_23_14", 136, FieldType.BIT, 14);
public static final Field UNUSEDBIT_23_15 = Field.create("UNUSEDBIT_23_15", 136, FieldType.BIT, 15);
public static final Field UNUSEDBIT_23_16 = Field.create("UNUSEDBIT_23_16", 136, FieldType.BIT, 16);
public static final Field UNUSEDBIT_23_17 = Field.create("UNUSEDBIT_23_17", 136, FieldType.BIT, 17);
public static final Field UNUSEDBIT_23_18 = Field.create("UNUSEDBIT_23_18", 136, FieldType.BIT, 18);
public static final Field UNUSEDBIT_23_19 = Field.create("UNUSEDBIT_23_19", 136, FieldType.BIT, 19);
public static final Field UNUSEDBIT_23_20 = Field.create("UNUSEDBIT_23_20", 136, FieldType.BIT, 20);
public static final Field UNUSEDBIT_23_21 = Field.create("UNUSEDBIT_23_21", 136, FieldType.BIT, 21);
public static final Field UNUSEDBIT_23_22 = Field.create("UNUSEDBIT_23_22", 136, FieldType.BIT, 22);
public static final Field UNUSEDBIT_23_23 = Field.create("UNUSEDBIT_23_23", 136, FieldType.BIT, 23);
public static final Field UNUSEDBIT_23_24 = Field.create("UNUSEDBIT_23_24", 136, FieldType.BIT, 24);
public static final Field UNUSEDBIT_23_25 = Field.create("UNUSEDBIT_23_25", 136, FieldType.BIT, 25);
public static final Field UNUSEDBIT_23_26 = Field.create("UNUSEDBIT_23_26", 136, FieldType.BIT, 26);
public static final Field UNUSEDBIT_23_27 = Field.create("UNUSEDBIT_23_27", 136, FieldType.BIT, 27);
public static final Field UNUSEDBIT_23_28 = Field.create("UNUSEDBIT_23_28", 136, FieldType.BIT, 28);
public static final Field UNUSEDBIT_23_29 = Field.create("UNUSEDBIT_23_29", 136, FieldType.BIT, 29);
public static final Field UNUSEDBIT_23_30 = Field.create("UNUSEDBIT_23_30", 136, FieldType.BIT, 30);
public static final Field UNUSEDBIT_23_31 = Field.create("UNUSEDBIT_23_31", 136, FieldType.BIT, 31);
public static final Field EGT1 = Field.create("EGT1", 140, FieldType.FLOAT);
public static final Field EGT2 = Field.create("EGT2", 144, FieldType.FLOAT);
public static final Field DESIREDRPMLIMIT = Field.create("DESIREDRPMLIMIT", 148, FieldType.INT16).setScale(1.0);
@ -629,35 +629,35 @@ public class EngineState {
CLUTCHUPSTATE,
CLUTCHDOWNSTATE,
BRAKEPEDALSTATE,
UNUSEDBIT_22_3,
UNUSEDBIT_22_4,
UNUSEDBIT_22_5,
UNUSEDBIT_22_6,
UNUSEDBIT_22_7,
UNUSEDBIT_22_8,
UNUSEDBIT_22_9,
UNUSEDBIT_22_10,
UNUSEDBIT_22_11,
UNUSEDBIT_22_12,
UNUSEDBIT_22_13,
UNUSEDBIT_22_14,
UNUSEDBIT_22_15,
UNUSEDBIT_22_16,
UNUSEDBIT_22_17,
UNUSEDBIT_22_18,
UNUSEDBIT_22_19,
UNUSEDBIT_22_20,
UNUSEDBIT_22_21,
UNUSEDBIT_22_22,
UNUSEDBIT_22_23,
UNUSEDBIT_22_24,
UNUSEDBIT_22_25,
UNUSEDBIT_22_26,
UNUSEDBIT_22_27,
UNUSEDBIT_22_28,
UNUSEDBIT_22_29,
UNUSEDBIT_22_30,
UNUSEDBIT_22_31,
ISSYNCHRONIZEDPHASE,
UNUSEDBIT_23_4,
UNUSEDBIT_23_5,
UNUSEDBIT_23_6,
UNUSEDBIT_23_7,
UNUSEDBIT_23_8,
UNUSEDBIT_23_9,
UNUSEDBIT_23_10,
UNUSEDBIT_23_11,
UNUSEDBIT_23_12,
UNUSEDBIT_23_13,
UNUSEDBIT_23_14,
UNUSEDBIT_23_15,
UNUSEDBIT_23_16,
UNUSEDBIT_23_17,
UNUSEDBIT_23_18,
UNUSEDBIT_23_19,
UNUSEDBIT_23_20,
UNUSEDBIT_23_21,
UNUSEDBIT_23_22,
UNUSEDBIT_23_23,
UNUSEDBIT_23_24,
UNUSEDBIT_23_25,
UNUSEDBIT_23_26,
UNUSEDBIT_23_27,
UNUSEDBIT_23_28,
UNUSEDBIT_23_29,
UNUSEDBIT_23_30,
UNUSEDBIT_23_31,
EGT1,
EGT2,
DESIREDRPMLIMIT,