Auto-generated configs and docs

This commit is contained in:
GitHub build-firmware Action 2022-07-08 04:29:21 +00:00
parent 78517df598
commit 92eeceb5ed
36 changed files with 146 additions and 144 deletions

View File

@ -392,8 +392,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -360,8 +360,8 @@ vvtStateIndex("vvtStateIndex", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 923
wallFuelCorrection("fuel injection time correction to account for wall wetting effect for current cycle", SensorCategory.SENSOR_INPUTS, FieldType.INT, 924, 1.0, -1.0, -1.0, ""),
wallFuel("Amount of fuel on the wall, in ms of injector open time for each injector.", SensorCategory.SENSOR_INPUTS, FieldType.INT, 928, 1.0, -1.0, -1.0, ""),
idleState("idleState", SensorCategory.SENSOR_INPUTS, FieldType.INT, 932, 1.0, -1.0, -1.0, ""),
currentIdlePosition("that's current position with CLT and IAT corrections", SensorCategory.SENSOR_INPUTS, FieldType.INT, 936, 1.0, -1.0, -1.0, ""),
baseIdlePosition("current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", SensorCategory.SENSOR_INPUTS, FieldType.INT, 940, 1.0, -1.0, -1.0, ""),
currentIdlePosition("idle: current position\nthat's current position with CLT and IAT corrections", SensorCategory.SENSOR_INPUTS, FieldType.INT, 936, 1.0, -1.0, -1.0, ""),
baseIdlePosition("idle: base value\ncurrent position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", SensorCategory.SENSOR_INPUTS, FieldType.INT, 940, 1.0, -1.0, -1.0, ""),
iacByTpsTaper("iacByTpsTaper portion of idle", SensorCategory.SENSOR_INPUTS, FieldType.INT, 944, 1.0, -1.0, -1.0, ""),
throttlePedalUpState("true in IDLE throttle pedal state, false if driver is touching the pedal\ntodo: better name for this field?", SensorCategory.SENSOR_INPUTS, FieldType.INT, 948, 1.0, -1.0, -1.0, ""),
targetRpmByClt("targetRpmByClt", SensorCategory.SENSOR_INPUTS, FieldType.INT, 956, 1.0, -1.0, -1.0, ""),

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/idle_state.txt Sun Apr 17 20:27:25 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/idle_state.txt Fri Jul 08 04:28:20 UTC 2022
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -10,12 +10,14 @@ struct idle_state_s {
*/
idle_state_e idleState = (idle_state_e)0;
/**
* that's current position with CLT and IAT corrections
* "idle: current position
* that's current position with CLT and IAT corrections"
* offset 4
*/
percent_t currentIdlePosition = (percent_t)0;
/**
* current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)
* "idle: base value
* current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)"
* offset 8
*/
percent_t baseIdlePosition = (percent_t)0;
@ -144,4 +146,4 @@ struct idle_state_s {
static_assert(sizeof(idle_state_s) == 32);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/idle_state.txt Sun Apr 17 20:27:25 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/idle_state.txt Fri Jul 08 04:28:20 UTC 2022

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 2538540918
#define TS_SIGNATURE "rusEFI 2022.07.08.hellen88bmw.2538540918"
#define SIGNATURE_HASH 2464597267
#define TS_SIGNATURE "rusEFI 2022.07.08.hellen88bmw.2464597267"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 03:21:39 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 04:29:06 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 03:21:21 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 04:28:48 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 03:20:52 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 04:28:21 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 03:20:54 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 04:28:23 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 03:21:35 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 04:29:03 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 03:21:19 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 04:28:47 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 03:21:32 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 04:29:00 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 03:21:34 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 04:29:02 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 03:21:22 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 04:28:50 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 03:20:56 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 04:28:24 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 03:21:11 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 04:28:39 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 03:21:09 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 04:28:37 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 03:21:01 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 04:28:29 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 03:20:59 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 04:28:28 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 03:20:57 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 04:28:26 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 03:21:02 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 04:28:31 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 03:21:06 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 04:28:34 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 03:21:07 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 04:28:36 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.08.hellen88bmw.2538540918"
signature = "rusEFI 2022.07.08.hellen88bmw.2464597267"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.08.hellen88bmw.2538540918" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.07.08.hellen88bmw.2464597267" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 03:21:04 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 04:28:32 UTC 2022
pageSize = 21300
page = 1
@ -152,7 +152,7 @@ map_samplingWindow = array, F32, 244, [8], "deg", 1, 0, -720, 720, 2
map_sensor_lowValue = scalar, F32, 276, "kpa", 1, 0, -400, 800, 2
map_sensor_highValue = scalar, F32, 280, "kpa", 1, 0, -400, 800, 2
map_sensor_type = bits, U08, 284, [0:4], "Custom", "DENSO183", "MPX4250", "HONDA3BAR", "NEON_2003", "22012AA090", "GM 3 Bar", "MPX4100", "Toyota 89420-02010", "MPX4250A", "Bosch 2.5", "Mazda1Bar", "GM 2 Bar", "GM 1 Bar", "MPXH6400"
map_sensor_hwChannel = bits, U08, 285, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
map_sensor_hwChannel = bits, U08, 285, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
clt_tempC_1 = scalar, F32, 288, "*C", 1, 0, -40, 200, 1
clt_tempC_2 = scalar, F32, 292, "*C", 1, 0, -40, 200, 1
clt_tempC_3 = scalar, F32, 296, "*C", 1, 0, -40, 200, 1
@ -160,7 +160,7 @@ clt_resistance_1 = scalar, F32, 300, "Ohm", 1, 0, 0, 200000, 1
clt_resistance_2 = scalar, F32, 304, "Ohm", 1, 0, 0, 200000, 1
clt_resistance_3 = scalar, F32, 308, "Ohm", 1, 0, 0, 200000, 1
clt_bias_resistor = scalar, F32, 312, "Ohm", 1, 0, 0, 200000, 1
clt_adcChannel = bits, U08, 316, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
clt_adcChannel = bits, U08, 316, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
iat_tempC_1 = scalar, F32, 320, "*C", 1, 0, -40, 200, 1
iat_tempC_2 = scalar, F32, 324, "*C", 1, 0, -40, 200, 1
iat_tempC_3 = scalar, F32, 328, "*C", 1, 0, -40, 200, 1
@ -168,7 +168,7 @@ iat_resistance_1 = scalar, F32, 332, "Ohm", 1, 0, 0, 200000, 1
iat_resistance_2 = scalar, F32, 336, "Ohm", 1, 0, 0, 200000, 1
iat_resistance_3 = scalar, F32, 340, "Ohm", 1, 0, 0, 200000, 1
iat_bias_resistor = scalar, F32, 344, "Ohm", 1, 0, 0, 200000, 1
iat_adcChannel = bits, U08, 348, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
iat_adcChannel = bits, U08, 348, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
launchTimingRetard = scalar, S32, 352, "deg", 1, 0, -180, 180, 2
hip9011PrescalerAndSDO = scalar, S32, 356, "integer", 1, 0, 0, 32, 0
knockBandCustom = scalar, F32, 360, "kHz", 1, 0, 0, 20, 2
@ -199,10 +199,10 @@ displayMode = bits, U08, 440, [0:1], "none", "hd44780", "hd44780 over pcf8574"
byFirmwareVersion = scalar, S32, 444, "index", 1, 0, 0, 300, 0
HD44780width = scalar, S32, 448, "index", 1, 0, 0, 300, 0
HD44780height = scalar, S32, 452, "index", 1, 0, 0, 300, 0
tps1_1AdcChannel = bits, U08, 456, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
vbattAdcChannel = bits, U08, 457, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
fuelLevelSensor = bits, U08, 458, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
tps2_1AdcChannel = bits, U08, 459, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
tps1_1AdcChannel = bits, U08, 456, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
vbattAdcChannel = bits, U08, 457, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
fuelLevelSensor = bits, U08, 458, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
tps2_1AdcChannel = bits, U08, 459, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
idle_derivativeFilterLoss = scalar, F32, 460, "x", 1, 0, -1000000, 1000000, 4
trailingSparkAngle = scalar, S32, 464, "angle", 1, 0, 0, 720, 0
trigger_type = bits, U32, 468, [0:6], "custom toothed wheel", "Ford Aspire", "Dodge Neon 1995", "Miata NA", "INVALID", "GM_7X", "Cooper R50", "Mazda SOHC 4", "60/2", "36/1", "Mercedes Two Segment", "Mitsubishi 4G93", "EZ30", "INVALID", "Dodge Neon 2003", "Mazda DOHC 1+4", "1+1", "INVALID", "Single Tooth", "Dodge Ram 1+16", "60/2 VW", "INVALID", "Dodge Stratus", "36_2_2_2", "Nissan Primera", "dev 2JZ 3/34 simulator", "Rover K", "GM 24x 5 degree", "Honda CBR 600", "2JZ_1_12", "Honda CBR 600 custom", "3/1 skipped", "Dodge Neon 2003 crank", "Miata NB", "INVALID", "INVALID", "Subaru 7+6", "Jeep 18-2-2-2", "12 tooth crank", "Dodge Neon 1995 crank only", "Jeep XJ 4 cyl", "FiatIAQ_P8", "Mazda Z5", "INVALID", "Renix 44-2-2", "Renix 66-2-2-2", "Honda K 12+1", "INVALID", "36/2", "Subaru SVX", "1+16", "Subaru 7 without 6", "INVALID", "TriTach", "GM 60/2/2/2", "Skoda Favorit", "Barra 3+1 Cam", "Kawa KX450F", "Nissan VQ35", "INVALID", "Nissan VQ30", "Nissan QR25", "Mitsubishi 3A92", "Subaru SVX Crank 1", "Subaru SVX Cam VVT", "Ford PIP", "Suzuki G13B", "Honda K 4+1", "Nissan MR18 Crank", "32/2", "36-2-1", "36-2-1-1", "INVALID", "INVALID", "GM 24x 3 degree", "trg75"
@ -212,7 +212,7 @@ unused460 = scalar, S32, 480, "", 1, 0, 0, 100, 0
hip9011SpiDevice = bits, U08, 484, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
failedMapFallback = scalar, U08, 485, "kPa", 1, 0, 0, 100, 0
boostControlSafeDutyCycle = scalar, U08, 486, "%", 1, 0, 0, 100, 0
mafAdcChannel = bits, U08, 487, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
mafAdcChannel = bits, U08, 487, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
globalFuelCorrection = scalar, F32, 488, "coef", 1, 0, 0, 1000, 2
adcVcc = scalar, F32, 492, "volts", 1, 0, 0, 6, 3
mapCamDetectionAnglePosition = scalar, F32, 496, "Deg", 1, 0, 0, 360, 0
@ -221,19 +221,19 @@ camInputs2 = bits, U16, 502, [0:7], 0="NONE",8="17 - CAM",19="16 - CRANK"
camInputs3 = bits, U16, 504, [0:7], 0="NONE",8="17 - CAM",19="16 - CRANK"
camInputs4 = bits, U16, 506, [0:7], 0="NONE",8="17 - CAM",19="16 - CRANK"
afr_hwChannel = bits, U08, 508, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
afr_hwChannel = bits, U08, 508, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
afr_v1 = scalar, F32, 512, "volts", 1, 0, 0, 10, 2
afr_value1 = scalar, F32, 516, "AFR", 1, 0, 0, 1000, 2
afr_v2 = scalar, F32, 520, "volts", 1, 0, 0, 10, 2
afr_value2 = scalar, F32, 524, "AFR", 1, 0, 0, 1000, 2
throttlePedalPositionAdcChannel = bits, U08, 528, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
throttlePedalPositionAdcChannel = bits, U08, 528, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
tle6240_cs = bits, U16, 530, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
tle6240_csPinMode = bits, U08, 532, [0:1], "default", "default inverted", "open collector", "open collector inverted"
throttlePedalUpPin = bits, U16, 534, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
baroSensor_lowValue = scalar, F32, 536, "kpa", 1, 0, -400, 800, 2
baroSensor_highValue = scalar, F32, 540, "kpa", 1, 0, -400, 800, 2
baroSensor_type = bits, U08, 544, [0:4], "Custom", "DENSO183", "MPX4250", "HONDA3BAR", "NEON_2003", "22012AA090", "GM 3 Bar", "MPX4100", "Toyota 89420-02010", "MPX4250A", "Bosch 2.5", "Mazda1Bar", "GM 2 Bar", "GM 1 Bar", "MPXH6400"
baroSensor_hwChannel = bits, U08, 545, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
baroSensor_hwChannel = bits, U08, 545, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
idle_solenoidFrequency = scalar, S32, 548, "Hz", 1, 0, 0, 3000, 0
idle_solenoidPin = bits, U16, 552, [0:7], 0="NONE",26="24 - Coil 6",43="29 - Idle",47="50 - Coil 1",53="27 - MAIN",59="3 - INJ_5",60="5 - INJ_4",61="31 - INJ_3",62="2 - IdleC",65="47 - Tach",68="25 - Coil 5",69="23 - Coil 4",70="52 - Coil 3",71="51 - Coil 2",94="4 - INJ_6",95="7 - INJ_7/VVT",96="35 - INJ_8",105="33 - INJ_1",106="32 - INJ_2",112="1 - OUT_PUMP"
idle_stepperDirectionPin = bits, U16, 554, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
@ -304,10 +304,10 @@ debugTriggerSync = bits, U16, 678, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2"
digitalPotentiometerSpiDevice = bits, U08, 680, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
mc33972_cs = bits, U16, 682, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
mc33972_csPinMode = bits, U08, 684, [0:1], "default", "default inverted", "open collector", "open collector inverted"
auxFastSensor1_adcChannel = bits, U08, 685, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
tps1_2AdcChannel = bits, U08, 686, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
tps2_2AdcChannel = bits, U08, 687, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
throttlePedalPositionSecondAdcChannel = bits, U08, 688, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
auxFastSensor1_adcChannel = bits, U08, 685, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
tps1_2AdcChannel = bits, U08, 686, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
tps2_2AdcChannel = bits, U08, 687, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
throttlePedalPositionSecondAdcChannel = bits, U08, 688, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
fuelLevelValues = array, U08, 689, [8], "%", 1, 0, 0, 100, 0
afr_type = bits, S08, 697, [0:2], "BPSX", "Innovate", "14Point7", "Narrow", "PLX", "Custom"
idle_antiwindupFreq = scalar, F32, 700, "x", 1, 0, -1000000, 1000000, 4
@ -413,7 +413,7 @@ mc33972spiDevice = bits, U08, 849, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4"
stoichRatioSecondary = scalar, U08, 850, ":1", 0.1, 0, 5, 25, 1
etbMaximumPosition = scalar, U08, 851, "%", 1, 0, 70, 100, 0
sdCardPeriodMs = scalar, S16, 852, "ms", 1, 0, 0, 30000, 0
idlePositionSensor = bits, U08, 854, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
idlePositionSensor = bits, U08, 854, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
debugMapAveraging = bits, U16, 856, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterRelayDisablePin = bits, U16, 858, [0:7], 0="NONE",26="24 - Coil 6",43="29 - Idle",47="50 - Coil 1",53="27 - MAIN",59="3 - INJ_5",60="5 - INJ_4",61="31 - INJ_3",62="2 - IdleC",65="47 - Tach",68="25 - Coil 5",69="23 - Coil 4",70="52 - Coil 3",71="51 - Coil 2",94="4 - INJ_6",95="7 - INJ_7/VVT",96="35 - INJ_8",105="33 - INJ_1",106="32 - INJ_2",112="1 - OUT_PUMP"
starterRelayDisablePinMode = bits, U08, 860, [0:1], "default", "default inverted", "open collector", "open collector inverted"
@ -620,9 +620,9 @@ useFSIO4ForSeriousEngineWarning = bits, U32, 1360, [28:28], "false", "true"
launchActivateInverted = bits, U32, 1360, [29:29], "false", "true"
twoStroke = bits, U32, 1360, [30:30], "Four Stroke", "Two Stroke"
skippedWheelOnCam = bits, U32, 1360, [31:31], "On crankshaft", "On camshaft"
hipOutputChannel = bits, U08, 1364, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
hipOutputChannel = bits, U08, 1364, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
acSwitch = bits, U16, 1366, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
vRefAdcChannel = bits, U08, 1368, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
vRefAdcChannel = bits, U08, 1368, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
etbNeutralPosition = scalar, U08, 1369, "%", 1, 0, 0, 100, 0
idleMode = bits, U08, 1370, [0:0], "Open Loop + Closed Loop", "Open Loop"
isInjectionEnabled = bits, U32, 1372, [0:0], "false", "true"
@ -794,7 +794,7 @@ launchActivatePinMode = bits, U08, 1635, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
can2TxPin = bits, U16, 1636, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
can2RxPin = bits, U16, 1638, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
starterControlPinMode = bits, U08, 1640, [0:1], "default", "default inverted", "open collector", "open collector inverted"
wastegatePositionSensor = bits, U08, 1641, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
wastegatePositionSensor = bits, U08, 1641, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
ignOverrideMode = bits, U08, 1642, [0:2], "None", "MAP", "TPS", "Acc Pedal", "Cyl Filling %"
injectorPressureType = bits, U08, 1643, [0:0], "Low", "High"
hpfpValvePin = bits, U16, 1644, [0:7], 0="NONE",26="24 - Coil 6",43="29 - Idle",47="50 - Coil 1",53="27 - MAIN",59="3 - INJ_5",60="5 - INJ_4",61="31 - INJ_3",62="2 - IdleC",65="47 - Tach",68="25 - Coil 5",69="23 - Coil 4",70="52 - Coil 3",71="51 - Coil 2",94="4 - INJ_6",95="7 - INJ_7/VVT",96="35 - INJ_8",105="33 - INJ_1",106="32 - INJ_2",112="1 - OUT_PUMP"
@ -827,14 +827,14 @@ vvtMode2 = bits, U08, 1745, [0:4], "Inactive", "Single Tooth Second Half", "2JZ"
fan2ExtraIdle = scalar, U08, 1746, "%", 1, 0, 0, 100, 0
primingDelay = scalar, U08, 1747, "sec", 0.01, 0, 0, 1, 2
auxAnalogInputs1 = bits, U08, 1748, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
auxAnalogInputs2 = bits, U08, 1749, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
auxAnalogInputs3 = bits, U08, 1750, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
auxAnalogInputs4 = bits, U08, 1751, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
auxAnalogInputs5 = bits, U08, 1752, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
auxAnalogInputs6 = bits, U08, 1753, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
auxAnalogInputs7 = bits, U08, 1754, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
auxAnalogInputs8 = bits, U08, 1755, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
auxAnalogInputs1 = bits, U08, 1748, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
auxAnalogInputs2 = bits, U08, 1749, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
auxAnalogInputs3 = bits, U08, 1750, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
auxAnalogInputs4 = bits, U08, 1751, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
auxAnalogInputs5 = bits, U08, 1752, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
auxAnalogInputs6 = bits, U08, 1753, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
auxAnalogInputs7 = bits, U08, 1754, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
auxAnalogInputs8 = bits, U08, 1755, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
trailingCoilPins1 = bits, U16, 1756, [0:7], 0="NONE",26="24 - Coil 6",43="29 - Idle",47="50 - Coil 1",53="27 - MAIN",59="3 - INJ_5",60="5 - INJ_4",61="31 - INJ_3",62="2 - IdleC",65="47 - Tach",68="25 - Coil 5",69="23 - Coil 4",70="52 - Coil 3",71="51 - Coil 2",94="4 - INJ_6",95="7 - INJ_7/VVT",96="35 - INJ_8",105="33 - INJ_1",106="32 - INJ_2",112="1 - OUT_PUMP"
trailingCoilPins2 = bits, U16, 1758, [0:7], 0="NONE",26="24 - Coil 6",43="29 - Idle",47="50 - Coil 1",53="27 - MAIN",59="3 - INJ_5",60="5 - INJ_4",61="31 - INJ_3",62="2 - IdleC",65="47 - Tach",68="25 - Coil 5",69="23 - Coil 4",70="52 - Coil 3",71="51 - Coil 2",94="4 - INJ_6",95="7 - INJ_7/VVT",96="35 - INJ_8",105="33 - INJ_1",106="32 - INJ_2",112="1 - OUT_PUMP"
trailingCoilPins3 = bits, U16, 1760, [0:7], 0="NONE",26="24 - Coil 6",43="29 - Idle",47="50 - Coil 1",53="27 - MAIN",59="3 - INJ_5",60="5 - INJ_4",61="31 - INJ_3",62="2 - IdleC",65="47 - Tach",68="25 - Coil 5",69="23 - Coil 4",70="52 - Coil 3",71="51 - Coil 2",94="4 - INJ_6",95="7 - INJ_7/VVT",96="35 - INJ_8",105="33 - INJ_1",106="32 - INJ_2",112="1 - OUT_PUMP"
@ -861,7 +861,7 @@ auxTempSensor1_resistance_1 = scalar, F32, 1808, "Ohm", 1, 0, 0, 200000, 1
auxTempSensor1_resistance_2 = scalar, F32, 1812, "Ohm", 1, 0, 0, 200000, 1
auxTempSensor1_resistance_3 = scalar, F32, 1816, "Ohm", 1, 0, 0, 200000, 1
auxTempSensor1_bias_resistor = scalar, F32, 1820, "Ohm", 1, 0, 0, 200000, 1
auxTempSensor1_adcChannel = bits, U08, 1824, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
auxTempSensor1_adcChannel = bits, U08, 1824, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
auxTempSensor2_tempC_1 = scalar, F32, 1828, "*C", 1, 0, -40, 200, 1
auxTempSensor2_tempC_2 = scalar, F32, 1832, "*C", 1, 0, -40, 200, 1
auxTempSensor2_tempC_3 = scalar, F32, 1836, "*C", 1, 0, -40, 200, 1
@ -869,7 +869,7 @@ auxTempSensor2_resistance_1 = scalar, F32, 1840, "Ohm", 1, 0, 0, 200000, 1
auxTempSensor2_resistance_2 = scalar, F32, 1844, "Ohm", 1, 0, 0, 200000, 1
auxTempSensor2_resistance_3 = scalar, F32, 1848, "Ohm", 1, 0, 0, 200000, 1
auxTempSensor2_bias_resistor = scalar, F32, 1852, "Ohm", 1, 0, 0, 200000, 1
auxTempSensor2_adcChannel = bits, U08, 1856, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
auxTempSensor2_adcChannel = bits, U08, 1856, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
knockSamplingDuration = scalar, S16, 1860, "Deg", 1, 0, 0, 720, 0
etbFreq = scalar, S16, 1862, "Hz", 1, 0, 0, 3000, 0
etbWastegatePid_pFactor = scalar, F32, 1864, "", 1, 0, -10000, 10000, 4
@ -909,8 +909,8 @@ stepperEnablePinMode = bits, U08, 1949, [0:1], "default", "default inverted", "o
mc33816_rstb = bits, U16, 1950, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
mc33816_driven = bits, U16, 1952, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
brakePedalPin = bits, U16, 1954, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15"
cj125ua = bits, U08, 1956, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
cj125ur = bits, U08, 1957, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
cj125ua = bits, U08, 1956, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
cj125ur = bits, U08, 1957, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
brakePedalPinMode = bits, U08, 1958, [0:1], "DEFAULT", "PULLUP", "PULLDOWN"
auxPid1_pFactor = scalar, F32, 1960, "", 1, 0, -10000, 10000, 4
auxPid1_iFactor = scalar, F32, 1964, "", 1, 0, -10000, 10000, 4
@ -935,7 +935,7 @@ injectorCorrectionPolynomial6 = scalar, F32, 2020, "", 1, 0, -1000, 1000, 4
injectorCorrectionPolynomial7 = scalar, F32, 2024, "", 1, 0, -1000, 1000, 4
injectorCorrectionPolynomial8 = scalar, F32, 2028, "", 1, 0, -1000, 1000, 4
primeBins = array, S08, 2032, [8], "C", 1, 0, -40, 120, 0
oilPressure_hwChannel = bits, U08, 2040, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
oilPressure_hwChannel = bits, U08, 2040, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
oilPressure_v1 = scalar, F32, 2044, "volts", 1, 0, 0, 10, 2
oilPressure_value1 = scalar, F32, 2048, "kPa", 1, 0, 0, 1000000, 2
oilPressure_v2 = scalar, F32, 2052, "volts", 1, 0, 0, 10, 2
@ -962,12 +962,12 @@ coastingFuelCutTps = scalar, S16, 2094, "%", 1, 0, 0, 20, 0
coastingFuelCutClt = scalar, S16, 2096, "C", 1, 0, -100, 100, 0
pidExtraForLowRpm = scalar, S16, 2098, "%", 1, 0, 0, 100, 0
coastingFuelCutMap = scalar, S16, 2100, "kPa", 1, 0, 0, 250, 0
highPressureFuel_hwChannel = bits, U08, 2104, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
highPressureFuel_hwChannel = bits, U08, 2104, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
highPressureFuel_v1 = scalar, F32, 2108, "volts", 1, 0, 0, 10, 2
highPressureFuel_value1 = scalar, F32, 2112, "kPa", 1, 0, 0, 1000000, 2
highPressureFuel_v2 = scalar, F32, 2116, "volts", 1, 0, 0, 10, 2
highPressureFuel_value2 = scalar, F32, 2120, "kPa", 1, 0, 0, 1000000, 2
lowPressureFuel_hwChannel = bits, U08, 2124, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
lowPressureFuel_hwChannel = bits, U08, 2124, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
lowPressureFuel_v1 = scalar, F32, 2128, "volts", 1, 0, 0, 10, 2
lowPressureFuel_value1 = scalar, F32, 2132, "kPa", 1, 0, 0, 1000000, 2
lowPressureFuel_v2 = scalar, F32, 2136, "volts", 1, 0, 0, 10, 2
@ -1184,12 +1184,12 @@ torqueRpmBins = array, U16, 3672, [6], "RPM", 1, 0, 0, 65000, 0
torqueLoadBins = array, U16, 3684, [6], "Load", 1, 0, 0, 65000, 0
gearControllerMode = bits, U08, 3696, [0:1], "None", "Button Shift"
transmissionControllerMode = bits, U08, 3697, [0:1], "None", "Simple Transmission", "GM 4L6X"
auxLinear1_hwChannel = bits, U08, 3700, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
auxLinear1_hwChannel = bits, U08, 3700, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
auxLinear1_v1 = scalar, F32, 3704, "volts", 1, 0, 0, 10, 2
auxLinear1_value1 = scalar, F32, 3708, "kPa", 1, 0, 0, 1000000, 2
auxLinear1_v2 = scalar, F32, 3712, "volts", 1, 0, 0, 10, 2
auxLinear1_value2 = scalar, F32, 3716, "kPa", 1, 0, 0, 1000000, 2
auxLinear2_hwChannel = bits, U08, 3720, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT"
auxLinear2_hwChannel = bits, U08, 3720, [0:5], 0="NONE",5="73 - TPS",7="17 - CAM",8="Aux BARO",9="Aux TPS2",10="16 - CRANK",11="41 - MAF",12="Aux MAP",13="78 - CLT",14="77 - IAT",15="Aux PPS2",16="Aux TPS3"
auxLinear2_v1 = scalar, F32, 3724, "volts", 1, 0, 0, 10, 2
auxLinear2_value1 = scalar, F32, 3728, "kPa", 1, 0, 0, 1000000, 2
auxLinear2_v2 = scalar, F32, 3732, "volts", 1, 0, 0, 10, 2
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 03:21:12 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 04:28:40 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 03:21:14 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 04:28:42 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Fri Jul 08 03:21:41 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Fri Jul 08 04:29:09 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Fri Jul 08 03:21:40 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Fri Jul 08 04:29:08 UTC 2022
pageSize = 21272
page = 1
@ -4181,8 +4181,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 03:21:17 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 04:28:45 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 03:21:16 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 04:28:44 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 03:21:26 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 04:28:53 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 03:21:24 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 04:28:52 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 03:21:29 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 04:28:56 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 03:21:27 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 04:28:55 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 03:21:30 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 04:28:58 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Fri Jul 08 03:21:43 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 Fri Jul 08 04:29:11 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"

View File

@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 03:21:37 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 08 04:29:05 UTC 2022
pageSize = 21300
page = 1
@ -4220,8 +4220,8 @@ entry = vvtStateIndex, "vvtStateIndex", int, "%d"
entry = wallFuelCorrection, "fuel injection time correction to account for wall wetting effect for current cycle", float, "%.3f"
entry = wallFuel, "Amount of fuel on the wall, in ms of injector open time for each injector.", float, "%.3f"
entry = idleState, "idleState", int, "%d"
entry = currentIdlePosition, "that's current position with CLT and IAT corrections", float, "%.3f"
entry = baseIdlePosition, "current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", float, "%.3f"
entry = currentIdlePosition, "idle: current position", float, "%.3f"
entry = baseIdlePosition, "idle: base value", float, "%.3f"
entry = iacByTpsTaper, "iacByTpsTaper portion of idle", float, "%.3f"
entry = throttlePedalUpState, "true in IDLE throttle pedal state, false if driver is touching the pedal", int, "%d"
entry = mightResetPid, "The idea of 'mightResetPid' is to reset PID only once - each time when TPS > idlePidDeactivationTpsThreshold.", int, "%d"