Auto-generated configs and docs
This commit is contained in:
parent
3b483986c0
commit
f8974c8f26
|
@ -396,8 +396,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
|
@ -373,8 +373,8 @@ hwEventCounters6("Counter of hardware events since ECU start 6", SensorCategory.
|
|||
vvtCamCounter("vvtCamCounter", SensorCategory.SENSOR_INPUTS, FieldType.INT, 920, 1.0, -1.0, -1.0, ""),
|
||||
currentGap("currentGap", SensorCategory.SENSOR_INPUTS, FieldType.INT, 924, 1.0, -1.0, -1.0, ""),
|
||||
totalRevolutionCounter("Crank revolution counter", SensorCategory.SENSOR_INPUTS, FieldType.INT, 928, 1.0, -1.0, -1.0, ""),
|
||||
wallFuelCorrection("* fuel injection time correction to account for wall wetting effect, for current cycle", SensorCategory.SENSOR_INPUTS, FieldType.INT, 932, 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, 936, 1.0, -1.0, -1.0, ""),
|
||||
wallFuelCorrection("fuel injection time correction to account for wall wetting effect for current cycle", SensorCategory.SENSOR_INPUTS, FieldType.INT, 932, 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, 936, 1.0, -1.0, -1.0, ""),
|
||||
idleState("idleState", SensorCategory.SENSOR_INPUTS, FieldType.INT, 940, 1.0, -1.0, -1.0, ""),
|
||||
currentIdlePosition("that's current position with CLT and IAT corrections", SensorCategory.SENSOR_INPUTS, FieldType.INT, 944, 1.0, -1.0, -1.0, ""),
|
||||
baseIdlePosition("current position without adjustments (iacByTpsTaper, afterCrankingIACtaperDuration)", SensorCategory.SENSOR_INPUTS, FieldType.INT, 948, 1.0, -1.0, -1.0, ""),
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/wall_fuel_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/algo/wall_fuel_state.txt Mon Apr 18 21:50:18 UTC 2022
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -6,12 +6,12 @@
|
|||
// start of wall_fuel_state_s
|
||||
struct wall_fuel_state_s {
|
||||
/**
|
||||
* * fuel injection time correction to account for wall wetting effect, for current cycle
|
||||
* fuel injection time correction to account for wall wetting effect for current cycle
|
||||
* offset 0
|
||||
*/
|
||||
float wallFuelCorrection = (float)0;
|
||||
/**
|
||||
* Amount of fuel on the wall, in ms of injector open time, for each injector.
|
||||
* Amount of fuel on the wall, in ms of injector open time for each injector.
|
||||
* offset 4
|
||||
*/
|
||||
floatms_t wallFuel = (floatms_t)0;
|
||||
|
@ -19,4 +19,4 @@ struct wall_fuel_state_s {
|
|||
static_assert(sizeof(wall_fuel_state_s) == 8);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/wall_fuel_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/algo/wall_fuel_state.txt Mon Apr 18 21:50:18 UTC 2022
|
||||
|
|
|
@ -84,7 +84,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:40 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:50 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
|
@ -84,7 +84,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:09 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:19 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
|
@ -84,7 +84,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:10 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:20 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
|
@ -84,7 +84,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:38 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:48 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
|
@ -84,7 +84,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:28 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:38 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
|
@ -84,7 +84,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:37 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:47 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
|
@ -84,7 +84,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:29 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:39 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
|
@ -84,7 +84,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:11 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:21 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
|
@ -84,7 +84,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:22 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:32 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
|
@ -84,7 +84,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:15 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:25 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
|
@ -84,7 +84,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:14 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:24 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
|
@ -84,7 +84,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:13 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:23 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
|
@ -84,7 +84,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:17 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:27 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
|
@ -84,7 +84,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:19 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:29 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
|
@ -84,7 +84,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:20 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:30 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
|
@ -84,7 +84,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:18 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:28 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
|
@ -84,7 +84,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:23 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:33 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
|
@ -84,7 +84,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:24 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:34 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
|
@ -84,7 +84,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon Apr 18 16:27:42 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon Apr 18 21:50:52 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
|
@ -84,7 +84,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon Apr 18 16:27:41 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon Apr 18 21:50:51 UTC 2022
|
||||
|
||||
pageSize = 20984
|
||||
page = 1
|
||||
|
@ -4517,8 +4517,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
|
@ -84,7 +84,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:27 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:37 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
|
@ -84,7 +84,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:25 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:35 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
|
@ -84,7 +84,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:32 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:42 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
|
@ -84,7 +84,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:30 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:40 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
|
@ -84,7 +84,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:34 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:44 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
|
@ -84,7 +84,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:33 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:43 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
|
@ -84,7 +84,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:35 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:45 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
|
@ -84,7 +84,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Mon Apr 18 16:27: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 Mon Apr 18 21:50:53 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
|
@ -84,7 +84,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 16:27:39 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 18 21:50:49 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -4558,8 +4558,8 @@ entry = hwEventCounters6, "Counter of hardware events since ECU start 6", int,
|
|||
entry = vvtCamCounter, "vvtCamCounter", int, "%d"
|
||||
entry = currentGap, "currentGap", float, "%.3f"
|
||||
entry = totalRevolutionCounter, "Crank revolution counter", 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 = 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"
|
||||
|
|
Loading…
Reference in New Issue