Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-01-16 20:37:55 +00:00
parent 0edd7c15fa
commit abf83c1b05
40 changed files with 175 additions and 65 deletions

View File

@ -362,6 +362,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"

View File

@ -106,6 +106,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -534,6 +534,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/boost_control.txt Mon Dec 19 16:58:02 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/boost_control.txt Mon Jan 16 20:36:57 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -22,85 +22,85 @@ struct boost_control_s {
bool isZeroRpm : 1 {};
/**
offset 0 bit 5 */
bool unusedBit_5_5 : 1 {};
bool hasInitBoost : 1 {};
/**
offset 0 bit 6 */
bool unusedBit_5_6 : 1 {};
bool unusedBit_6_6 : 1 {};
/**
offset 0 bit 7 */
bool unusedBit_5_7 : 1 {};
bool unusedBit_6_7 : 1 {};
/**
offset 0 bit 8 */
bool unusedBit_5_8 : 1 {};
bool unusedBit_6_8 : 1 {};
/**
offset 0 bit 9 */
bool unusedBit_5_9 : 1 {};
bool unusedBit_6_9 : 1 {};
/**
offset 0 bit 10 */
bool unusedBit_5_10 : 1 {};
bool unusedBit_6_10 : 1 {};
/**
offset 0 bit 11 */
bool unusedBit_5_11 : 1 {};
bool unusedBit_6_11 : 1 {};
/**
offset 0 bit 12 */
bool unusedBit_5_12 : 1 {};
bool unusedBit_6_12 : 1 {};
/**
offset 0 bit 13 */
bool unusedBit_5_13 : 1 {};
bool unusedBit_6_13 : 1 {};
/**
offset 0 bit 14 */
bool unusedBit_5_14 : 1 {};
bool unusedBit_6_14 : 1 {};
/**
offset 0 bit 15 */
bool unusedBit_5_15 : 1 {};
bool unusedBit_6_15 : 1 {};
/**
offset 0 bit 16 */
bool unusedBit_5_16 : 1 {};
bool unusedBit_6_16 : 1 {};
/**
offset 0 bit 17 */
bool unusedBit_5_17 : 1 {};
bool unusedBit_6_17 : 1 {};
/**
offset 0 bit 18 */
bool unusedBit_5_18 : 1 {};
bool unusedBit_6_18 : 1 {};
/**
offset 0 bit 19 */
bool unusedBit_5_19 : 1 {};
bool unusedBit_6_19 : 1 {};
/**
offset 0 bit 20 */
bool unusedBit_5_20 : 1 {};
bool unusedBit_6_20 : 1 {};
/**
offset 0 bit 21 */
bool unusedBit_5_21 : 1 {};
bool unusedBit_6_21 : 1 {};
/**
offset 0 bit 22 */
bool unusedBit_5_22 : 1 {};
bool unusedBit_6_22 : 1 {};
/**
offset 0 bit 23 */
bool unusedBit_5_23 : 1 {};
bool unusedBit_6_23 : 1 {};
/**
offset 0 bit 24 */
bool unusedBit_5_24 : 1 {};
bool unusedBit_6_24 : 1 {};
/**
offset 0 bit 25 */
bool unusedBit_5_25 : 1 {};
bool unusedBit_6_25 : 1 {};
/**
offset 0 bit 26 */
bool unusedBit_5_26 : 1 {};
bool unusedBit_6_26 : 1 {};
/**
offset 0 bit 27 */
bool unusedBit_5_27 : 1 {};
bool unusedBit_6_27 : 1 {};
/**
offset 0 bit 28 */
bool unusedBit_5_28 : 1 {};
bool unusedBit_6_28 : 1 {};
/**
offset 0 bit 29 */
bool unusedBit_5_29 : 1 {};
bool unusedBit_6_29 : 1 {};
/**
offset 0 bit 30 */
bool unusedBit_5_30 : 1 {};
bool unusedBit_6_30 : 1 {};
/**
offset 0 bit 31 */
bool unusedBit_5_31 : 1 {};
bool unusedBit_6_31 : 1 {};
/**
* offset 4
*/
@ -139,4 +139,4 @@ struct boost_control_s {
static_assert(sizeof(boost_control_s) == 24);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/boost_control.txt Mon Dec 19 16:58:02 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/boost_control.txt Mon Jan 16 20:36:57 UTC 2023

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 Mon Jan 16 20:22:56 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:42 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5451,6 +5453,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:39 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:25 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5449,6 +5451,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:16 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:01 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5445,6 +5447,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:17 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:03 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5448,6 +5450,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:19 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:04 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5448,6 +5450,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:53 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:39 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5451,6 +5453,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:38 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:24 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5449,6 +5451,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:14 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon Jan 16 20:36:59 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5451,6 +5453,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:51 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:37 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5451,6 +5453,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:52 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:38 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5451,6 +5453,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:43 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:29 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5451,6 +5453,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:20 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:05 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5448,6 +5450,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:32 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:17 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5448,6 +5450,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:30 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:16 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5448,6 +5450,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:24 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:09 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5448,6 +5450,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:23 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:08 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5448,6 +5450,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:21 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:07 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5448,6 +5450,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:25 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:11 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5448,6 +5450,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:28 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:13 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5448,6 +5450,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:29 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:15 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5446,6 +5448,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:27 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:12 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5448,6 +5450,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:33 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:19 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5448,6 +5450,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:34 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:20 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5448,6 +5450,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:13 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon Jan 16 20:36:58 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5451,6 +5453,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:41 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:27 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5448,6 +5450,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:37 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:23 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5449,6 +5451,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:36 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:21 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5449,6 +5451,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:46 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:32 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5445,6 +5447,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:44 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:30 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5445,6 +5447,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:48 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:34 UTC 2023
pageSize = 26368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5445,6 +5447,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:47 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:33 UTC 2023
pageSize = 26368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5445,6 +5447,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:50 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:35 UTC 2023
pageSize = 26368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5445,6 +5447,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:42 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:28 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5448,6 +5450,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:15 UTC 2023
; 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 Mon Jan 16 20:37:00 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5447,6 +5449,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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 Mon Jan 16 20:22:54 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 16 20:37:40 UTC 2023
pageSize = 22368
page = 1
@ -2749,6 +2749,7 @@ m_shouldResetPid = bits, U32, 900, [1:1]
isBelowClosedLoopThreshold = bits, U32, 900, [2:2]
isNotClosedLoop = bits, U32, 900, [3:3]
isZeroRpm = bits, U32, 900, [4:4]
hasInitBoost = bits, U32, 900, [5:5]
luaTargetAdd = scalar, F32, 904, "", 1, 0
luaTargetMult = scalar, F32, 908, "", 1, 0
openLoopPart = scalar, F32, 912, "", 1, 0
@ -4675,6 +4676,7 @@ entry = m_shouldResetPid, "m_shouldResetPid", int, "%d"
entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d"
entry = isNotClosedLoop, "isNotClosedLoop", int, "%d"
entry = isZeroRpm, "isZeroRpm", int, "%d"
entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = luaTargetAdd, "luaTargetAdd", float, "%.3f"
entry = luaTargetMult, "luaTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f"
@ -5451,6 +5453,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes"
indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes"
indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes"
indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

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/actuators/boost_control.txt Mon Jan 16 13:46:12 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/boost_control.txt Mon Jan 16 20:36:57 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -408,6 +408,7 @@ public class BoostControl {
public static final Field ISBELOWCLOSEDLOOPTHRESHOLD = Field.create("ISBELOWCLOSEDLOOPTHRESHOLD", 0, FieldType.BIT, 2).setBaseOffset(900);
public static final Field ISNOTCLOSEDLOOP = Field.create("ISNOTCLOSEDLOOP", 0, FieldType.BIT, 3).setBaseOffset(900);
public static final Field ISZERORPM = Field.create("ISZERORPM", 0, FieldType.BIT, 4).setBaseOffset(900);
public static final Field HASINITBOOST = Field.create("HASINITBOOST", 0, FieldType.BIT, 5).setBaseOffset(900);
public static final Field LUATARGETADD = Field.create("LUATARGETADD", 4, FieldType.FLOAT).setBaseOffset(900);
public static final Field LUATARGETMULT = Field.create("LUATARGETMULT", 8, FieldType.FLOAT).setBaseOffset(900);
public static final Field OPENLOOPPART = Field.create("OPENLOOPPART", 12, FieldType.FLOAT).setBaseOffset(900);
@ -421,6 +422,7 @@ public class BoostControl {
ISBELOWCLOSEDLOOPTHRESHOLD,
ISNOTCLOSEDLOOP,
ISZERORPM,
HASINITBOOST,
LUATARGETADD,
LUATARGETMULT,
OPENLOOPPART,