Auto-generated configs and docs

This commit is contained in:
GitHub build-firmware Action 2022-06-29 05:34:35 +00:00
parent bdb9eaa2f5
commit 1407909061
39 changed files with 149 additions and 254 deletions

View File

@ -227,9 +227,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", int, "%d"

View File

@ -285,9 +285,9 @@ boostControllerOpenLoopPartGauge = boostControllerOpenLoopPart,"Boost Open Loop"
fallbackMapGauge = fallbackMap,"fallbackMap", "kPa", 0.0,1000.0, 0.0,1000.0, 0.0,1000.0, 1,1
boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost Closed Loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1
detectedGearGauge = detectedGear,"Detected Gear", "", 0.0,8.0, 0.0,8.0, 0.0,8.0, 0,0
timingCltCorrectionGauge = timingCltCorrection,"timingCltCorrection", "deg", -20.0,20.0, -20.0,20.0, -20.0,20.0, 2,2
timingIatCorrectionGauge = timingIatCorrection,"timingIatCorrection", "deg", -20.0,20.0, -20.0,20.0, -20.0,20.0, 2,2
timingPidCorrectionGauge = timingPidCorrection,"timingPidCorrection", "deg", -20.0,20.0, -20.0,20.0, -20.0,20.0, 2,2
unusedAimingCltCorrectionGauge = unusedAimingCltCorrection,"unusedAimingCltCorrection", "deg", -20.0,20.0, -20.0,20.0, -20.0,20.0, 2,2
unusedAtimingIatCorrectionGauge = unusedAtimingIatCorrection,"unusedAtimingIatCorrection", "deg", -20.0,20.0, -20.0,20.0, -20.0,20.0, 2,2
unusedAtimingPidCorrectionGauge = unusedAtimingPidCorrection,"unusedAtimingPidCorrection", "deg", -20.0,20.0, -20.0,20.0, -20.0,20.0, 2,2
instantMAPValueGauge = instantMAPValue,"Instant MAP", "kPa", 0.0,655.0, 0.0,655.0, 0.0,655.0, 2,2
mostRecentTimeBetweenSparkEventsGauge = mostRecentTimeBetweenSparkEvents,"mostRecentTimeBetweenSparkEvents", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3
mostRecentTimeBetweenIgnitionEventsGauge = mostRecentTimeBetweenIgnitionEvents,"mostRecentTimeBetweenIgnitionEvents", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -230,9 +230,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0

View File

