Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2022-11-28 03:49:25 +00:00
parent 2b9164b7a4
commit 740425611f
77 changed files with 674 additions and 493 deletions

View File

@ -1027,7 +1027,7 @@
#define SENT_INPUT_COUNT 1
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH snap_7609
#define SIGNATURE_HASH snap_4734
#define specs_s_size 12
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
@ -1301,12 +1301,12 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI 2022.11.28.cypress.snap_7609"
#define TS_SIGNATURE "rusEFI 2022.11.28.cypress.snap_4734"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'
#define TS_TEST_COMMAND_char t
#define TS_TOTAL_OUTPUT_SIZE 1264
#define TS_TOTAL_OUTPUT_SIZE 1268
#define TsCalMode_EtbKd 5
#define TsCalMode_EtbKi 4
#define TsCalMode_EtbKp 3

View File

@ -1027,7 +1027,7 @@
#define SENT_INPUT_COUNT 1
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH snap_49013
#define SIGNATURE_HASH snap_45234
#define specs_s_size 12
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
@ -1301,12 +1301,12 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI 2022.11.28.kin.snap_49013"
#define TS_SIGNATURE "rusEFI 2022.11.28.kin.snap_45234"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'
#define TS_TEST_COMMAND_char t
#define TS_TOTAL_OUTPUT_SIZE 1264
#define TS_TOTAL_OUTPUT_SIZE 1268
#define TsCalMode_EtbKd 5
#define TsCalMode_EtbKi 4
#define TsCalMode_EtbKp 3

View File

@ -993,7 +993,7 @@
#define show_Frankenso_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH snap_50275
#define SIGNATURE_HASH snap_52132
#define specs_s_size 12
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
@ -1268,12 +1268,12 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI 2022.11.28.subaru_eg33_f7.snap_50275"
#define TS_SIGNATURE "rusEFI 2022.11.28.subaru_eg33_f7.snap_52132"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'
#define TS_TEST_COMMAND_char t
#define TS_TOTAL_OUTPUT_SIZE 1264
#define TS_TOTAL_OUTPUT_SIZE 1268
#define TsCalMode_EtbKd 5
#define TsCalMode_EtbKi 4
#define TsCalMode_EtbKp 3

View File

@ -492,6 +492,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"

View File

@ -314,6 +314,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -678,11 +678,12 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268

View File

