Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-02-20 16:40:01 +00:00
parent bb3b43f038
commit 08e8dbef79
43 changed files with 309 additions and 122 deletions

View File

@ -542,5 +542,6 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"

View File

@ -373,6 +373,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -30,4 +30,6 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2

View File

@ -729,6 +729,7 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356

View File

@ -517,6 +517,6 @@ alignmentFill_at_10("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, Field
dcOutput0("DC: output0", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1336, 1.0, 0.0, 10.0, "per"),
isEnabled0_int("DC: en0", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1340, 1.0, 0.0, 10.0, "per"),
alignmentFill_at_5("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1341, 1.0, -20.0, 100.0, "units"),
value1("value1", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1348, 1.0, -1.0, -1.0, ""),
alignmentFill_at_2("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1350, 1.0, -20.0, 100.0, "units"),
value0("ETB: SENT value0", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1348, 1.0, 0.0, 3.0, "value"),
value1("ETB: SENT value1", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1350, 1.0, 0.0, 3.0, "value"),
errorRate("ETB: SENT error rate", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1352, 1.0, 0.0, 3.0, "ratio"),

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/sensors//sent_state.txt Wed Feb 15 00:55:51 UTC 2023
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/sensors//sent_state.txt Mon Feb 20 16:39:15 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -6,15 +6,17 @@
// start of sent_state_s
struct sent_state_s {
/**
* "ETB: SENT value0"
value
* offset 0
*/
uint16_t value1 = (uint16_t)0;
uint16_t value0 = (uint16_t)0;
/**
* need 4 byte alignment
units
* "ETB: SENT value1"
value
* offset 2
*/
uint8_t alignmentFill_at_2[2];
uint16_t value1 = (uint16_t)0;
/**
* "ETB: SENT error rate"
ratio
@ -25,4 +27,4 @@ struct sent_state_s {
static_assert(sizeof(sent_state_s) == 8);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/sensors//sent_state.txt Wed Feb 15 00:55:51 UTC 2023
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/sensors//sent_state.txt Mon Feb 20 16:39:15 UTC 2023

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:43 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:58 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5797,6 +5801,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:24 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:42 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5795,6 +5799,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:30:55 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:19 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5791,6 +5795,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:30:57 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:20 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5794,6 +5798,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:30:58 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:21 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5794,6 +5798,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:40 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:55 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5797,6 +5801,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:23 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:41 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5795,6 +5799,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon Feb 20 16:30:53 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon Feb 20 16:39:16 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5797,6 +5801,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:37 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:53 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5797,6 +5801,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:39 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:54 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5797,6 +5801,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:28 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:46 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5797,6 +5801,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:00 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:22 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5794,6 +5798,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:15 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:35 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5794,6 +5798,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:06 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:27 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5794,6 +5798,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:14 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:33 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5794,6 +5798,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:05 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:26 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5794,6 +5798,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:03 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:25 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5794,6 +5798,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:01 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:23 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5794,6 +5798,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:08 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:28 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5794,6 +5798,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:11 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:31 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5794,6 +5798,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:12 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:32 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5792,6 +5796,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:09 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:30 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5794,6 +5798,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:17 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:36 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5794,6 +5798,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:18 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:37 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5794,6 +5798,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon Feb 20 16:30:51 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon Feb 20 16:39:15 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5797,6 +5801,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:26 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:43 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5794,6 +5798,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:21 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:40 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5795,6 +5799,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:20 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:39 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5795,6 +5799,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:31 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:48 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5791,6 +5795,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:30 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:47 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5791,6 +5795,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:34 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:51 UTC 2023
pageSize = 26432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5791,6 +5795,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:33 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:49 UTC 2023
pageSize = 26432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5791,6 +5795,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:36 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:52 UTC 2023
pageSize = 26432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5791,6 +5795,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:27 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:45 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5794,6 +5798,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Mon Feb 20 16:30:54 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 Mon Feb 20 16:39:17 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5793,6 +5797,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:31:41 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 20 16:39:57 UTC 2023
pageSize = 22432
page = 1
@ -2951,7 +2951,8 @@ dcOutput0 = scalar, F32, 1336, "per", 1,0
isEnabled0_int = scalar, U08, 1340, "per", 1,0
isEnabled0 = bits, U32, 1344, [0:0]
; total TS size = 1348
value1 = scalar, U16, 1348, "", 1, 0
value0 = scalar, U16, 1348, "value", 1,0
value1 = scalar, U16, 1350, "value", 1,0
errorRate = scalar, F32, 1352, "ratio", 1,0
; total TS size = 1356
@ -3977,6 +3978,8 @@ etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
@ -4909,7 +4912,8 @@ entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
entry = value1, "value1", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
@ -5797,6 +5801,7 @@ dialog = dc_motorsDialog, "dc_motors"
dialog = sent_stateDialog, "sent_state"
liveGraph = sent_state_1_Graph, "Graph", South
graphLine = value0
graphLine = value1
graphLine = errorRate

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/sensors//sent_state.txt Sun Feb 19 03:53:01 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/sensors//sent_state.txt Mon Feb 20 16:39:15 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -404,12 +404,12 @@ public class SentState {
public static final int VM_VVT_INACTIVE = 0;
public static final int VR_THRESHOLD_COUNT = 2;
public static final int WWAE_TABLE_SIZE = 8;
public static final Field VALUE1 = Field.create("VALUE1", 0, FieldType.INT16).setScale(1.0).setBaseOffset(1348);
public static final Field ALIGNMENTFILL_AT_2 = Field.create("ALIGNMENTFILL_AT_2", 2, FieldType.INT8).setScale(1.0).setBaseOffset(1348);
public static final Field VALUE0 = Field.create("VALUE0", 0, FieldType.INT16).setScale(1.0).setBaseOffset(1348);
public static final Field VALUE1 = Field.create("VALUE1", 2, FieldType.INT16).setScale(1.0).setBaseOffset(1348);
public static final Field ERRORRATE = Field.create("ERRORRATE", 4, FieldType.FLOAT).setBaseOffset(1348);
public static final Field[] VALUES = {
VALUE0,
VALUE1,
ALIGNMENTFILL_AT_2,
ERRORRATE,
};
}