Auto-generated configs and docs
This commit is contained in:
parent
9882d726db
commit
7c47bdf0a6
|
@ -370,6 +370,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
|
|
@ -127,6 +127,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -548,6 +548,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/engine_state.txt Sun Nov 06 00:27:04 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/engine_state.txt Tue Nov 15 14:33:13 UTC 2022
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -24,91 +24,91 @@ struct LuaAdjustments {
|
|||
bool acRequestState : 1 {};
|
||||
/**
|
||||
offset 8 bit 3 */
|
||||
bool unusedBit_5_3 : 1 {};
|
||||
bool luaDisableEtb : 1 {};
|
||||
/**
|
||||
offset 8 bit 4 */
|
||||
bool unusedBit_5_4 : 1 {};
|
||||
bool unusedBit_6_4 : 1 {};
|
||||
/**
|
||||
offset 8 bit 5 */
|
||||
bool unusedBit_5_5 : 1 {};
|
||||
bool unusedBit_6_5 : 1 {};
|
||||
/**
|
||||
offset 8 bit 6 */
|
||||
bool unusedBit_5_6 : 1 {};
|
||||
bool unusedBit_6_6 : 1 {};
|
||||
/**
|
||||
offset 8 bit 7 */
|
||||
bool unusedBit_5_7 : 1 {};
|
||||
bool unusedBit_6_7 : 1 {};
|
||||
/**
|
||||
offset 8 bit 8 */
|
||||
bool unusedBit_5_8 : 1 {};
|
||||
bool unusedBit_6_8 : 1 {};
|
||||
/**
|
||||
offset 8 bit 9 */
|
||||
bool unusedBit_5_9 : 1 {};
|
||||
bool unusedBit_6_9 : 1 {};
|
||||
/**
|
||||
offset 8 bit 10 */
|
||||
bool unusedBit_5_10 : 1 {};
|
||||
bool unusedBit_6_10 : 1 {};
|
||||
/**
|
||||
offset 8 bit 11 */
|
||||
bool unusedBit_5_11 : 1 {};
|
||||
bool unusedBit_6_11 : 1 {};
|
||||
/**
|
||||
offset 8 bit 12 */
|
||||
bool unusedBit_5_12 : 1 {};
|
||||
bool unusedBit_6_12 : 1 {};
|
||||
/**
|
||||
offset 8 bit 13 */
|
||||
bool unusedBit_5_13 : 1 {};
|
||||
bool unusedBit_6_13 : 1 {};
|
||||
/**
|
||||
offset 8 bit 14 */
|
||||
bool unusedBit_5_14 : 1 {};
|
||||
bool unusedBit_6_14 : 1 {};
|
||||
/**
|
||||
offset 8 bit 15 */
|
||||
bool unusedBit_5_15 : 1 {};
|
||||
bool unusedBit_6_15 : 1 {};
|
||||
/**
|
||||
offset 8 bit 16 */
|
||||
bool unusedBit_5_16 : 1 {};
|
||||
bool unusedBit_6_16 : 1 {};
|
||||
/**
|
||||
offset 8 bit 17 */
|
||||
bool unusedBit_5_17 : 1 {};
|
||||
bool unusedBit_6_17 : 1 {};
|
||||
/**
|
||||
offset 8 bit 18 */
|
||||
bool unusedBit_5_18 : 1 {};
|
||||
bool unusedBit_6_18 : 1 {};
|
||||
/**
|
||||
offset 8 bit 19 */
|
||||
bool unusedBit_5_19 : 1 {};
|
||||
bool unusedBit_6_19 : 1 {};
|
||||
/**
|
||||
offset 8 bit 20 */
|
||||
bool unusedBit_5_20 : 1 {};
|
||||
bool unusedBit_6_20 : 1 {};
|
||||
/**
|
||||
offset 8 bit 21 */
|
||||
bool unusedBit_5_21 : 1 {};
|
||||
bool unusedBit_6_21 : 1 {};
|
||||
/**
|
||||
offset 8 bit 22 */
|
||||
bool unusedBit_5_22 : 1 {};
|
||||
bool unusedBit_6_22 : 1 {};
|
||||
/**
|
||||
offset 8 bit 23 */
|
||||
bool unusedBit_5_23 : 1 {};
|
||||
bool unusedBit_6_23 : 1 {};
|
||||
/**
|
||||
offset 8 bit 24 */
|
||||
bool unusedBit_5_24 : 1 {};
|
||||
bool unusedBit_6_24 : 1 {};
|
||||
/**
|
||||
offset 8 bit 25 */
|
||||
bool unusedBit_5_25 : 1 {};
|
||||
bool unusedBit_6_25 : 1 {};
|
||||
/**
|
||||
offset 8 bit 26 */
|
||||
bool unusedBit_5_26 : 1 {};
|
||||
bool unusedBit_6_26 : 1 {};
|
||||
/**
|
||||
offset 8 bit 27 */
|
||||
bool unusedBit_5_27 : 1 {};
|
||||
bool unusedBit_6_27 : 1 {};
|
||||
/**
|
||||
offset 8 bit 28 */
|
||||
bool unusedBit_5_28 : 1 {};
|
||||
bool unusedBit_6_28 : 1 {};
|
||||
/**
|
||||
offset 8 bit 29 */
|
||||
bool unusedBit_5_29 : 1 {};
|
||||
bool unusedBit_6_29 : 1 {};
|
||||
/**
|
||||
offset 8 bit 30 */
|
||||
bool unusedBit_5_30 : 1 {};
|
||||
bool unusedBit_6_30 : 1 {};
|
||||
/**
|
||||
offset 8 bit 31 */
|
||||
bool unusedBit_5_31 : 1 {};
|
||||
bool unusedBit_6_31 : 1 {};
|
||||
};
|
||||
static_assert(sizeof(LuaAdjustments) == 12);
|
||||
|
||||
|
@ -440,4 +440,4 @@ struct engine_state_s {
|
|||
static_assert(sizeof(engine_state_s) == 156);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/engine_state.txt Sun Nov 06 00:27:04 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/engine_state.txt Tue Nov 15 14:33:13 UTC 2022
|
||||
|
|
|
@ -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 Nov 15 04:46:53 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 15 14:34:03 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5293,6 +5295,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:34 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 15 14:33:46 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5291,6 +5293,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:03 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 15 14:33:19 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5287,6 +5289,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:05 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 15 14:33:21 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5290,6 +5292,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:50 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 15 14:34:00 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5293,6 +5295,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:32 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 15 14:33:45 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5291,6 +5293,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:00 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Tue Nov 15 14:33:16 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5293,6 +5295,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:46 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 15 14:33:57 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5293,6 +5295,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:48 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 15 14:33:59 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5293,6 +5295,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:36 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 15 14:33:48 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5293,6 +5295,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:07 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 15 14:33:22 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5290,6 +5292,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:23 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 15 14:33:36 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5290,6 +5292,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:21 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 15 14:33:35 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5290,6 +5292,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:12 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 15 14:33:27 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5290,6 +5292,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:11 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 15 14:33:25 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5290,6 +5292,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:09 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 15 14:33:24 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5290,6 +5292,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:14 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 15 14:33:29 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5290,6 +5292,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:18 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 15 14:33:32 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5290,6 +5292,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:19 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 15 14:33:33 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5288,6 +5290,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:16 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 15 14:33:30 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5290,6 +5292,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:25 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 15 14:33:38 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5290,6 +5292,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:27 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 15 14:33:40 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5290,6 +5292,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:45:58 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Tue Nov 15 14:33:15 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5293,6 +5295,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:30 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 15 14:33:43 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5291,6 +5293,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:28 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 15 14:33:41 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5291,6 +5293,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:39 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 15 14:33:51 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5287,6 +5289,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:37 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 15 14:33:49 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5287,6 +5289,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:43 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 15 14:33:54 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5287,6 +5289,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:41 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 15 14:33:52 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5287,6 +5289,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:44 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 15 14:33:55 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5287,6 +5289,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:01 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Tue Nov 15 14:33:18 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5289,6 +5291,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:46:51 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Tue Nov 15 14:34:02 UTC 2022
|
||||
|
||||
pageSize = 22800
|
||||
page = 1
|
||||
|
@ -2682,6 +2682,7 @@ lua_fuelMult = scalar, F32, 876, "", 1, 0
|
|||
lua_clutchUpState = bits, U32, 880, [0:0]
|
||||
lua_brakePedalState = bits, U32, 880, [1:1]
|
||||
lua_acRequestState = bits, U32, 880, [2:2]
|
||||
lua_luaDisableEtb = bits, U32, 880, [3:3]
|
||||
sd_tCharge = scalar, F32, 884, "", 1, 0
|
||||
sd_tChargeK = scalar, F32, 888, "", 1, 0
|
||||
sd_airFlow = scalar, F32, 892, "", 1, 0
|
||||
|
@ -4530,6 +4531,7 @@ entry = lua_fuelMult, "lua_fuelMult", float, "%.3f"
|
|||
entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
|
||||
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
|
||||
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
|
||||
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
|
||||
entry = sd_tCharge, "speed density", float, "%.3f"
|
||||
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
|
||||
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
|
||||
|
@ -5293,6 +5295,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
|
|||
indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
|
||||
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
|
||||
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
|
||||
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
|
||||
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"
|
||||
|
|
|
@ -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 Nov 15 04:45:57 UTC 2022
|
||||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/engine_state.txt Tue Nov 15 14:33:13 UTC 2022
|
||||
|
||||
// by class com.rusefi.output.FileJavaFieldsConsumer
|
||||
import com.rusefi.config.*;
|
||||
|
@ -398,35 +398,35 @@ public class EngineState {
|
|||
public static final Field LUA_CLUTCHUPSTATE = Field.create("LUA_CLUTCHUPSTATE", 8, FieldType.BIT, 0);
|
||||
public static final Field LUA_BRAKEPEDALSTATE = Field.create("LUA_BRAKEPEDALSTATE", 8, FieldType.BIT, 1);
|
||||
public static final Field LUA_ACREQUESTSTATE = Field.create("LUA_ACREQUESTSTATE", 8, FieldType.BIT, 2);
|
||||
public static final Field LUA_UNUSEDBIT_5_3 = Field.create("LUA_UNUSEDBIT_5_3", 8, FieldType.BIT, 3);
|
||||
public static final Field LUA_UNUSEDBIT_5_4 = Field.create("LUA_UNUSEDBIT_5_4", 8, FieldType.BIT, 4);
|
||||
public static final Field LUA_UNUSEDBIT_5_5 = Field.create("LUA_UNUSEDBIT_5_5", 8, FieldType.BIT, 5);
|
||||
public static final Field LUA_UNUSEDBIT_5_6 = Field.create("LUA_UNUSEDBIT_5_6", 8, FieldType.BIT, 6);
|
||||
public static final Field LUA_UNUSEDBIT_5_7 = Field.create("LUA_UNUSEDBIT_5_7", 8, FieldType.BIT, 7);
|
||||
public static final Field LUA_UNUSEDBIT_5_8 = Field.create("LUA_UNUSEDBIT_5_8", 8, FieldType.BIT, 8);
|
||||
public static final Field LUA_UNUSEDBIT_5_9 = Field.create("LUA_UNUSEDBIT_5_9", 8, FieldType.BIT, 9);
|
||||
public static final Field LUA_UNUSEDBIT_5_10 = Field.create("LUA_UNUSEDBIT_5_10", 8, FieldType.BIT, 10);
|
||||
public static final Field LUA_UNUSEDBIT_5_11 = Field.create("LUA_UNUSEDBIT_5_11", 8, FieldType.BIT, 11);
|
||||
public static final Field LUA_UNUSEDBIT_5_12 = Field.create("LUA_UNUSEDBIT_5_12", 8, FieldType.BIT, 12);
|
||||
public static final Field LUA_UNUSEDBIT_5_13 = Field.create("LUA_UNUSEDBIT_5_13", 8, FieldType.BIT, 13);
|
||||
public static final Field LUA_UNUSEDBIT_5_14 = Field.create("LUA_UNUSEDBIT_5_14", 8, FieldType.BIT, 14);
|
||||
public static final Field LUA_UNUSEDBIT_5_15 = Field.create("LUA_UNUSEDBIT_5_15", 8, FieldType.BIT, 15);
|
||||
public static final Field LUA_UNUSEDBIT_5_16 = Field.create("LUA_UNUSEDBIT_5_16", 8, FieldType.BIT, 16);
|
||||
public static final Field LUA_UNUSEDBIT_5_17 = Field.create("LUA_UNUSEDBIT_5_17", 8, FieldType.BIT, 17);
|
||||
public static final Field LUA_UNUSEDBIT_5_18 = Field.create("LUA_UNUSEDBIT_5_18", 8, FieldType.BIT, 18);
|
||||
public static final Field LUA_UNUSEDBIT_5_19 = Field.create("LUA_UNUSEDBIT_5_19", 8, FieldType.BIT, 19);
|
||||
public static final Field LUA_UNUSEDBIT_5_20 = Field.create("LUA_UNUSEDBIT_5_20", 8, FieldType.BIT, 20);
|
||||
public static final Field LUA_UNUSEDBIT_5_21 = Field.create("LUA_UNUSEDBIT_5_21", 8, FieldType.BIT, 21);
|
||||
public static final Field LUA_UNUSEDBIT_5_22 = Field.create("LUA_UNUSEDBIT_5_22", 8, FieldType.BIT, 22);
|
||||
public static final Field LUA_UNUSEDBIT_5_23 = Field.create("LUA_UNUSEDBIT_5_23", 8, FieldType.BIT, 23);
|
||||
public static final Field LUA_UNUSEDBIT_5_24 = Field.create("LUA_UNUSEDBIT_5_24", 8, FieldType.BIT, 24);
|
||||
public static final Field LUA_UNUSEDBIT_5_25 = Field.create("LUA_UNUSEDBIT_5_25", 8, FieldType.BIT, 25);
|
||||
public static final Field LUA_UNUSEDBIT_5_26 = Field.create("LUA_UNUSEDBIT_5_26", 8, FieldType.BIT, 26);
|
||||
public static final Field LUA_UNUSEDBIT_5_27 = Field.create("LUA_UNUSEDBIT_5_27", 8, FieldType.BIT, 27);
|
||||
public static final Field LUA_UNUSEDBIT_5_28 = Field.create("LUA_UNUSEDBIT_5_28", 8, FieldType.BIT, 28);
|
||||
public static final Field LUA_UNUSEDBIT_5_29 = Field.create("LUA_UNUSEDBIT_5_29", 8, FieldType.BIT, 29);
|
||||
public static final Field LUA_UNUSEDBIT_5_30 = Field.create("LUA_UNUSEDBIT_5_30", 8, FieldType.BIT, 30);
|
||||
public static final Field LUA_UNUSEDBIT_5_31 = Field.create("LUA_UNUSEDBIT_5_31", 8, FieldType.BIT, 31);
|
||||
public static final Field LUA_LUADISABLEETB = Field.create("LUA_LUADISABLEETB", 8, FieldType.BIT, 3);
|
||||
public static final Field LUA_UNUSEDBIT_6_4 = Field.create("LUA_UNUSEDBIT_6_4", 8, FieldType.BIT, 4);
|
||||
public static final Field LUA_UNUSEDBIT_6_5 = Field.create("LUA_UNUSEDBIT_6_5", 8, FieldType.BIT, 5);
|
||||
public static final Field LUA_UNUSEDBIT_6_6 = Field.create("LUA_UNUSEDBIT_6_6", 8, FieldType.BIT, 6);
|
||||
public static final Field LUA_UNUSEDBIT_6_7 = Field.create("LUA_UNUSEDBIT_6_7", 8, FieldType.BIT, 7);
|
||||
public static final Field LUA_UNUSEDBIT_6_8 = Field.create("LUA_UNUSEDBIT_6_8", 8, FieldType.BIT, 8);
|
||||
public static final Field LUA_UNUSEDBIT_6_9 = Field.create("LUA_UNUSEDBIT_6_9", 8, FieldType.BIT, 9);
|
||||
public static final Field LUA_UNUSEDBIT_6_10 = Field.create("LUA_UNUSEDBIT_6_10", 8, FieldType.BIT, 10);
|
||||
public static final Field LUA_UNUSEDBIT_6_11 = Field.create("LUA_UNUSEDBIT_6_11", 8, FieldType.BIT, 11);
|
||||
public static final Field LUA_UNUSEDBIT_6_12 = Field.create("LUA_UNUSEDBIT_6_12", 8, FieldType.BIT, 12);
|
||||
public static final Field LUA_UNUSEDBIT_6_13 = Field.create("LUA_UNUSEDBIT_6_13", 8, FieldType.BIT, 13);
|
||||
public static final Field LUA_UNUSEDBIT_6_14 = Field.create("LUA_UNUSEDBIT_6_14", 8, FieldType.BIT, 14);
|
||||
public static final Field LUA_UNUSEDBIT_6_15 = Field.create("LUA_UNUSEDBIT_6_15", 8, FieldType.BIT, 15);
|
||||
public static final Field LUA_UNUSEDBIT_6_16 = Field.create("LUA_UNUSEDBIT_6_16", 8, FieldType.BIT, 16);
|
||||
public static final Field LUA_UNUSEDBIT_6_17 = Field.create("LUA_UNUSEDBIT_6_17", 8, FieldType.BIT, 17);
|
||||
public static final Field LUA_UNUSEDBIT_6_18 = Field.create("LUA_UNUSEDBIT_6_18", 8, FieldType.BIT, 18);
|
||||
public static final Field LUA_UNUSEDBIT_6_19 = Field.create("LUA_UNUSEDBIT_6_19", 8, FieldType.BIT, 19);
|
||||
public static final Field LUA_UNUSEDBIT_6_20 = Field.create("LUA_UNUSEDBIT_6_20", 8, FieldType.BIT, 20);
|
||||
public static final Field LUA_UNUSEDBIT_6_21 = Field.create("LUA_UNUSEDBIT_6_21", 8, FieldType.BIT, 21);
|
||||
public static final Field LUA_UNUSEDBIT_6_22 = Field.create("LUA_UNUSEDBIT_6_22", 8, FieldType.BIT, 22);
|
||||
public static final Field LUA_UNUSEDBIT_6_23 = Field.create("LUA_UNUSEDBIT_6_23", 8, FieldType.BIT, 23);
|
||||
public static final Field LUA_UNUSEDBIT_6_24 = Field.create("LUA_UNUSEDBIT_6_24", 8, FieldType.BIT, 24);
|
||||
public static final Field LUA_UNUSEDBIT_6_25 = Field.create("LUA_UNUSEDBIT_6_25", 8, FieldType.BIT, 25);
|
||||
public static final Field LUA_UNUSEDBIT_6_26 = Field.create("LUA_UNUSEDBIT_6_26", 8, FieldType.BIT, 26);
|
||||
public static final Field LUA_UNUSEDBIT_6_27 = Field.create("LUA_UNUSEDBIT_6_27", 8, FieldType.BIT, 27);
|
||||
public static final Field LUA_UNUSEDBIT_6_28 = Field.create("LUA_UNUSEDBIT_6_28", 8, FieldType.BIT, 28);
|
||||
public static final Field LUA_UNUSEDBIT_6_29 = Field.create("LUA_UNUSEDBIT_6_29", 8, FieldType.BIT, 29);
|
||||
public static final Field LUA_UNUSEDBIT_6_30 = Field.create("LUA_UNUSEDBIT_6_30", 8, FieldType.BIT, 30);
|
||||
public static final Field LUA_UNUSEDBIT_6_31 = Field.create("LUA_UNUSEDBIT_6_31", 8, FieldType.BIT, 31);
|
||||
public static final Field SD_TCHARGE = Field.create("SD_TCHARGE", 12, FieldType.FLOAT);
|
||||
public static final Field SD_TCHARGEK = Field.create("SD_TCHARGEK", 16, FieldType.FLOAT);
|
||||
public static final Field SD_AIRFLOW = Field.create("SD_AIRFLOW", 20, FieldType.FLOAT);
|
||||
|
@ -504,35 +504,35 @@ public class EngineState {
|
|||
LUA_CLUTCHUPSTATE,
|
||||
LUA_BRAKEPEDALSTATE,
|
||||
LUA_ACREQUESTSTATE,
|
||||
LUA_UNUSEDBIT_5_3,
|
||||
LUA_UNUSEDBIT_5_4,
|
||||
LUA_UNUSEDBIT_5_5,
|
||||
LUA_UNUSEDBIT_5_6,
|
||||
LUA_UNUSEDBIT_5_7,
|
||||
LUA_UNUSEDBIT_5_8,
|
||||
LUA_UNUSEDBIT_5_9,
|
||||
LUA_UNUSEDBIT_5_10,
|
||||
LUA_UNUSEDBIT_5_11,
|
||||
LUA_UNUSEDBIT_5_12,
|
||||
LUA_UNUSEDBIT_5_13,
|
||||
LUA_UNUSEDBIT_5_14,
|
||||
LUA_UNUSEDBIT_5_15,
|
||||
LUA_UNUSEDBIT_5_16,
|
||||
LUA_UNUSEDBIT_5_17,
|
||||
LUA_UNUSEDBIT_5_18,
|
||||
LUA_UNUSEDBIT_5_19,
|
||||
LUA_UNUSEDBIT_5_20,
|
||||
LUA_UNUSEDBIT_5_21,
|
||||
LUA_UNUSEDBIT_5_22,
|
||||
LUA_UNUSEDBIT_5_23,
|
||||
LUA_UNUSEDBIT_5_24,
|
||||
LUA_UNUSEDBIT_5_25,
|
||||
LUA_UNUSEDBIT_5_26,
|
||||
LUA_UNUSEDBIT_5_27,
|
||||
LUA_UNUSEDBIT_5_28,
|
||||
LUA_UNUSEDBIT_5_29,
|
||||
LUA_UNUSEDBIT_5_30,
|
||||
LUA_UNUSEDBIT_5_31,
|
||||
LUA_LUADISABLEETB,
|
||||
LUA_UNUSEDBIT_6_4,
|
||||
LUA_UNUSEDBIT_6_5,
|
||||
LUA_UNUSEDBIT_6_6,
|
||||
LUA_UNUSEDBIT_6_7,
|
||||
LUA_UNUSEDBIT_6_8,
|
||||
LUA_UNUSEDBIT_6_9,
|
||||
LUA_UNUSEDBIT_6_10,
|
||||
LUA_UNUSEDBIT_6_11,
|
||||
LUA_UNUSEDBIT_6_12,
|
||||
LUA_UNUSEDBIT_6_13,
|
||||
LUA_UNUSEDBIT_6_14,
|
||||
LUA_UNUSEDBIT_6_15,
|
||||
LUA_UNUSEDBIT_6_16,
|
||||
LUA_UNUSEDBIT_6_17,
|
||||
LUA_UNUSEDBIT_6_18,
|
||||
LUA_UNUSEDBIT_6_19,
|
||||
LUA_UNUSEDBIT_6_20,
|
||||
LUA_UNUSEDBIT_6_21,
|
||||
LUA_UNUSEDBIT_6_22,
|
||||
LUA_UNUSEDBIT_6_23,
|
||||
LUA_UNUSEDBIT_6_24,
|
||||
LUA_UNUSEDBIT_6_25,
|
||||
LUA_UNUSEDBIT_6_26,
|
||||
LUA_UNUSEDBIT_6_27,
|
||||
LUA_UNUSEDBIT_6_28,
|
||||
LUA_UNUSEDBIT_6_29,
|
||||
LUA_UNUSEDBIT_6_30,
|
||||
LUA_UNUSEDBIT_6_31,
|
||||
SD_TCHARGE,
|
||||
SD_TCHARGEK,
|
||||
SD_AIRFLOW,
|
||||
|
|
Loading…
Reference in New Issue