@ -483,11 +483,13 @@ etbIntegralError("etbIntegralError", SensorCategory.SENSOR_INPUTS, FieldType.INT
etbCurrentTarget("etbCurrentTarget", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1236, 1.0, -10000.0, 10000.0, "%"),
etbCurrentAdjustedTarget("etbCurrentAdjustedTarget", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1240, 1.0, -10000.0, 10000.0, "%"),
etbDutyRateOfChange("etbDutyRateOfChange", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1248, 1.0, -1.0, -1.0, ""),
faultCode("faultCode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1252, 1.0, -1.0, -1.0, ""),
heaterDuty("heaterDuty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1253, 1.0, 0.0, 100.0, "%"),
pumpDuty("pumpDuty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1254, 1.0, 0.0, 100.0, "%"),
alignmentFill_at_3("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1255, 1.0, -20.0, 100.0, "units"),
tempC("tempC", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1256, 1.0, 500.0, 1000.0, "C"),
nernstVoltage("nernstVoltage", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1258, 0.001, 0.0, 1.0, "V"),
esr("esr", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1260, 1.0, -1.0, -1.0, ""),
alignmentFill_at_10("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1262, 1.0, -20.0, 100.0, "units"),
etbInputErrorCounter("ETB inputs error counter", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1252, 1.0, -1.0, -1.0, ""),
alignmentFill_at_38("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1254, 1.0, -20.0, 100.0, "units"),
faultCode("faultCode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1256, 1.0, -1.0, -1.0, ""),
heaterDuty("heaterDuty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1257, 1.0, 0.0, 100.0, "%"),
pumpDuty("pumpDuty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1258, 1.0, 0.0, 100.0, "%"),
alignmentFill_at_3("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1259, 1.0, -20.0, 100.0, "units"),
tempC("tempC", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1260, 1.0, 500.0, 1000.0, "C"),
nernstVoltage("nernstVoltage", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1262, 0.001, 0.0, 1.0, "V"),
esr("esr", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1264, 1.0, -1.0, -1.0, ""),
alignmentFill_at_10("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1266, 1.0, -20.0, 100.0, "units"),

View File

@ -1,2 +1,2 @@
// generated by gen_live_documentation.sh / LiveDataProcessor.java
#define TS_TOTAL_OUTPUT_SIZE 1264
#define TS_TOTAL_OUTPUT_SIZE 1268

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/electronic_throttle.txt Sun Nov 27 23:27:34 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/electronic_throttle.txt Mon Nov 28 03:48:35 UTC 2022
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -138,8 +138,19 @@ struct electronic_throttle_s {
* offset 32
*/
float etbDutyRateOfChange = (float)0;
/**
* "ETB inputs error counter"
* offset 36
*/
uint16_t etbInputErrorCounter = (uint16_t)0;
/**
* need 4 byte alignment
units
* offset 38
*/
uint8_t alignmentFill_at_38[2];
};
static_assert(sizeof(electronic_throttle_s) == 36);
static_assert(sizeof(electronic_throttle_s) == 40);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/electronic_throttle.txt Sun Nov 27 23:27:34 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/electronic_throttle.txt Mon Nov 28 03:48:35 UTC 2022

View File

@ -1027,7 +1027,7 @@
#define SENT_INPUT_COUNT 1
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH snap_7609
#define SIGNATURE_HASH snap_4734
#define specs_s_size 12
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
@ -1301,12 +1301,12 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI 2022.11.28.all.snap_7609"
#define TS_SIGNATURE "rusEFI 2022.11.28.all.snap_4734"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'
#define TS_TEST_COMMAND_char t
#define TS_TOTAL_OUTPUT_SIZE 1264
#define TS_TOTAL_OUTPUT_SIZE 1268
#define TsCalMode_EtbKd 5
#define TsCalMode_EtbKi 4
#define TsCalMode_EtbKp 3

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_5622
#define TS_SIGNATURE "rusEFI 2022.11.28.48way.snap_5622"
#define SIGNATURE_HASH snap_6705
#define TS_SIGNATURE "rusEFI 2022.11.28.48way.snap_6705"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_7609
#define TS_SIGNATURE "rusEFI 2022.11.28.all.snap_7609"
#define SIGNATURE_HASH snap_4734
#define TS_SIGNATURE "rusEFI 2022.11.28.all.snap_4734"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_32981
#define TS_SIGNATURE "rusEFI 2022.11.28.alphax-2chan.snap_32981"
#define SIGNATURE_HASH snap_36626
#define TS_SIGNATURE "rusEFI 2022.11.28.alphax-2chan.snap_36626"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_56886
#define TS_SIGNATURE "rusEFI 2022.11.28.alphax-4chan.snap_56886"
#define SIGNATURE_HASH snap_53745
#define TS_SIGNATURE "rusEFI 2022.11.28.alphax-4chan.snap_53745"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_59550
#define TS_SIGNATURE "rusEFI 2022.11.28.atlas.snap_59550"
#define SIGNATURE_HASH snap_59225
#define TS_SIGNATURE "rusEFI 2022.11.28.atlas.snap_59225"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_19520
#define TS_SIGNATURE "rusEFI 2022.11.28.core8.snap_19520"
#define SIGNATURE_HASH snap_17287
#define TS_SIGNATURE "rusEFI 2022.11.28.core8.snap_17287"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat by SignatureConsumer
//
#define SIGNATURE_HASH snap_7609
#define TS_SIGNATURE "rusEFI 2022.11.28.cypress.snap_7609"
#define SIGNATURE_HASH snap_4734
#define TS_SIGNATURE "rusEFI 2022.11.28.cypress.snap_4734"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_7609
#define TS_SIGNATURE "rusEFI 2022.11.28.f407-discovery.snap_7609"
#define SIGNATURE_HASH snap_4734
#define TS_SIGNATURE "rusEFI 2022.11.28.f407-discovery.snap_4734"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_7609
#define TS_SIGNATURE "rusEFI 2022.11.28.f429-discovery.snap_7609"
#define SIGNATURE_HASH snap_4734
#define TS_SIGNATURE "rusEFI 2022.11.28.f429-discovery.snap_4734"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_57725
#define TS_SIGNATURE "rusEFI 2022.11.28.frankenso_na6.snap_57725"
#define SIGNATURE_HASH snap_61114
#define TS_SIGNATURE "rusEFI 2022.11.28.frankenso_na6.snap_61114"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_23366
#define TS_SIGNATURE "rusEFI 2022.11.28.harley81.snap_23366"
#define SIGNATURE_HASH snap_21633
#define TS_SIGNATURE "rusEFI 2022.11.28.harley81.snap_21633"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_32445
#define TS_SIGNATURE "rusEFI 2022.11.28.hellen-gm-e67.snap_32445"
#define SIGNATURE_HASH snap_29050
#define TS_SIGNATURE "rusEFI 2022.11.28.hellen-gm-e67.snap_29050"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_11381
#define TS_SIGNATURE "rusEFI 2022.11.28.hellen-nb1.snap_11381"
#define SIGNATURE_HASH snap_9138
#define TS_SIGNATURE "rusEFI 2022.11.28.hellen-nb1.snap_9138"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_4293
#define TS_SIGNATURE "rusEFI 2022.11.28.hellen121nissan.snap_4293"
#define SIGNATURE_HASH snap_7938
#define TS_SIGNATURE "rusEFI 2022.11.28.hellen121nissan.snap_7938"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_35492
#define TS_SIGNATURE "rusEFI 2022.11.28.hellen121vag.snap_35492"
#define SIGNATURE_HASH snap_34147
#define TS_SIGNATURE "rusEFI 2022.11.28.hellen121vag.snap_34147"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_24706
#define TS_SIGNATURE "rusEFI 2022.11.28.hellen128.snap_24706"
#define SIGNATURE_HASH snap_28485
#define TS_SIGNATURE "rusEFI 2022.11.28.hellen128.snap_28485"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_10074
#define TS_SIGNATURE "rusEFI 2022.11.28.hellen154hyundai.snap_10074"
#define SIGNATURE_HASH snap_10397
#define TS_SIGNATURE "rusEFI 2022.11.28.hellen154hyundai.snap_10397"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_4914
#define TS_SIGNATURE "rusEFI 2022.11.28.hellen72.snap_4914"
#define SIGNATURE_HASH snap_7413
#define TS_SIGNATURE "rusEFI 2022.11.28.hellen72.snap_7413"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_50611
#define TS_SIGNATURE "rusEFI 2022.11.28.hellen81.snap_50611"
#define SIGNATURE_HASH snap_51828
#define TS_SIGNATURE "rusEFI 2022.11.28.hellen81.snap_51828"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_3701
#define TS_SIGNATURE "rusEFI 2022.11.28.hellen88bmw.snap_3701"
#define SIGNATURE_HASH snap_434
#define TS_SIGNATURE "rusEFI 2022.11.28.hellen88bmw.snap_434"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_44174
#define TS_SIGNATURE "rusEFI 2022.11.28.hellenNA6.snap_44174"
#define SIGNATURE_HASH snap_41801
#define TS_SIGNATURE "rusEFI 2022.11.28.hellenNA6.snap_41801"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_44113
#define TS_SIGNATURE "rusEFI 2022.11.28.hellenNA8_96.snap_44113"
#define SIGNATURE_HASH snap_41878
#define TS_SIGNATURE "rusEFI 2022.11.28.hellenNA8_96.snap_41878"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat by SignatureConsumer
//
#define SIGNATURE_HASH snap_49013
#define TS_SIGNATURE "rusEFI 2022.11.28.kin.snap_49013"
#define SIGNATURE_HASH snap_45234
#define TS_SIGNATURE "rusEFI 2022.11.28.kin.snap_45234"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_31417
#define TS_SIGNATURE "rusEFI 2022.11.28.mre_f4.snap_31417"
#define SIGNATURE_HASH snap_30078
#define TS_SIGNATURE "rusEFI 2022.11.28.mre_f4.snap_30078"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_31417
#define TS_SIGNATURE "rusEFI 2022.11.28.mre_f7.snap_31417"
#define SIGNATURE_HASH snap_30078
#define TS_SIGNATURE "rusEFI 2022.11.28.mre_f7.snap_30078"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_50271
#define TS_SIGNATURE "rusEFI 2022.11.28.prometheus_405.snap_50271"
#define SIGNATURE_HASH snap_52120
#define TS_SIGNATURE "rusEFI 2022.11.28.prometheus_405.snap_52120"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_50271
#define TS_SIGNATURE "rusEFI 2022.11.28.prometheus_469.snap_50271"
#define SIGNATURE_HASH snap_52120
#define TS_SIGNATURE "rusEFI 2022.11.28.prometheus_469.snap_52120"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_56015
#define TS_SIGNATURE "rusEFI 2022.11.28.proteus_f4.snap_56015"
#define SIGNATURE_HASH snap_54536
#define TS_SIGNATURE "rusEFI 2022.11.28.proteus_f4.snap_54536"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_56015
#define TS_SIGNATURE "rusEFI 2022.11.28.proteus_f7.snap_56015"
#define SIGNATURE_HASH snap_54536
#define TS_SIGNATURE "rusEFI 2022.11.28.proteus_f7.snap_54536"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_56015
#define TS_SIGNATURE "rusEFI 2022.11.28.proteus_h7.snap_56015"
#define SIGNATURE_HASH snap_54536
#define TS_SIGNATURE "rusEFI 2022.11.28.proteus_h7.snap_54536"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_50275
#define TS_SIGNATURE "rusEFI 2022.11.28.subaru_eg33_f7.snap_50275"
#define SIGNATURE_HASH snap_52132
#define TS_SIGNATURE "rusEFI 2022.11.28.subaru_eg33_f7.snap_52132"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_54253
#define TS_SIGNATURE "rusEFI 2022.11.28.tdg-pdm8.snap_54253"
#define SIGNATURE_HASH snap_56362
#define TS_SIGNATURE "rusEFI 2022.11.28.tdg-pdm8.snap_56362"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.all.snap_7609"
signature = "rusEFI 2022.11.28.all.snap_4734"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.all.snap_7609" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.all.snap_4734" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:00:36 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:49:12 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5494,6 +5497,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.48way.snap_5622"
signature = "rusEFI 2022.11.28.48way.snap_6705"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.48way.snap_5622" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.48way.snap_6705" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:00:21 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:48:59 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5492,6 +5495,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.alphax-2chan.snap_32981"
signature = "rusEFI 2022.11.28.alphax-2chan.snap_36626"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.alphax-2chan.snap_32981" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.alphax-2chan.snap_36626" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:30:15 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:48:39 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5488,6 +5491,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.alphax-4chan.snap_56886"
signature = "rusEFI 2022.11.28.alphax-4chan.snap_53745"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.alphax-4chan.snap_56886" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.alphax-4chan.snap_53745" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:30:17 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:48:40 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5491,6 +5494,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.atlas.snap_59550"
signature = "rusEFI 2022.11.28.atlas.snap_59225"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.atlas.snap_59550" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.atlas.snap_59225" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:00:33 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:49:10 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5494,6 +5497,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.core8.snap_19520"
signature = "rusEFI 2022.11.28.core8.snap_17287"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.core8.snap_19520" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.core8.snap_17287" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:00:19 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:48:58 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5492,6 +5495,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.cypress.snap_7609"
signature = "rusEFI 2022.11.28.cypress.snap_4734"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.cypress.snap_7609" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.cypress.snap_4734" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:30:13 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon Nov 28 03:48:37 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5494,6 +5497,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.f407-discovery.snap_7609"
signature = "rusEFI 2022.11.28.f407-discovery.snap_4734"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.f407-discovery.snap_7609" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.f407-discovery.snap_4734" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:00:31 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:49:08 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5494,6 +5497,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.f429-discovery.snap_7609"
signature = "rusEFI 2022.11.28.f429-discovery.snap_4734"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.f429-discovery.snap_7609" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.f429-discovery.snap_4734" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:00:32 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:49:09 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5494,6 +5497,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.frankenso_na6.snap_57725"
signature = "rusEFI 2022.11.28.frankenso_na6.snap_61114"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.frankenso_na6.snap_57725" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.frankenso_na6.snap_61114" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:00:22 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:49:00 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5494,6 +5497,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.harley81.snap_23366"
signature = "rusEFI 2022.11.28.harley81.snap_21633"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.harley81.snap_23366" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.harley81.snap_21633" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:30:18 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:48:41 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5491,6 +5494,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.hellen-gm-e67.snap_32445"
signature = "rusEFI 2022.11.28.hellen-gm-e67.snap_29050"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.hellen-gm-e67.snap_32445" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.hellen-gm-e67.snap_29050" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:00:12 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:48:52 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5491,6 +5494,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.hellen-nb1.snap_11381"
signature = "rusEFI 2022.11.28.hellen-nb1.snap_9138"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.hellen-nb1.snap_11381" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.hellen-nb1.snap_9138" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:00:10 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:48:51 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5491,6 +5494,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.hellen121nissan.snap_4293"
signature = "rusEFI 2022.11.28.hellen121nissan.snap_7938"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.hellen121nissan.snap_4293" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.hellen121nissan.snap_7938" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:00:03 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:48:45 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5491,6 +5494,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.hellen121vag.snap_35492"
signature = "rusEFI 2022.11.28.hellen121vag.snap_34147"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.hellen121vag.snap_35492" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.hellen121vag.snap_34147" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:00:02 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:48:44 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5491,6 +5494,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.hellen128.snap_24706"
signature = "rusEFI 2022.11.28.hellen128.snap_28485"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.hellen128.snap_24706" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.hellen128.snap_28485" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:00:00 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:48:42 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5491,6 +5494,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.hellen154hyundai.snap_10074"
signature = "rusEFI 2022.11.28.hellen154hyundai.snap_10397"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.hellen154hyundai.snap_10074" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.hellen154hyundai.snap_10397" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:00:05 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:48:46 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5491,6 +5494,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.hellen72.snap_4914"
signature = "rusEFI 2022.11.28.hellen72.snap_7413"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.hellen72.snap_4914" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.hellen72.snap_7413" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:00:07 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:48:49 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5491,6 +5494,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.hellen81.snap_50611"
signature = "rusEFI 2022.11.28.hellen81.snap_51828"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.hellen81.snap_50611" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.hellen81.snap_51828" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:00:09 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:48:50 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5489,6 +5492,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.hellen88bmw.snap_3701"
signature = "rusEFI 2022.11.28.hellen88bmw.snap_434"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.hellen88bmw.snap_3701" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.hellen88bmw.snap_434" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:00:06 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:48:47 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5491,6 +5494,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.hellenNA6.snap_44174"
signature = "rusEFI 2022.11.28.hellenNA6.snap_41801"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.hellenNA6.snap_44174" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.hellenNA6.snap_41801" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:00:13 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:48:53 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5491,6 +5494,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.hellenNA8_96.snap_44113"
signature = "rusEFI 2022.11.28.hellenNA8_96.snap_41878"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.hellenNA8_96.snap_44113" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.hellenNA8_96.snap_41878" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:00:15 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:48:54 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5491,6 +5494,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.kin.snap_49013"
signature = "rusEFI 2022.11.28.kin.snap_45234"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.kin.snap_49013" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.kin.snap_45234" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:30:12 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon Nov 28 03:48:36 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5494,6 +5497,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.mre_f4.snap_31417"
signature = "rusEFI 2022.11.28.mre_f4.snap_30078"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.mre_f4.snap_31417" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.mre_f4.snap_30078" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:00:18 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:48:57 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5492,6 +5495,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.mre_f7.snap_31417"
signature = "rusEFI 2022.11.28.mre_f7.snap_30078"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.mre_f7.snap_31417" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.mre_f7.snap_30078" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:00:16 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:48:56 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5492,6 +5495,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.prometheus_405.snap_50271"
signature = "rusEFI 2022.11.28.prometheus_405.snap_52120"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.prometheus_405.snap_50271" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.prometheus_405.snap_52120" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:00:25 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:49:03 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5488,6 +5491,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.prometheus_469.snap_50271"
signature = "rusEFI 2022.11.28.prometheus_469.snap_52120"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.prometheus_469.snap_50271" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.prometheus_469.snap_52120" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:00:24 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:49:02 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5488,6 +5491,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.proteus_f4.snap_56015"
signature = "rusEFI 2022.11.28.proteus_f4.snap_54536"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.proteus_f4.snap_56015" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.proteus_f4.snap_54536" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:00:28 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:49:05 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5488,6 +5491,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.proteus_f7.snap_56015"
signature = "rusEFI 2022.11.28.proteus_f7.snap_54536"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.proteus_f7.snap_56015" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.proteus_f7.snap_54536" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:00:26 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:49:04 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5488,6 +5491,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.proteus_h7.snap_56015"
signature = "rusEFI 2022.11.28.proteus_h7.snap_54536"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.proteus_h7.snap_56015" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.proteus_h7.snap_54536" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:00:29 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:49:06 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5488,6 +5491,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.subaru_eg33_f7.snap_50275"
signature = "rusEFI 2022.11.28.subaru_eg33_f7.snap_52132"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.subaru_eg33_f7.snap_50275" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.subaru_eg33_f7.snap_52132" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:30:14 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Mon Nov 28 03:48:38 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5490,6 +5493,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.28.tdg-pdm8.snap_54253"
signature = "rusEFI 2022.11.28.tdg-pdm8.snap_56362"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.28.tdg-pdm8.snap_54253" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.28.tdg-pdm8.snap_56362" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -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 Nov 28 00:00:35 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:49:11 UTC 2022
pageSize = 22800
page = 1
@ -2128,7 +2128,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1264
ochBlockSize = 1268
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,14 +2819,15 @@ etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
; total TS size = 1252
faultCode = scalar, U08, 1252, "", 1, 0
heaterDuty = scalar, U08, 1253, "%", 1, 0
pumpDuty = scalar, U08, 1254, "%", 1, 0
tempC = scalar, U16, 1256, "C", 1, 0
nernstVoltage = scalar, U16, 1258, "V", 0.001, 0
esr = scalar, U16, 1260, "", 1, 0
; total TS size = 1264
etbInputErrorCounter = scalar, U16, 1252, "", 1, 0
; total TS size = 1256
faultCode = scalar, U08, 1256, "", 1, 0
heaterDuty = scalar, U08, 1257, "%", 1, 0
pumpDuty = scalar, U08, 1258, "%", 1, 0
tempC = scalar, U16, 1260, "C", 1, 0
nernstVoltage = scalar, U16, 1262, "V", 0.001, 0
esr = scalar, U16, 1264, "", 1, 0
; total TS size = 1268
time = { timeNow }
@ -3986,6 +3987,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbErrorGauge = etb1Error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty ROC", "", -100, 100, -75, -50, 50, 75, 0, 3
etbInputErrorCounterGauge = etbInputErrorCounter, "ETB input error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4662,6 +4664,7 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5494,6 +5497,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbInputErrorCounter
dialog = wideband_stateDialog, "wideband_state"

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/actuators/electronic_throttle.txt Sun Nov 27 23:27:34 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/electronic_throttle.txt Mon Nov 28 03:48:35 UTC 2022
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -15,6 +15,8 @@ public class ElectronicThrottle {
public static final Field ETBCURRENTADJUSTEDTARGET = Field.create("ETBCURRENTADJUSTEDTARGET", 24, FieldType.FLOAT).setBaseOffset(1216);
public static final Field ETBREVLIMITACTIVE = Field.create("ETBREVLIMITACTIVE", 28, FieldType.BIT, 0).setBaseOffset(1216);
public static final Field ETBDUTYRATEOFCHANGE = Field.create("ETBDUTYRATEOFCHANGE", 32, FieldType.FLOAT).setBaseOffset(1216);
public static final Field ETBINPUTERRORCOUNTER = Field.create("ETBINPUTERRORCOUNTER", 36, FieldType.INT16).setScale(1.0).setBaseOffset(1216);
public static final Field ALIGNMENTFILL_AT_38 = Field.create("ALIGNMENTFILL_AT_38", 38, FieldType.INT8).setScale(1.0).setBaseOffset(1216);
public static final Field[] VALUES = {
IDLEPOSITION,
TRIM,
@ -25,5 +27,7 @@ public class ElectronicThrottle {
ETBCURRENTADJUSTEDTARGET,
ETBREVLIMITACTIVE,
ETBDUTYRATEOFCHANGE,
ETBINPUTERRORCOUNTER,
ALIGNMENTFILL_AT_38,
};
}

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 00:00:39 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Nov 28 03:49:15 UTC 2022
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -1182,10 +1182,10 @@ public class Fields {
public static final int TS_RESPONSE_UNDERRUN = 0x80;
public static final int TS_RESPONSE_UNRECOGNIZED_COMMAND = 0x83;
public static final char TS_SET_LOGGER_SWITCH = 'l';
public static final String TS_SIGNATURE = "rusEFI 2022.11.28.all.snap_7609";
public static final String TS_SIGNATURE = "rusEFI 2022.11.28.all.snap_4734";
public static final char TS_SINGLE_WRITE_COMMAND = 'W';
public static final char TS_TEST_COMMAND = 't';
public static final int TS_TOTAL_OUTPUT_SIZE = 1264;
public static final int TS_TOTAL_OUTPUT_SIZE = 1268;
public static final int TsCalMode_EtbKd = 5;
public static final int TsCalMode_EtbKi = 4;
public static final int TsCalMode_EtbKp = 3;

View File

@ -1,19 +1,19 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/sensors//wideband_state.txt Sun Nov 27 23:27:34 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/sensors//wideband_state.txt Mon Nov 28 03:48:35 UTC 2022
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
public class WidebandController {
public static final Field FAULTCODE = Field.create("FAULTCODE", 0, FieldType.INT8).setScale(1.0).setBaseOffset(1252);
public static final Field HEATERDUTY = Field.create("HEATERDUTY", 1, FieldType.INT8).setScale(1.0).setBaseOffset(1252);
public static final Field PUMPDUTY = Field.create("PUMPDUTY", 2, FieldType.INT8).setScale(1.0).setBaseOffset(1252);
public static final Field ALIGNMENTFILL_AT_3 = Field.create("ALIGNMENTFILL_AT_3", 3, FieldType.INT8).setScale(1.0).setBaseOffset(1252);
public static final Field TEMPC = Field.create("TEMPC", 4, FieldType.INT16).setScale(1.0).setBaseOffset(1252);
public static final Field NERNSTVOLTAGE = Field.create("NERNSTVOLTAGE", 6, FieldType.INT16).setScale(0.001).setBaseOffset(1252);
public static final Field ESR = Field.create("ESR", 8, FieldType.INT16).setScale(1.0).setBaseOffset(1252);
public static final Field ALIGNMENTFILL_AT_10 = Field.create("ALIGNMENTFILL_AT_10", 10, FieldType.INT8).setScale(1.0).setBaseOffset(1252);
public static final Field FAULTCODE = Field.create("FAULTCODE", 0, FieldType.INT8).setScale(1.0).setBaseOffset(1256);
public static final Field HEATERDUTY = Field.create("HEATERDUTY", 1, FieldType.INT8).setScale(1.0).setBaseOffset(1256);
public static final Field PUMPDUTY = Field.create("PUMPDUTY", 2, FieldType.INT8).setScale(1.0).setBaseOffset(1256);
public static final Field ALIGNMENTFILL_AT_3 = Field.create("ALIGNMENTFILL_AT_3", 3, FieldType.INT8).setScale(1.0).setBaseOffset(1256);
public static final Field TEMPC = Field.create("TEMPC", 4, FieldType.INT16).setScale(1.0).setBaseOffset(1256);
public static final Field NERNSTVOLTAGE = Field.create("NERNSTVOLTAGE", 6, FieldType.INT16).setScale(0.001).setBaseOffset(1256);
public static final Field ESR = Field.create("ESR", 8, FieldType.INT16).setScale(1.0).setBaseOffset(1256);
public static final Field ALIGNMENTFILL_AT_10 = Field.create("ALIGNMENTFILL_AT_10", 10, FieldType.INT8).setScale(1.0).setBaseOffset(1256);
public static final Field[] VALUES = {
FAULTCODE,
HEATERDUTY,