Auto-generated configs and docs
This commit is contained in:
parent
cb7f592848
commit
c7ce2c2565
|
@ -466,7 +466,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
|
|
@ -261,7 +261,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -1051,7 +1051,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/idle_state.txt Tue Aug 30 02:28:03 UTC 2022
|
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/idle_state.txt Sun Oct 30 21:54:10 UTC 2022
|
||||||
// by class com.rusefi.output.CHeaderConsumer
|
// by class com.rusefi.output.CHeaderConsumer
|
||||||
// begin
|
// begin
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -59,7 +59,7 @@ struct idle_state_s {
|
||||||
bool isCranking : 1 {};
|
bool isCranking : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 20 bit 5 */
|
offset 20 bit 5 */
|
||||||
bool useIacTableForCoasting : 1 {};
|
bool isIacTableForCoasting : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 20 bit 6 */
|
offset 20 bit 6 */
|
||||||
bool notIdling : 1 {};
|
bool notIdling : 1 {};
|
||||||
|
@ -165,4 +165,4 @@ struct idle_state_s {
|
||||||
static_assert(sizeof(idle_state_s) == 40);
|
static_assert(sizeof(idle_state_s) == 40);
|
||||||
|
|
||||||
// end
|
// end
|
||||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/idle_state.txt Tue Aug 30 02:28:03 UTC 2022
|
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/idle_state.txt Sun Oct 30 21:54:10 UTC 2022
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 16:49:55 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 21:55:09 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5928,7 +5928,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 16:49:38 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 21:54:49 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5926,7 +5926,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 16:49:10 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 21:54:17 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5922,7 +5922,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 16:49:12 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 21:54:19 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5925,7 +5925,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 16:49:52 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 21:55:05 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5928,7 +5928,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 16:49:36 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 21:54:47 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5926,7 +5926,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sun Oct 30 16:49:07 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sun Oct 30 21:54:13 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5928,7 +5928,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 16:49:49 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 21:55:01 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5928,7 +5928,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 16:49:50 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 21:55:03 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5928,7 +5928,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 16:49:39 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 21:54:51 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5928,7 +5928,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 16:49:14 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 21:54:21 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5925,7 +5925,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 16:49:28 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 21:54:38 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5925,7 +5925,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 16:49:26 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 21:54:36 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5925,7 +5925,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 16:49:19 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 21:54:27 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5925,7 +5925,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 16:49:17 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 21:54:25 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5925,7 +5925,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 16:49:15 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 21:54:22 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5925,7 +5925,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 16:49:20 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 21:54:28 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5925,7 +5925,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 16:49:23 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 21:54:32 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5925,7 +5925,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 16:49:25 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 21:54:34 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5923,7 +5923,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 16:49:22 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 21:54:30 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5925,7 +5925,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 16:49:30 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 21:54:40 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5925,7 +5925,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 16:49:31 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 21:54:42 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5925,7 +5925,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sun Oct 30 16:49:06 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sun Oct 30 21:54:11 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5928,7 +5928,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 16:49:34 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 21:54:45 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5926,7 +5926,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 16:49:33 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 21:54:43 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5926,7 +5926,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 16:49:43 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 21:54:54 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5922,7 +5922,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 16:49:41 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 21:54:53 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5922,7 +5922,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 16:49:46 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 21:54:58 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5922,7 +5922,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 16:49:44 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 21:54:56 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5922,7 +5922,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 16:49:47 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 21:55:00 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5922,7 +5922,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; 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 Sun Oct 30 16:49:09 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 Sun Oct 30 21:54:15 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5924,7 +5924,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -86,7 +86,7 @@ enable2ndByteCanID = false
|
||||||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||||
|
|
||||||
; CONFIG_DEFINITION_START
|
; CONFIG_DEFINITION_START
|
||||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 16:49:54 UTC 2022
|
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Oct 30 21:55:07 UTC 2022
|
||||||
|
|
||||||
pageSize = 22800
|
pageSize = 22800
|
||||||
page = 1
|
page = 1
|
||||||
|
@ -3222,7 +3222,7 @@ shouldResetPid = bits, U32, 1204, [1:1]
|
||||||
wasResetPid = bits, U32, 1204, [2:2]
|
wasResetPid = bits, U32, 1204, [2:2]
|
||||||
mustResetPid = bits, U32, 1204, [3:3]
|
mustResetPid = bits, U32, 1204, [3:3]
|
||||||
isCranking = bits, U32, 1204, [4:4]
|
isCranking = bits, U32, 1204, [4:4]
|
||||||
useIacTableForCoasting = bits, U32, 1204, [5:5]
|
isIacTableForCoasting = bits, U32, 1204, [5:5]
|
||||||
notIdling = bits, U32, 1204, [6:6]
|
notIdling = bits, U32, 1204, [6:6]
|
||||||
needReset = bits, U32, 1204, [7:7]
|
needReset = bits, U32, 1204, [7:7]
|
||||||
isInDeadZone = bits, U32, 1204, [8:8]
|
isInDeadZone = bits, U32, 1204, [8:8]
|
||||||
|
@ -5112,7 +5112,7 @@ entry = shouldResetPid, "idle: shouldResetPid", int, "%d"
|
||||||
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
entry = wasResetPid, "idle: wasResetPid", int, "%d"
|
||||||
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
entry = mustResetPid, "idle: mustResetPid", int, "%d"
|
||||||
entry = isCranking, "idle: cranking", int, "%d"
|
entry = isCranking, "idle: cranking", int, "%d"
|
||||||
entry = useIacTableForCoasting, "useIacTableForCoasting", int, "%d"
|
entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d"
|
||||||
entry = notIdling, "notIdling", int, "%d"
|
entry = notIdling, "notIdling", int, "%d"
|
||||||
entry = needReset, "idle: reset", int, "%d"
|
entry = needReset, "idle: reset", int, "%d"
|
||||||
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
entry = isInDeadZone, "idle: dead zone", int, "%d"
|
||||||
|
@ -5928,7 +5928,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
|
||||||
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes"
|
||||||
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes"
|
||||||
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
indicator = {isCranking}, "isCranking No", "isCranking Yes"
|
||||||
indicator = {useIacTableForCoasting}, "useIacTableForCoasting No", "useIacTableForCoasting Yes"
|
indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes"
|
||||||
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
indicator = {notIdling}, "notIdling No", "notIdling Yes"
|
||||||
indicator = {needReset}, "needReset No", "needReset Yes"
|
indicator = {needReset}, "needReset No", "needReset Yes"
|
||||||
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
package com.rusefi.config.generated;
|
package com.rusefi.config.generated;
|
||||||
|
|
||||||
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/idle_state.txt Tue Aug 30 02:28:03 UTC 2022
|
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/idle_state.txt Sun Oct 30 21:54:10 UTC 2022
|
||||||
|
|
||||||
// by class com.rusefi.output.FileJavaFieldsConsumer
|
// by class com.rusefi.output.FileJavaFieldsConsumer
|
||||||
import com.rusefi.config.*;
|
import com.rusefi.config.*;
|
||||||
|
@ -16,7 +16,7 @@ public class IdleState {
|
||||||
public static final Field WASRESETPID = Field.create("WASRESETPID", 20, FieldType.BIT, 2);
|
public static final Field WASRESETPID = Field.create("WASRESETPID", 20, FieldType.BIT, 2);
|
||||||
public static final Field MUSTRESETPID = Field.create("MUSTRESETPID", 20, FieldType.BIT, 3);
|
public static final Field MUSTRESETPID = Field.create("MUSTRESETPID", 20, FieldType.BIT, 3);
|
||||||
public static final Field ISCRANKING = Field.create("ISCRANKING", 20, FieldType.BIT, 4);
|
public static final Field ISCRANKING = Field.create("ISCRANKING", 20, FieldType.BIT, 4);
|
||||||
public static final Field USEIACTABLEFORCOASTING = Field.create("USEIACTABLEFORCOASTING", 20, FieldType.BIT, 5);
|
public static final Field ISIACTABLEFORCOASTING = Field.create("ISIACTABLEFORCOASTING", 20, FieldType.BIT, 5);
|
||||||
public static final Field NOTIDLING = Field.create("NOTIDLING", 20, FieldType.BIT, 6);
|
public static final Field NOTIDLING = Field.create("NOTIDLING", 20, FieldType.BIT, 6);
|
||||||
public static final Field NEEDRESET = Field.create("NEEDRESET", 20, FieldType.BIT, 7);
|
public static final Field NEEDRESET = Field.create("NEEDRESET", 20, FieldType.BIT, 7);
|
||||||
public static final Field ISINDEADZONE = Field.create("ISINDEADZONE", 20, FieldType.BIT, 8);
|
public static final Field ISINDEADZONE = Field.create("ISINDEADZONE", 20, FieldType.BIT, 8);
|
||||||
|
@ -58,7 +58,7 @@ public class IdleState {
|
||||||
WASRESETPID,
|
WASRESETPID,
|
||||||
MUSTRESETPID,
|
MUSTRESETPID,
|
||||||
ISCRANKING,
|
ISCRANKING,
|
||||||
USEIACTABLEFORCOASTING,
|
ISIACTABLEFORCOASTING,
|
||||||
NOTIDLING,
|
NOTIDLING,
|
||||||
NEEDRESET,
|
NEEDRESET,
|
||||||
ISINDEADZONE,
|
ISINDEADZONE,
|
||||||
|
|
Loading…
Reference in New Issue