@ -189,9 +189,9 @@ boostControllerOpenLoopPart("Boost Open Loop", SensorCategory.SENSOR_INPUTS, Fie
fallbackMap("fallbackMap", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 410, 0.1, 0.0, 1000.0, "kPa"),
boostControllerClosedLoopPart("Boost Closed Loop", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 412, 0.5, -50.0, 50.0, "%"),
detectedGear("Detected Gear", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 413, 1.0, 0.0, 8.0, ""),
timingCltCorrection("timingCltCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 414, 0.01, -20.0, 20.0, "deg"),
timingIatCorrection("timingIatCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 416, 0.01, -20.0, 20.0, "deg"),
timingPidCorrection("timingPidCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 418, 0.01, -20.0, 20.0, "deg"),
unusedAimingCltCorrection("unusedAimingCltCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 414, 0.01, -20.0, 20.0, "deg"),
unusedAtimingIatCorrection("unusedAtimingIatCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 416, 0.01, -20.0, 20.0, "deg"),
unusedAtimingPidCorrection("unusedAtimingPidCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 418, 0.01, -20.0, 20.0, "deg"),
instantMAPValue("Instant MAP", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 420, 0.03333333333333333, 0.0, 655.0, "kPa"),
mostRecentTimeBetweenSparkEvents("mostRecentTimeBetweenSparkEvents", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 422, 1.0, -10000.0, 10000.0, ""),
mostRecentTimeBetweenIgnitionEvents("mostRecentTimeBetweenIgnitionEvents", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 424, 1.0, -10000.0, 10000.0, ""),

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Mon Jun 27 02:35:54 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Wed Jun 29 05:31:17 UTC 2022
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -1218,17 +1218,17 @@ struct output_channels_s {
deg
* offset 414
*/
scaled_channel<int16_t, 100, 1> timingCltCorrection = (int16_t)0;
scaled_channel<int16_t, 100, 1> unusedAimingCltCorrection = (int16_t)0;
/**
deg
* offset 416
*/
scaled_channel<int16_t, 100, 1> timingIatCorrection = (int16_t)0;
scaled_channel<int16_t, 100, 1> unusedAtimingIatCorrection = (int16_t)0;
/**
deg
* offset 418
*/
scaled_channel<int16_t, 100, 1> timingPidCorrection = (int16_t)0;
scaled_channel<int16_t, 100, 1> unusedAtimingPidCorrection = (int16_t)0;
/**
* Instant MAP
kPa
@ -1365,4 +1365,4 @@ struct output_channels_s {
static_assert(sizeof(output_channels_s) == 612);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Mon Jun 27 02:35:54 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Wed Jun 29 05:31:17 UTC 2022

View File

@ -391,12 +391,6 @@ float getOutputValueByName(const char *name) {
return engine->outputChannels.boostControllerClosedLoopPart;
if (strEqualCaseInsensitive(name, "detectedGear"))
return engine->outputChannels.detectedGear;
if (strEqualCaseInsensitive(name, "timingCltCorrection"))
return engine->outputChannels.timingCltCorrection;
if (strEqualCaseInsensitive(name, "timingIatCorrection"))
return engine->outputChannels.timingIatCorrection;
if (strEqualCaseInsensitive(name, "timingPidCorrection"))
return engine->outputChannels.timingPidCorrection;
if (strEqualCaseInsensitive(name, "instantMAPValue"))
return engine->outputChannels.instantMAPValue;
if (strEqualCaseInsensitive(name, "mostRecentTimeBetweenSparkEvents"))

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 Wed Jun 29 05:20:39 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 29 05:32:04 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:20:22 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 29 05:31:46 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:19:55 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 29 05:31:19 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:19:57 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 29 05:31:20 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:20:36 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 29 05:32:01 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:20:21 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 29 05:31:45 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:20:33 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 29 05:31:58 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:20:35 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 29 05:31:59 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:20:24 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 29 05:31:48 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:19:59 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 29 05:31:22 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:20:13 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 29 05:31:37 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:20:11 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 29 05:31:35 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:20:03 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 29 05:31:27 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:20:02 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 29 05:31:25 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:20:00 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 29 05:31:23 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:20:05 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 29 05:31:28 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:20:08 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 29 05:31:32 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:20:10 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 29 05:31:34 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:20:06 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 29 05:31:30 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:20:14 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 29 05:31:39 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:20:16 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 29 05:31:40 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:20:42 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Wed Jun 29 05:32:07 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:20:41 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Wed Jun 29 05:32:06 UTC 2022
pageSize = 21324
page = 1
@ -2302,9 +2302,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4026,9 +4026,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:20:19 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 29 05:31:43 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:20:18 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 29 05:31:42 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:20:27 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 29 05:31:51 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:20:26 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 29 05:31:50 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:20:30 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 29 05:31:54 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:20:29 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 29 05:31:53 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:20:32 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 29 05:31:56 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:20:44 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 Wed Jun 29 05:32:08 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", 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 Wed Jun 29 05:20:38 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Jun 29 05:32:03 UTC 2022
pageSize = 21352
page = 1
@ -2341,9 +2341,9 @@ boostControllerOpenLoopPart = scalar, U08, 409, "%", 0.5, 0
fallbackMap = scalar, U16, 410, "kPa", 0.1, 0
boostControllerClosedLoopPart = scalar, S08, 412, "%", 0.5, 0
detectedGear = scalar, U08, 413, "", 1, 0
timingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
timingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
timingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
unusedAimingCltCorrection = scalar, S16, 414, "deg", 0.01, 0
unusedAtimingIatCorrection = scalar, S16, 416, "deg", 0.01, 0
unusedAtimingPidCorrection = scalar, S16, 418, "deg", 0.01, 0
instantMAPValue = scalar, U16, 420, "kPa", 0.03333333333333333, 0
mostRecentTimeBetweenSparkEvents = scalar, U16, 422, "", 1, 0
mostRecentTimeBetweenIgnitionEvents = scalar, U16, 424, "", 1, 0
@ -4065,9 +4065,6 @@ entry = boostControllerOpenLoopPart, "Boost Open Loop", float, "%.3f"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = detectedGear, "Detected Gear", int, "%d"
entry = timingCltCorrection, "timingCltCorrection", float, "%.3f"
entry = timingIatCorrection, "timingIatCorrection", float, "%.3f"
entry = timingPidCorrection, "timingPidCorrection", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = mostRecentTimeBetweenSparkEvents, "mostRecentTimeBetweenSparkEvents", int, "%d"
entry = mostRecentTimeBetweenIgnitionEvents, "mostRecentTimeBetweenIgnitionEvents", int, "%d"

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Mon Jun 27 00:08:55 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Wed Jun 29 05:31:17 UTC 2022
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -679,9 +679,9 @@ public class TsOutputs {
public static final Field FALLBACKMAP = Field.create("FALLBACKMAP", 410, FieldType.INT16).setScale(0.1);
public static final Field BOOSTCONTROLLERCLOSEDLOOPPART = Field.create("BOOSTCONTROLLERCLOSEDLOOPPART", 412, FieldType.INT8).setScale(0.5);
public static final Field DETECTEDGEAR = Field.create("DETECTEDGEAR", 413, FieldType.INT8).setScale(1.0);
public static final Field TIMINGCLTCORRECTION = Field.create("TIMINGCLTCORRECTION", 414, FieldType.INT16).setScale(0.01);
public static final Field TIMINGIATCORRECTION = Field.create("TIMINGIATCORRECTION", 416, FieldType.INT16).setScale(0.01);
public static final Field TIMINGPIDCORRECTION = Field.create("TIMINGPIDCORRECTION", 418, FieldType.INT16).setScale(0.01);
public static final Field UNUSEDAIMINGCLTCORRECTION = Field.create("UNUSEDAIMINGCLTCORRECTION", 414, FieldType.INT16).setScale(0.01);
public static final Field UNUSEDATIMINGIATCORRECTION = Field.create("UNUSEDATIMINGIATCORRECTION", 416, FieldType.INT16).setScale(0.01);
public static final Field UNUSEDATIMINGPIDCORRECTION = Field.create("UNUSEDATIMINGPIDCORRECTION", 418, FieldType.INT16).setScale(0.01);
public static final Field INSTANTMAPVALUE = Field.create("INSTANTMAPVALUE", 420, FieldType.INT16).setScale(0.03333333333333333);
public static final Field MOSTRECENTTIMEBETWEENSPARKEVENTS = Field.create("MOSTRECENTTIMEBETWEENSPARKEVENTS", 422, FieldType.INT16).setScale(1.0);
public static final Field MOSTRECENTTIMEBETWEENIGNITIONEVENTS = Field.create("MOSTRECENTTIMEBETWEENIGNITIONEVENTS", 424, FieldType.INT16).setScale(1.0);
@ -1093,9 +1093,9 @@ public class TsOutputs {
FALLBACKMAP,
BOOSTCONTROLLERCLOSEDLOOPPART,
DETECTEDGEAR,
TIMINGCLTCORRECTION,
TIMINGIATCORRECTION,
TIMINGPIDCORRECTION,
UNUSEDAIMINGCLTCORRECTION,
UNUSEDATIMINGIATCORRECTION,
UNUSEDATIMINGPIDCORRECTION,
INSTANTMAPVALUE,
MOSTRECENTTIMEBETWEENSPARKEVENTS,
MOSTRECENTTIMEBETWEENIGNITIONEVENTS,