Auto-generated configs and docs
This commit is contained in:
parent
f742ae8b7e
commit
22d4021a46
|
@ -2,7 +2,6 @@ entry = sd_present, "sd_present", int, "%d"
|
|||
entry = isIgnitionEnabledIndicator, "isIgnitionEnabledIndicator", int, "%d"
|
||||
entry = isInjectionEnabledIndicator, "isInjectionEnabledIndicator", int, "%d"
|
||||
entry = sd_logging_internal, "sd_logging_internal", int, "%d"
|
||||
entry = isCylinderCleanupActivated, "isCylinderCleanupActivated", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = isFanOn, "radiator fan", int, "%d"
|
||||
entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
|
||||
|
|
|
@ -2,7 +2,7 @@ sd_presentGauge = sd_present,"sd_present", "", -1.0,-1.0, -1.0,-1.0, -1.0,-1.0,
|
|||
isIgnitionEnabledIndicatorGauge = isIgnitionEnabledIndicator,"isIgnitionEnabledIndicator", "", -1.0,-1.0, -1.0,-1.0, -1.0,-1.0, -1,-1
|
||||
isInjectionEnabledIndicatorGauge = isInjectionEnabledIndicator,"isInjectionEnabledIndicator", "", -1.0,-1.0, -1.0,-1.0, -1.0,-1.0, -1,-1
|
||||
sd_logging_internalGauge = sd_logging_internal,"sd_logging_internal", "", -1.0,-1.0, -1.0,-1.0, -1.0,-1.0, -1,-1
|
||||
isCylinderCleanupActivatedGauge = isCylinderCleanupActivated,"isCylinderCleanupActivated", "", -1.0,-1.0, -1.0,-1.0, -1.0,-1.0, -1,-1
|
||||
unusedb4Gauge = unusedb4,"unusedb4", "", -1.0,-1.0, -1.0,-1.0, -1.0,-1.0, -1,-1
|
||||
isFuelPumpOnGauge = isFuelPumpOn,"isFuelPumpOn", "", -1.0,-1.0, -1.0,-1.0, -1.0,-1.0, -1,-1
|
||||
isFanOnGauge = isFanOn,"radiator fan", "", -1.0,-1.0, -1.0,-1.0, -1.0,-1.0, -1,-1
|
||||
isO2HeaterOnGauge = isO2HeaterOn,"isO2HeaterOn", "", -1.0,-1.0, -1.0,-1.0, -1.0,-1.0, -1,-1
|
||||
|
|
|
@ -2,7 +2,7 @@ sd_present = bits, U32, 0, [0:0]
|
|||
isIgnitionEnabledIndicator = bits, U32, 0, [1:1]
|
||||
isInjectionEnabledIndicator = bits, U32, 0, [2:2]
|
||||
sd_logging_internal = bits, U32, 0, [3:3]
|
||||
isCylinderCleanupActivated = bits, U32, 0, [4:4]
|
||||
unusedb4 = bits, U32, 0, [4:4]
|
||||
isFuelPumpOn = bits, U32, 0, [5:5]
|
||||
isFanOn = bits, U32, 0, [6:6]
|
||||
isO2HeaterOn = bits, U32, 0, [7:7]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Fri Mar 11 20:52:01 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Sun Mar 20 13:32:09 UTC 2022
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -44,7 +44,7 @@ struct ts_outputs_s {
|
|||
bool sd_logging_internal : 1 {};
|
||||
/**
|
||||
offset 0 bit 4 */
|
||||
bool isCylinderCleanupActivated : 1 {};
|
||||
bool unusedb4 : 1 {};
|
||||
/**
|
||||
offset 0 bit 5 */
|
||||
bool isFuelPumpOn : 1 {};
|
||||
|
@ -1353,4 +1353,4 @@ struct ts_outputs_s {
|
|||
};
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Fri Mar 11 20:52:01 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Sun Mar 20 13:32:09 UTC 2022
|
||||
|
|
|
@ -8,8 +8,6 @@ float getOutputValueByName(const char *name) {
|
|||
return engine->outputChannels.isInjectionEnabledIndicator;
|
||||
if (strEqualCaseInsensitive(name, "sd_logging_internal"))
|
||||
return engine->outputChannels.sd_logging_internal;
|
||||
if (strEqualCaseInsensitive(name, "isCylinderCleanupActivated"))
|
||||
return engine->outputChannels.isCylinderCleanupActivated;
|
||||
if (strEqualCaseInsensitive(name, "isFuelPumpOn"))
|
||||
return engine->outputChannels.isFuelPumpOn;
|
||||
if (strEqualCaseInsensitive(name, "isFanOn"))
|
||||
|
|
|
@ -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 (unknown script) integration/rusefi_config.txt Sun Mar 20 02:45:26 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 20 13:32:48 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -1946,7 +1946,7 @@ sd_present = bits, U32, 0, [0:0]
|
|||
isIgnitionEnabledIndicator = bits, U32, 0, [1:1]
|
||||
isInjectionEnabledIndicator = bits, U32, 0, [2:2]
|
||||
sd_logging_internal = bits, U32, 0, [3:3]
|
||||
isCylinderCleanupActivated = bits, U32, 0, [4:4]
|
||||
unusedb4 = bits, U32, 0, [4:4]
|
||||
isFuelPumpOn = bits, U32, 0, [5:5]
|
||||
isFanOn = bits, U32, 0, [6:6]
|
||||
isO2HeaterOn = bits, U32, 0, [7:7]
|
||||
|
@ -3494,7 +3494,6 @@ entry = sd_present, "sd_present", int, "%d"
|
|||
entry = isIgnitionEnabledIndicator, "isIgnitionEnabledIndicator", int, "%d"
|
||||
entry = isInjectionEnabledIndicator, "isInjectionEnabledIndicator", int, "%d"
|
||||
entry = sd_logging_internal, "sd_logging_internal", int, "%d"
|
||||
entry = isCylinderCleanupActivated, "isCylinderCleanupActivated", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = isFanOn, "radiator fan", int, "%d"
|
||||
entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
|
||||
|
|
|
@ -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 (unknown script) integration/rusefi_config.txt Sun Mar 20 02:44:43 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 20 13:32:10 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -1946,7 +1946,7 @@ sd_present = bits, U32, 0, [0:0]
|
|||
isIgnitionEnabledIndicator = bits, U32, 0, [1:1]
|
||||
isInjectionEnabledIndicator = bits, U32, 0, [2:2]
|
||||
sd_logging_internal = bits, U32, 0, [3:3]
|
||||
isCylinderCleanupActivated = bits, U32, 0, [4:4]
|
||||
unusedb4 = bits, U32, 0, [4:4]
|
||||
isFuelPumpOn = bits, U32, 0, [5:5]
|
||||
isFanOn = bits, U32, 0, [6:6]
|
||||
isO2HeaterOn = bits, U32, 0, [7:7]
|
||||
|
@ -3494,7 +3494,6 @@ entry = sd_present, "sd_present", int, "%d"
|
|||
entry = isIgnitionEnabledIndicator, "isIgnitionEnabledIndicator", int, "%d"
|
||||
entry = isInjectionEnabledIndicator, "isInjectionEnabledIndicator", int, "%d"
|
||||
entry = sd_logging_internal, "sd_logging_internal", int, "%d"
|
||||
entry = isCylinderCleanupActivated, "isCylinderCleanupActivated", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = isFanOn, "radiator fan", int, "%d"
|
||||
entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
|
||||
|
|
|
@ -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 (unknown script) integration/rusefi_config.txt Sun Mar 20 02:44:45 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 20 13:32:11 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -1946,7 +1946,7 @@ sd_present = bits, U32, 0, [0:0]
|
|||
isIgnitionEnabledIndicator = bits, U32, 0, [1:1]
|
||||
isInjectionEnabledIndicator = bits, U32, 0, [2:2]
|
||||
sd_logging_internal = bits, U32, 0, [3:3]
|
||||
isCylinderCleanupActivated = bits, U32, 0, [4:4]
|
||||
unusedb4 = bits, U32, 0, [4:4]
|
||||
isFuelPumpOn = bits, U32, 0, [5:5]
|
||||
isFanOn = bits, U32, 0, [6:6]
|
||||
isO2HeaterOn = bits, U32, 0, [7:7]
|
||||
|
@ -3494,7 +3494,6 @@ entry = sd_present, "sd_present", int, "%d"
|
|||
entry = isIgnitionEnabledIndicator, "isIgnitionEnabledIndicator", int, "%d"
|
||||
entry = isInjectionEnabledIndicator, "isInjectionEnabledIndicator", int, "%d"
|
||||
entry = sd_logging_internal, "sd_logging_internal", int, "%d"
|
||||
entry = isCylinderCleanupActivated, "isCylinderCleanupActivated", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = isFanOn, "radiator fan", int, "%d"
|
||||
entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
|
||||
|
|
|
@ -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 (unknown script) integration/rusefi_config.txt Sun Mar 20 02:45:24 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 20 13:32:47 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -1946,7 +1946,7 @@ sd_present = bits, U32, 0, [0:0]
|
|||
isIgnitionEnabledIndicator = bits, U32, 0, [1:1]
|
||||
isInjectionEnabledIndicator = bits, U32, 0, [2:2]
|
||||
sd_logging_internal = bits, U32, 0, [3:3]
|
||||
isCylinderCleanupActivated = bits, U32, 0, [4:4]
|
||||
unusedb4 = bits, U32, 0, [4:4]
|
||||
isFuelPumpOn = bits, U32, 0, [5:5]
|
||||
isFanOn = bits, U32, 0, [6:6]
|
||||
isO2HeaterOn = bits, U32, 0, [7:7]
|
||||
|
@ -3494,7 +3494,6 @@ entry = sd_present, "sd_present", int, "%d"
|
|||
entry = isIgnitionEnabledIndicator, "isIgnitionEnabledIndicator", int, "%d"
|
||||
entry = isInjectionEnabledIndicator, "isInjectionEnabledIndicator", int, "%d"
|
||||
entry = sd_logging_internal, "sd_logging_internal", int, "%d"
|
||||
entry = isCylinderCleanupActivated, "isCylinderCleanupActivated", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = isFanOn, "radiator fan", int, "%d"
|
||||
entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
|
||||
|
|
|
@ -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 (unknown script) integration/rusefi_config.txt Sun Mar 20 02:45:10 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 20 13:32:34 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -1946,7 +1946,7 @@ sd_present = bits, U32, 0, [0:0]
|
|||
isIgnitionEnabledIndicator = bits, U32, 0, [1:1]
|
||||
isInjectionEnabledIndicator = bits, U32, 0, [2:2]
|
||||
sd_logging_internal = bits, U32, 0, [3:3]
|
||||
isCylinderCleanupActivated = bits, U32, 0, [4:4]
|
||||
unusedb4 = bits, U32, 0, [4:4]
|
||||
isFuelPumpOn = bits, U32, 0, [5:5]
|
||||
isFanOn = bits, U32, 0, [6:6]
|
||||
isO2HeaterOn = bits, U32, 0, [7:7]
|
||||
|
@ -3494,7 +3494,6 @@ entry = sd_present, "sd_present", int, "%d"
|
|||
entry = isIgnitionEnabledIndicator, "isIgnitionEnabledIndicator", int, "%d"
|
||||
entry = isInjectionEnabledIndicator, "isInjectionEnabledIndicator", int, "%d"
|
||||
entry = sd_logging_internal, "sd_logging_internal", int, "%d"
|
||||
entry = isCylinderCleanupActivated, "isCylinderCleanupActivated", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = isFanOn, "radiator fan", int, "%d"
|
||||
entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
|
||||
|
|
|
@ -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 (unknown script) integration/rusefi_config.txt Sun Mar 20 02:45:23 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 20 13:32:45 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -1946,7 +1946,7 @@ sd_present = bits, U32, 0, [0:0]
|
|||
isIgnitionEnabledIndicator = bits, U32, 0, [1:1]
|
||||
isInjectionEnabledIndicator = bits, U32, 0, [2:2]
|
||||
sd_logging_internal = bits, U32, 0, [3:3]
|
||||
isCylinderCleanupActivated = bits, U32, 0, [4:4]
|
||||
unusedb4 = bits, U32, 0, [4:4]
|
||||
isFuelPumpOn = bits, U32, 0, [5:5]
|
||||
isFanOn = bits, U32, 0, [6:6]
|
||||
isO2HeaterOn = bits, U32, 0, [7:7]
|
||||
|
@ -3494,7 +3494,6 @@ entry = sd_present, "sd_present", int, "%d"
|
|||
entry = isIgnitionEnabledIndicator, "isIgnitionEnabledIndicator", int, "%d"
|
||||
entry = isInjectionEnabledIndicator, "isInjectionEnabledIndicator", int, "%d"
|
||||
entry = sd_logging_internal, "sd_logging_internal", int, "%d"
|
||||
entry = isCylinderCleanupActivated, "isCylinderCleanupActivated", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = isFanOn, "radiator fan", int, "%d"
|
||||
entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
|
||||
|
|
|
@ -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 (unknown script) integration/rusefi_config.txt Sun Mar 20 02:45:12 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 20 13:32:36 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -1946,7 +1946,7 @@ sd_present = bits, U32, 0, [0:0]
|
|||
isIgnitionEnabledIndicator = bits, U32, 0, [1:1]
|
||||
isInjectionEnabledIndicator = bits, U32, 0, [2:2]
|
||||
sd_logging_internal = bits, U32, 0, [3:3]
|
||||
isCylinderCleanupActivated = bits, U32, 0, [4:4]
|
||||
unusedb4 = bits, U32, 0, [4:4]
|
||||
isFuelPumpOn = bits, U32, 0, [5:5]
|
||||
isFanOn = bits, U32, 0, [6:6]
|
||||
isO2HeaterOn = bits, U32, 0, [7:7]
|
||||
|
@ -3494,7 +3494,6 @@ entry = sd_present, "sd_present", int, "%d"
|
|||
entry = isIgnitionEnabledIndicator, "isIgnitionEnabledIndicator", int, "%d"
|
||||
entry = isInjectionEnabledIndicator, "isInjectionEnabledIndicator", int, "%d"
|
||||
entry = sd_logging_internal, "sd_logging_internal", int, "%d"
|
||||
entry = isCylinderCleanupActivated, "isCylinderCleanupActivated", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = isFanOn, "radiator fan", int, "%d"
|
||||
entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
|
||||
|
|
|
@ -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 (unknown script) integration/rusefi_config.txt Sun Mar 20 02:44:47 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 20 13:32:13 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -1946,7 +1946,7 @@ sd_present = bits, U32, 0, [0:0]
|
|||
isIgnitionEnabledIndicator = bits, U32, 0, [1:1]
|
||||
isInjectionEnabledIndicator = bits, U32, 0, [2:2]
|
||||
sd_logging_internal = bits, U32, 0, [3:3]
|
||||
isCylinderCleanupActivated = bits, U32, 0, [4:4]
|
||||
unusedb4 = bits, U32, 0, [4:4]
|
||||
isFuelPumpOn = bits, U32, 0, [5:5]
|
||||
isFanOn = bits, U32, 0, [6:6]
|
||||
isO2HeaterOn = bits, U32, 0, [7:7]
|
||||
|
@ -3494,7 +3494,6 @@ entry = sd_present, "sd_present", int, "%d"
|
|||
entry = isIgnitionEnabledIndicator, "isIgnitionEnabledIndicator", int, "%d"
|
||||
entry = isInjectionEnabledIndicator, "isInjectionEnabledIndicator", int, "%d"
|
||||
entry = sd_logging_internal, "sd_logging_internal", int, "%d"
|
||||
entry = isCylinderCleanupActivated, "isCylinderCleanupActivated", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = isFanOn, "radiator fan", int, "%d"
|
||||
entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
|
||||
|
|
|
@ -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 (unknown script) integration/rusefi_config.txt Sun Mar 20 02:45:01 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 20 13:32:26 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -1946,7 +1946,7 @@ sd_present = bits, U32, 0, [0:0]
|
|||
isIgnitionEnabledIndicator = bits, U32, 0, [1:1]
|
||||
isInjectionEnabledIndicator = bits, U32, 0, [2:2]
|
||||
sd_logging_internal = bits, U32, 0, [3:3]
|
||||
isCylinderCleanupActivated = bits, U32, 0, [4:4]
|
||||
unusedb4 = bits, U32, 0, [4:4]
|
||||
isFuelPumpOn = bits, U32, 0, [5:5]
|
||||
isFanOn = bits, U32, 0, [6:6]
|
||||
isO2HeaterOn = bits, U32, 0, [7:7]
|
||||
|
@ -3494,7 +3494,6 @@ entry = sd_present, "sd_present", int, "%d"
|
|||
entry = isIgnitionEnabledIndicator, "isIgnitionEnabledIndicator", int, "%d"
|
||||
entry = isInjectionEnabledIndicator, "isInjectionEnabledIndicator", int, "%d"
|
||||
entry = sd_logging_internal, "sd_logging_internal", int, "%d"
|
||||
entry = isCylinderCleanupActivated, "isCylinderCleanupActivated", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = isFanOn, "radiator fan", int, "%d"
|
||||
entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
|
||||
|
|
|
@ -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 (unknown script) integration/rusefi_config.txt Sun Mar 20 02:44:52 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 20 13:32:18 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -1946,7 +1946,7 @@ sd_present = bits, U32, 0, [0:0]
|
|||
isIgnitionEnabledIndicator = bits, U32, 0, [1:1]
|
||||
isInjectionEnabledIndicator = bits, U32, 0, [2:2]
|
||||
sd_logging_internal = bits, U32, 0, [3:3]
|
||||
isCylinderCleanupActivated = bits, U32, 0, [4:4]
|
||||
unusedb4 = bits, U32, 0, [4:4]
|
||||
isFuelPumpOn = bits, U32, 0, [5:5]
|
||||
isFanOn = bits, U32, 0, [6:6]
|
||||
isO2HeaterOn = bits, U32, 0, [7:7]
|
||||
|
@ -3494,7 +3494,6 @@ entry = sd_present, "sd_present", int, "%d"
|
|||
entry = isIgnitionEnabledIndicator, "isIgnitionEnabledIndicator", int, "%d"
|
||||
entry = isInjectionEnabledIndicator, "isInjectionEnabledIndicator", int, "%d"
|
||||
entry = sd_logging_internal, "sd_logging_internal", int, "%d"
|
||||
entry = isCylinderCleanupActivated, "isCylinderCleanupActivated", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = isFanOn, "radiator fan", int, "%d"
|
||||
entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
|
||||
|
|
|
@ -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 (unknown script) integration/rusefi_config.txt Sun Mar 20 02:44:50 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 20 13:32:16 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -1946,7 +1946,7 @@ sd_present = bits, U32, 0, [0:0]
|
|||
isIgnitionEnabledIndicator = bits, U32, 0, [1:1]
|
||||
isInjectionEnabledIndicator = bits, U32, 0, [2:2]
|
||||
sd_logging_internal = bits, U32, 0, [3:3]
|
||||
isCylinderCleanupActivated = bits, U32, 0, [4:4]
|
||||
unusedb4 = bits, U32, 0, [4:4]
|
||||
isFuelPumpOn = bits, U32, 0, [5:5]
|
||||
isFanOn = bits, U32, 0, [6:6]
|
||||
isO2HeaterOn = bits, U32, 0, [7:7]
|
||||
|
@ -3494,7 +3494,6 @@ entry = sd_present, "sd_present", int, "%d"
|
|||
entry = isIgnitionEnabledIndicator, "isIgnitionEnabledIndicator", int, "%d"
|
||||
entry = isInjectionEnabledIndicator, "isInjectionEnabledIndicator", int, "%d"
|
||||
entry = sd_logging_internal, "sd_logging_internal", int, "%d"
|
||||
entry = isCylinderCleanupActivated, "isCylinderCleanupActivated", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = isFanOn, "radiator fan", int, "%d"
|
||||
entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
|
||||
|
|
|
@ -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 (unknown script) integration/rusefi_config.txt Sun Mar 20 02:44:48 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 20 13:32:15 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -1946,7 +1946,7 @@ sd_present = bits, U32, 0, [0:0]
|
|||
isIgnitionEnabledIndicator = bits, U32, 0, [1:1]
|
||||
isInjectionEnabledIndicator = bits, U32, 0, [2:2]
|
||||
sd_logging_internal = bits, U32, 0, [3:3]
|
||||
isCylinderCleanupActivated = bits, U32, 0, [4:4]
|
||||
unusedb4 = bits, U32, 0, [4:4]
|
||||
isFuelPumpOn = bits, U32, 0, [5:5]
|
||||
isFanOn = bits, U32, 0, [6:6]
|
||||
isO2HeaterOn = bits, U32, 0, [7:7]
|
||||
|
@ -3494,7 +3494,6 @@ entry = sd_present, "sd_present", int, "%d"
|
|||
entry = isIgnitionEnabledIndicator, "isIgnitionEnabledIndicator", int, "%d"
|
||||
entry = isInjectionEnabledIndicator, "isInjectionEnabledIndicator", int, "%d"
|
||||
entry = sd_logging_internal, "sd_logging_internal", int, "%d"
|
||||
entry = isCylinderCleanupActivated, "isCylinderCleanupActivated", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = isFanOn, "radiator fan", int, "%d"
|
||||
entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
|
||||
|
|
|
@ -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 (unknown script) integration/rusefi_config.txt Sun Mar 20 02:44:54 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 20 13:32:19 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -1946,7 +1946,7 @@ sd_present = bits, U32, 0, [0:0]
|
|||
isIgnitionEnabledIndicator = bits, U32, 0, [1:1]
|
||||
isInjectionEnabledIndicator = bits, U32, 0, [2:2]
|
||||
sd_logging_internal = bits, U32, 0, [3:3]
|
||||
isCylinderCleanupActivated = bits, U32, 0, [4:4]
|
||||
unusedb4 = bits, U32, 0, [4:4]
|
||||
isFuelPumpOn = bits, U32, 0, [5:5]
|
||||
isFanOn = bits, U32, 0, [6:6]
|
||||
isO2HeaterOn = bits, U32, 0, [7:7]
|
||||
|
@ -3494,7 +3494,6 @@ entry = sd_present, "sd_present", int, "%d"
|
|||
entry = isIgnitionEnabledIndicator, "isIgnitionEnabledIndicator", int, "%d"
|
||||
entry = isInjectionEnabledIndicator, "isInjectionEnabledIndicator", int, "%d"
|
||||
entry = sd_logging_internal, "sd_logging_internal", int, "%d"
|
||||
entry = isCylinderCleanupActivated, "isCylinderCleanupActivated", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = isFanOn, "radiator fan", int, "%d"
|
||||
entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
|
||||
|
|
|
@ -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 (unknown script) integration/rusefi_config.txt Sun Mar 20 02:44:57 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 20 13:32:23 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -1946,7 +1946,7 @@ sd_present = bits, U32, 0, [0:0]
|
|||
isIgnitionEnabledIndicator = bits, U32, 0, [1:1]
|
||||
isInjectionEnabledIndicator = bits, U32, 0, [2:2]
|
||||
sd_logging_internal = bits, U32, 0, [3:3]
|
||||
isCylinderCleanupActivated = bits, U32, 0, [4:4]
|
||||
unusedb4 = bits, U32, 0, [4:4]
|
||||
isFuelPumpOn = bits, U32, 0, [5:5]
|
||||
isFanOn = bits, U32, 0, [6:6]
|
||||
isO2HeaterOn = bits, U32, 0, [7:7]
|
||||
|
@ -3494,7 +3494,6 @@ entry = sd_present, "sd_present", int, "%d"
|
|||
entry = isIgnitionEnabledIndicator, "isIgnitionEnabledIndicator", int, "%d"
|
||||
entry = isInjectionEnabledIndicator, "isInjectionEnabledIndicator", int, "%d"
|
||||
entry = sd_logging_internal, "sd_logging_internal", int, "%d"
|
||||
entry = isCylinderCleanupActivated, "isCylinderCleanupActivated", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = isFanOn, "radiator fan", int, "%d"
|
||||
entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
|
||||
|
|
|
@ -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 (unknown script) integration/rusefi_config.txt Sun Mar 20 02:44:59 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 20 13:32:24 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -1946,7 +1946,7 @@ sd_present = bits, U32, 0, [0:0]
|
|||
isIgnitionEnabledIndicator = bits, U32, 0, [1:1]
|
||||
isInjectionEnabledIndicator = bits, U32, 0, [2:2]
|
||||
sd_logging_internal = bits, U32, 0, [3:3]
|
||||
isCylinderCleanupActivated = bits, U32, 0, [4:4]
|
||||
unusedb4 = bits, U32, 0, [4:4]
|
||||
isFuelPumpOn = bits, U32, 0, [5:5]
|
||||
isFanOn = bits, U32, 0, [6:6]
|
||||
isO2HeaterOn = bits, U32, 0, [7:7]
|
||||
|
@ -3494,7 +3494,6 @@ entry = sd_present, "sd_present", int, "%d"
|
|||
entry = isIgnitionEnabledIndicator, "isIgnitionEnabledIndicator", int, "%d"
|
||||
entry = isInjectionEnabledIndicator, "isInjectionEnabledIndicator", int, "%d"
|
||||
entry = sd_logging_internal, "sd_logging_internal", int, "%d"
|
||||
entry = isCylinderCleanupActivated, "isCylinderCleanupActivated", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = isFanOn, "radiator fan", int, "%d"
|
||||
entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
|
||||
|
|
|
@ -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 (unknown script) integration/rusefi_config.txt Sun Mar 20 02:44:56 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 20 13:32:21 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -1946,7 +1946,7 @@ sd_present = bits, U32, 0, [0:0]
|
|||
isIgnitionEnabledIndicator = bits, U32, 0, [1:1]
|
||||
isInjectionEnabledIndicator = bits, U32, 0, [2:2]
|
||||
sd_logging_internal = bits, U32, 0, [3:3]
|
||||
isCylinderCleanupActivated = bits, U32, 0, [4:4]
|
||||
unusedb4 = bits, U32, 0, [4:4]
|
||||
isFuelPumpOn = bits, U32, 0, [5:5]
|
||||
isFanOn = bits, U32, 0, [6:6]
|
||||
isO2HeaterOn = bits, U32, 0, [7:7]
|
||||
|
@ -3494,7 +3494,6 @@ entry = sd_present, "sd_present", int, "%d"
|
|||
entry = isIgnitionEnabledIndicator, "isIgnitionEnabledIndicator", int, "%d"
|
||||
entry = isInjectionEnabledIndicator, "isInjectionEnabledIndicator", int, "%d"
|
||||
entry = sd_logging_internal, "sd_logging_internal", int, "%d"
|
||||
entry = isCylinderCleanupActivated, "isCylinderCleanupActivated", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = isFanOn, "radiator fan", int, "%d"
|
||||
entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
|
||||
|
|
|
@ -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 (unknown script) integration/rusefi_config.txt Sun Mar 20 02:45:03 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 20 13:32:28 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -1946,7 +1946,7 @@ sd_present = bits, U32, 0, [0:0]
|
|||
isIgnitionEnabledIndicator = bits, U32, 0, [1:1]
|
||||
isInjectionEnabledIndicator = bits, U32, 0, [2:2]
|
||||
sd_logging_internal = bits, U32, 0, [3:3]
|
||||
isCylinderCleanupActivated = bits, U32, 0, [4:4]
|
||||
unusedb4 = bits, U32, 0, [4:4]
|
||||
isFuelPumpOn = bits, U32, 0, [5:5]
|
||||
isFanOn = bits, U32, 0, [6:6]
|
||||
isO2HeaterOn = bits, U32, 0, [7:7]
|
||||
|
@ -3494,7 +3494,6 @@ entry = sd_present, "sd_present", int, "%d"
|
|||
entry = isIgnitionEnabledIndicator, "isIgnitionEnabledIndicator", int, "%d"
|
||||
entry = isInjectionEnabledIndicator, "isInjectionEnabledIndicator", int, "%d"
|
||||
entry = sd_logging_internal, "sd_logging_internal", int, "%d"
|
||||
entry = isCylinderCleanupActivated, "isCylinderCleanupActivated", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = isFanOn, "radiator fan", int, "%d"
|
||||
entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
|
||||
|
|
|
@ -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 (unknown script) integration/rusefi_config.txt Sun Mar 20 02:45:05 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 20 13:32:29 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -1946,7 +1946,7 @@ sd_present = bits, U32, 0, [0:0]
|
|||
isIgnitionEnabledIndicator = bits, U32, 0, [1:1]
|
||||
isInjectionEnabledIndicator = bits, U32, 0, [2:2]
|
||||
sd_logging_internal = bits, U32, 0, [3:3]
|
||||
isCylinderCleanupActivated = bits, U32, 0, [4:4]
|
||||
unusedb4 = bits, U32, 0, [4:4]
|
||||
isFuelPumpOn = bits, U32, 0, [5:5]
|
||||
isFanOn = bits, U32, 0, [6:6]
|
||||
isO2HeaterOn = bits, U32, 0, [7:7]
|
||||
|
@ -3494,7 +3494,6 @@ entry = sd_present, "sd_present", int, "%d"
|
|||
entry = isIgnitionEnabledIndicator, "isIgnitionEnabledIndicator", int, "%d"
|
||||
entry = isInjectionEnabledIndicator, "isInjectionEnabledIndicator", int, "%d"
|
||||
entry = sd_logging_internal, "sd_logging_internal", int, "%d"
|
||||
entry = isCylinderCleanupActivated, "isCylinderCleanupActivated", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = isFanOn, "radiator fan", int, "%d"
|
||||
entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
|
||||
|
|
|
@ -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 (unknown script) integration/rusefi_config.txt Sun Mar 20 02:45:30 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 20 13:32:51 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -1946,7 +1946,7 @@ sd_present = bits, U32, 0, [0:0]
|
|||
isIgnitionEnabledIndicator = bits, U32, 0, [1:1]
|
||||
isInjectionEnabledIndicator = bits, U32, 0, [2:2]
|
||||
sd_logging_internal = bits, U32, 0, [3:3]
|
||||
isCylinderCleanupActivated = bits, U32, 0, [4:4]
|
||||
unusedb4 = bits, U32, 0, [4:4]
|
||||
isFuelPumpOn = bits, U32, 0, [5:5]
|
||||
isFanOn = bits, U32, 0, [6:6]
|
||||
isO2HeaterOn = bits, U32, 0, [7:7]
|
||||
|
@ -3494,7 +3494,6 @@ entry = sd_present, "sd_present", int, "%d"
|
|||
entry = isIgnitionEnabledIndicator, "isIgnitionEnabledIndicator", int, "%d"
|
||||
entry = isInjectionEnabledIndicator, "isInjectionEnabledIndicator", int, "%d"
|
||||
entry = sd_logging_internal, "sd_logging_internal", int, "%d"
|
||||
entry = isCylinderCleanupActivated, "isCylinderCleanupActivated", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = isFanOn, "radiator fan", int, "%d"
|
||||
entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
|
||||
|
|
|
@ -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 (unknown script) integration/rusefi_config.txt Sun Mar 20 02:45:28 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 20 13:32:50 UTC 2022
|
||||
|
||||
pageSize = 20984
|
||||
page = 1
|
||||
|
@ -1912,7 +1912,7 @@ sd_present = bits, U32, 0, [0:0]
|
|||
isIgnitionEnabledIndicator = bits, U32, 0, [1:1]
|
||||
isInjectionEnabledIndicator = bits, U32, 0, [2:2]
|
||||
sd_logging_internal = bits, U32, 0, [3:3]
|
||||
isCylinderCleanupActivated = bits, U32, 0, [4:4]
|
||||
unusedb4 = bits, U32, 0, [4:4]
|
||||
isFuelPumpOn = bits, U32, 0, [5:5]
|
||||
isFanOn = bits, U32, 0, [6:6]
|
||||
isO2HeaterOn = bits, U32, 0, [7:7]
|
||||
|
@ -3460,7 +3460,6 @@ entry = sd_present, "sd_present", int, "%d"
|
|||
entry = isIgnitionEnabledIndicator, "isIgnitionEnabledIndicator", int, "%d"
|
||||
entry = isInjectionEnabledIndicator, "isInjectionEnabledIndicator", int, "%d"
|
||||
entry = sd_logging_internal, "sd_logging_internal", int, "%d"
|
||||
entry = isCylinderCleanupActivated, "isCylinderCleanupActivated", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = isFanOn, "radiator fan", int, "%d"
|
||||
entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
|
||||
|
|
|
@ -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 (unknown script) integration/rusefi_config.txt Sun Mar 20 02:45:08 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 20 13:32:32 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -1946,7 +1946,7 @@ sd_present = bits, U32, 0, [0:0]
|
|||
isIgnitionEnabledIndicator = bits, U32, 0, [1:1]
|
||||
isInjectionEnabledIndicator = bits, U32, 0, [2:2]
|
||||
sd_logging_internal = bits, U32, 0, [3:3]
|
||||
isCylinderCleanupActivated = bits, U32, 0, [4:4]
|
||||
unusedb4 = bits, U32, 0, [4:4]
|
||||
isFuelPumpOn = bits, U32, 0, [5:5]
|
||||
isFanOn = bits, U32, 0, [6:6]
|
||||
isO2HeaterOn = bits, U32, 0, [7:7]
|
||||
|
@ -3494,7 +3494,6 @@ entry = sd_present, "sd_present", int, "%d"
|
|||
entry = isIgnitionEnabledIndicator, "isIgnitionEnabledIndicator", int, "%d"
|
||||
entry = isInjectionEnabledIndicator, "isInjectionEnabledIndicator", int, "%d"
|
||||
entry = sd_logging_internal, "sd_logging_internal", int, "%d"
|
||||
entry = isCylinderCleanupActivated, "isCylinderCleanupActivated", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = isFanOn, "radiator fan", int, "%d"
|
||||
entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
|
||||
|
|
|
@ -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 (unknown script) integration/rusefi_config.txt Sun Mar 20 02:45:07 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 20 13:32:31 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -1946,7 +1946,7 @@ sd_present = bits, U32, 0, [0:0]
|
|||
isIgnitionEnabledIndicator = bits, U32, 0, [1:1]
|
||||
isInjectionEnabledIndicator = bits, U32, 0, [2:2]
|
||||
sd_logging_internal = bits, U32, 0, [3:3]
|
||||
isCylinderCleanupActivated = bits, U32, 0, [4:4]
|
||||
unusedb4 = bits, U32, 0, [4:4]
|
||||
isFuelPumpOn = bits, U32, 0, [5:5]
|
||||
isFanOn = bits, U32, 0, [6:6]
|
||||
isO2HeaterOn = bits, U32, 0, [7:7]
|
||||
|
@ -3494,7 +3494,6 @@ entry = sd_present, "sd_present", int, "%d"
|
|||
entry = isIgnitionEnabledIndicator, "isIgnitionEnabledIndicator", int, "%d"
|
||||
entry = isInjectionEnabledIndicator, "isInjectionEnabledIndicator", int, "%d"
|
||||
entry = sd_logging_internal, "sd_logging_internal", int, "%d"
|
||||
entry = isCylinderCleanupActivated, "isCylinderCleanupActivated", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = isFanOn, "radiator fan", int, "%d"
|
||||
entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
|
||||
|
|
|
@ -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 (unknown script) integration/rusefi_config.txt Sun Mar 20 02:45:16 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 20 13:32:39 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -1946,7 +1946,7 @@ sd_present = bits, U32, 0, [0:0]
|
|||
isIgnitionEnabledIndicator = bits, U32, 0, [1:1]
|
||||
isInjectionEnabledIndicator = bits, U32, 0, [2:2]
|
||||
sd_logging_internal = bits, U32, 0, [3:3]
|
||||
isCylinderCleanupActivated = bits, U32, 0, [4:4]
|
||||
unusedb4 = bits, U32, 0, [4:4]
|
||||
isFuelPumpOn = bits, U32, 0, [5:5]
|
||||
isFanOn = bits, U32, 0, [6:6]
|
||||
isO2HeaterOn = bits, U32, 0, [7:7]
|
||||
|
@ -3494,7 +3494,6 @@ entry = sd_present, "sd_present", int, "%d"
|
|||
entry = isIgnitionEnabledIndicator, "isIgnitionEnabledIndicator", int, "%d"
|
||||
entry = isInjectionEnabledIndicator, "isInjectionEnabledIndicator", int, "%d"
|
||||
entry = sd_logging_internal, "sd_logging_internal", int, "%d"
|
||||
entry = isCylinderCleanupActivated, "isCylinderCleanupActivated", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = isFanOn, "radiator fan", int, "%d"
|
||||
entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
|
||||
|
|
|
@ -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 (unknown script) integration/rusefi_config.txt Sun Mar 20 02:45:14 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 20 13:32:37 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -1946,7 +1946,7 @@ sd_present = bits, U32, 0, [0:0]
|
|||
isIgnitionEnabledIndicator = bits, U32, 0, [1:1]
|
||||
isInjectionEnabledIndicator = bits, U32, 0, [2:2]
|
||||
sd_logging_internal = bits, U32, 0, [3:3]
|
||||
isCylinderCleanupActivated = bits, U32, 0, [4:4]
|
||||
unusedb4 = bits, U32, 0, [4:4]
|
||||
isFuelPumpOn = bits, U32, 0, [5:5]
|
||||
isFanOn = bits, U32, 0, [6:6]
|
||||
isO2HeaterOn = bits, U32, 0, [7:7]
|
||||
|
@ -3494,7 +3494,6 @@ entry = sd_present, "sd_present", int, "%d"
|
|||
entry = isIgnitionEnabledIndicator, "isIgnitionEnabledIndicator", int, "%d"
|
||||
entry = isInjectionEnabledIndicator, "isInjectionEnabledIndicator", int, "%d"
|
||||
entry = sd_logging_internal, "sd_logging_internal", int, "%d"
|
||||
entry = isCylinderCleanupActivated, "isCylinderCleanupActivated", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = isFanOn, "radiator fan", int, "%d"
|
||||
entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
|
||||
|
|
|
@ -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 (unknown script) integration/rusefi_config.txt Sun Mar 20 02:45:19 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 20 13:32:42 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -1946,7 +1946,7 @@ sd_present = bits, U32, 0, [0:0]
|
|||
isIgnitionEnabledIndicator = bits, U32, 0, [1:1]
|
||||
isInjectionEnabledIndicator = bits, U32, 0, [2:2]
|
||||
sd_logging_internal = bits, U32, 0, [3:3]
|
||||
isCylinderCleanupActivated = bits, U32, 0, [4:4]
|
||||
unusedb4 = bits, U32, 0, [4:4]
|
||||
isFuelPumpOn = bits, U32, 0, [5:5]
|
||||
isFanOn = bits, U32, 0, [6:6]
|
||||
isO2HeaterOn = bits, U32, 0, [7:7]
|
||||
|
@ -3494,7 +3494,6 @@ entry = sd_present, "sd_present", int, "%d"
|
|||
entry = isIgnitionEnabledIndicator, "isIgnitionEnabledIndicator", int, "%d"
|
||||
entry = isInjectionEnabledIndicator, "isInjectionEnabledIndicator", int, "%d"
|
||||
entry = sd_logging_internal, "sd_logging_internal", int, "%d"
|
||||
entry = isCylinderCleanupActivated, "isCylinderCleanupActivated", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = isFanOn, "radiator fan", int, "%d"
|
||||
entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
|
||||
|
|
|
@ -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 (unknown script) integration/rusefi_config.txt Sun Mar 20 02:45:17 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 20 13:32:40 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -1946,7 +1946,7 @@ sd_present = bits, U32, 0, [0:0]
|
|||
isIgnitionEnabledIndicator = bits, U32, 0, [1:1]
|
||||
isInjectionEnabledIndicator = bits, U32, 0, [2:2]
|
||||
sd_logging_internal = bits, U32, 0, [3:3]
|
||||
isCylinderCleanupActivated = bits, U32, 0, [4:4]
|
||||
unusedb4 = bits, U32, 0, [4:4]
|
||||
isFuelPumpOn = bits, U32, 0, [5:5]
|
||||
isFanOn = bits, U32, 0, [6:6]
|
||||
isO2HeaterOn = bits, U32, 0, [7:7]
|
||||
|
@ -3494,7 +3494,6 @@ entry = sd_present, "sd_present", int, "%d"
|
|||
entry = isIgnitionEnabledIndicator, "isIgnitionEnabledIndicator", int, "%d"
|
||||
entry = isInjectionEnabledIndicator, "isInjectionEnabledIndicator", int, "%d"
|
||||
entry = sd_logging_internal, "sd_logging_internal", int, "%d"
|
||||
entry = isCylinderCleanupActivated, "isCylinderCleanupActivated", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = isFanOn, "radiator fan", int, "%d"
|
||||
entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
|
||||
|
|
|
@ -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 (unknown script) integration/rusefi_config.txt Sun Mar 20 02:45:21 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 20 13:32:44 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -1946,7 +1946,7 @@ sd_present = bits, U32, 0, [0:0]
|
|||
isIgnitionEnabledIndicator = bits, U32, 0, [1:1]
|
||||
isInjectionEnabledIndicator = bits, U32, 0, [2:2]
|
||||
sd_logging_internal = bits, U32, 0, [3:3]
|
||||
isCylinderCleanupActivated = bits, U32, 0, [4:4]
|
||||
unusedb4 = bits, U32, 0, [4:4]
|
||||
isFuelPumpOn = bits, U32, 0, [5:5]
|
||||
isFanOn = bits, U32, 0, [6:6]
|
||||
isO2HeaterOn = bits, U32, 0, [7:7]
|
||||
|
@ -3494,7 +3494,6 @@ entry = sd_present, "sd_present", int, "%d"
|
|||
entry = isIgnitionEnabledIndicator, "isIgnitionEnabledIndicator", int, "%d"
|
||||
entry = isInjectionEnabledIndicator, "isInjectionEnabledIndicator", int, "%d"
|
||||
entry = sd_logging_internal, "sd_logging_internal", int, "%d"
|
||||
entry = isCylinderCleanupActivated, "isCylinderCleanupActivated", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = isFanOn, "radiator fan", int, "%d"
|
||||
entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
|
||||
|
|
|
@ -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 (unknown script) integration/rusefi_config.txt Sun Mar 20 02:45:31 UTC 2022
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 20 13:32:52 UTC 2022
|
||||
|
||||
pageSize = 21012
|
||||
page = 1
|
||||
|
@ -1946,7 +1946,7 @@ sd_present = bits, U32, 0, [0:0]
|
|||
isIgnitionEnabledIndicator = bits, U32, 0, [1:1]
|
||||
isInjectionEnabledIndicator = bits, U32, 0, [2:2]
|
||||
sd_logging_internal = bits, U32, 0, [3:3]
|
||||
isCylinderCleanupActivated = bits, U32, 0, [4:4]
|
||||
unusedb4 = bits, U32, 0, [4:4]
|
||||
isFuelPumpOn = bits, U32, 0, [5:5]
|
||||
isFanOn = bits, U32, 0, [6:6]
|
||||
isO2HeaterOn = bits, U32, 0, [7:7]
|
||||
|
@ -3494,7 +3494,6 @@ entry = sd_present, "sd_present", int, "%d"
|
|||
entry = isIgnitionEnabledIndicator, "isIgnitionEnabledIndicator", int, "%d"
|
||||
entry = isInjectionEnabledIndicator, "isInjectionEnabledIndicator", int, "%d"
|
||||
entry = sd_logging_internal, "sd_logging_internal", int, "%d"
|
||||
entry = isCylinderCleanupActivated, "isCylinderCleanupActivated", int, "%d"
|
||||
entry = isFuelPumpOn, "isFuelPumpOn", int, "%d"
|
||||
entry = isFanOn, "radiator fan", int, "%d"
|
||||
entry = isO2HeaterOn, "isO2HeaterOn", int, "%d"
|
||||
|
|
Loading…
Reference in New Issue