Auto-generated configs and docs
This commit is contained in:
parent
2ef282a17b
commit
1e4e6edb2d
|
@ -567,12 +567,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -756,7 +756,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
|
|
@ -536,13 +536,13 @@ etbPpsErrorCounter("ETB pedal error counter", SensorCategory.SENSOR_INPUTS, Fiel
|
|||
etbErrorCode("etbErrorCode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1340, 1.0, -1.0, -1.0, ""),
|
||||
alignmentFill_at_49("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1341, 1.0, -20.0, 100.0, "units"),
|
||||
jamTimer("ETB jam timer", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1342, 0.01, 0.0, 100.0, "sec"),
|
||||
faultCode("faultCode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1344, 1.0, -1.0, -1.0, ""),
|
||||
heaterDuty("heaterDuty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1345, 1.0, 0.0, 100.0, "%"),
|
||||
pumpDuty("pumpDuty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1346, 1.0, 0.0, 100.0, "%"),
|
||||
faultCode("WBO: Fault code", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1344, 1.0, -1.0, -1.0, ""),
|
||||
heaterDuty("WBO: Heater duty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1345, 1.0, 0.0, 100.0, "%"),
|
||||
pumpDuty("WBO: Pump duty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1346, 1.0, 0.0, 100.0, "%"),
|
||||
alignmentFill_at_3("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1347, 1.0, -20.0, 100.0, "units"),
|
||||
tempC("tempC", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1348, 1.0, 500.0, 1000.0, "C"),
|
||||
nernstVoltage("nernstVoltage", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1350, 0.001, 0.0, 1.0, "V"),
|
||||
esr("esr", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1352, 1.0, -1.0, -1.0, ""),
|
||||
tempC("WBO: Temperature", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1348, 1.0, 500.0, 1000.0, "C"),
|
||||
nernstVoltage("WBO: Nernst Voltage", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1350, 0.001, 0.0, 1.0, "V"),
|
||||
esr("WBO: ESR", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1352, 1.0, 0.0, 10000.0, "ohm"),
|
||||
alignmentFill_at_10("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1354, 1.0, -20.0, 100.0, "units"),
|
||||
dcOutput0("DC: output0", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1356, 1.0, 0.0, 10.0, "per"),
|
||||
isEnabled0_int("DC: en0", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1360, 1.0, 0.0, 10.0, "per"),
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/sensors//wideband_state.txt Wed Oct 12 01:02:23 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/sensors//wideband_state.txt Fri May 05 19:02:07 UTC 2023
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -6,15 +6,18 @@
|
|||
// start of wideband_state_s
|
||||
struct wideband_state_s {
|
||||
/**
|
||||
* WBO: Fault code
|
||||
* offset 0
|
||||
*/
|
||||
uint8_t faultCode = (uint8_t)0;
|
||||
/**
|
||||
* WBO: Heater duty
|
||||
%
|
||||
* offset 1
|
||||
*/
|
||||
uint8_t heaterDuty = (uint8_t)0;
|
||||
/**
|
||||
* WBO: Pump duty
|
||||
%
|
||||
* offset 2
|
||||
*/
|
||||
|
@ -26,16 +29,20 @@ struct wideband_state_s {
|
|||
*/
|
||||
uint8_t alignmentFill_at_3[1];
|
||||
/**
|
||||
* WBO: Temperature
|
||||
C
|
||||
* offset 4
|
||||
*/
|
||||
uint16_t tempC = (uint16_t)0;
|
||||
/**
|
||||
* WBO: Nernst Voltage
|
||||
V
|
||||
* offset 6
|
||||
*/
|
||||
scaled_channel<uint16_t, 1000, 1> nernstVoltage = (uint16_t)0;
|
||||
/**
|
||||
* WBO: ESR
|
||||
ohm
|
||||
* offset 8
|
||||
*/
|
||||
uint16_t esr = (uint16_t)0;
|
||||
|
@ -49,4 +56,4 @@ struct wideband_state_s {
|
|||
static_assert(sizeof(wideband_state_s) == 12);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/sensors//wideband_state.txt Wed Oct 12 01:02:23 UTC 2022
|
||||
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/sensors//wideband_state.txt Fri May 05 19:02:07 UTC 2023
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:37:04 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:55 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:44 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:35 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:19 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:11 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:21 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:12 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:22 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:13 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:37:01 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:52 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:43 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:34 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Fri May 05 18:36:17 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Fri May 05 19:02:09 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:55 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:46 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:56 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:48 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:48 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:39 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:23 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:15 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:37 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:28 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:29 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:20 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:35 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:27 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:27 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:19 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:26 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:17 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:25 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:16 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:30 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:21 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:33 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:24 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:34 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:25 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:32 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:23 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:38 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:29 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:39 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:30 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Fri May 05 18:36:16 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Fri May 05 19:02:08 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:45 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:37 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:42 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:33 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5049,12 +5049,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:40 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:32 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5049,12 +5049,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:57 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:49 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:59 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:50 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:37:00 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:51 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:50 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:41 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:49 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:40 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:52 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:44 UTC 2023
|
||||
|
||||
pageSize = 27176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:51 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:43 UTC 2023
|
||||
|
||||
pageSize = 27176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:54 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:45 UTC 2023
|
||||
|
||||
pageSize = 27176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:36:47 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:38 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Fri May 05 18:36:18 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Fri May 05 19:02:10 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
|
@ -87,7 +87,7 @@ enable2ndByteCanID = false
|
|||
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 18:37:02 UTC 2023
|
||||
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 19:02:53 UTC 2023
|
||||
|
||||
pageSize = 23176
|
||||
page = 1
|
||||
|
@ -2984,7 +2984,7 @@ heaterDuty = scalar, U08, 1345, "%", 1, 0
|
|||
pumpDuty = scalar, U08, 1346, "%", 1, 0
|
||||
tempC = scalar, U16, 1348, "C", 1, 0
|
||||
nernstVoltage = scalar, U16, 1350, "V", 0.001, 0
|
||||
esr = scalar, U16, 1352, "", 1, 0
|
||||
esr = scalar, U16, 1352, "ohm", 1, 0
|
||||
; total TS size = 1356
|
||||
dcOutput0 = scalar, F32, 1356, "per", 1,0
|
||||
isEnabled0_int = scalar, U08, 1360, "per", 1,0
|
||||
|
@ -5048,12 +5048,12 @@ entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
|
|||
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
|
||||
entry = etbErrorCode, "etbErrorCode", int, "%d"
|
||||
entry = jamTimer, "ETB jam timer", float, "%.3f"
|
||||
entry = faultCode, "faultCode", int, "%d"
|
||||
entry = heaterDuty, "heaterDuty", int, "%d"
|
||||
entry = pumpDuty, "pumpDuty", int, "%d"
|
||||
entry = tempC, "tempC", int, "%d"
|
||||
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
|
||||
entry = esr, "esr", int, "%d"
|
||||
entry = faultCode, "WBO: Fault code", int, "%d"
|
||||
entry = heaterDuty, "WBO: Heater duty", int, "%d"
|
||||
entry = pumpDuty, "WBO: Pump duty", int, "%d"
|
||||
entry = tempC, "WBO: Temperature", int, "%d"
|
||||
entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f"
|
||||
entry = esr, "WBO: ESR", int, "%d"
|
||||
entry = dcOutput0, "DC: output0", float, "%.3f"
|
||||
entry = isEnabled0_int, "DC: en0", int, "%d"
|
||||
entry = isEnabled0, "isEnabled0", int, "%d"
|
||||
|
|
Loading…
Reference in New Issue