Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2022-11-27 23:28:40 +00:00
parent 9321aae600
commit 74ea14b29e
77 changed files with 631 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_40623
#define SIGNATURE_HASH snap_7609
#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.27.cypress.snap_40623"
#define TS_SIGNATURE "rusEFI 2022.11.27.cypress.snap_7609"
#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 1260
#define TS_TOTAL_OUTPUT_SIZE 1264
#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_15459
#define SIGNATURE_HASH snap_49013
#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.27.kin.snap_15459"
#define TS_SIGNATURE "rusEFI 2022.11.27.kin.snap_49013"
#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 1260
#define TS_TOTAL_OUTPUT_SIZE 1264
#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_18293
#define SIGNATURE_HASH snap_50275
#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.27.subaru_eg33_f7.snap_18293"
#define TS_SIGNATURE "rusEFI 2022.11.27.subaru_eg33_f7.snap_50275"
#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 1260
#define TS_TOTAL_OUTPUT_SIZE 1264
#define TsCalMode_EtbKd 5
#define TsCalMode_EtbKi 4
#define TsCalMode_EtbKp 3

View File

@ -491,6 +491,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"

View File

@ -313,6 +313,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
dialog = wideband_stateDialog, "wideband_state"

View File

@ -677,11 +677,12 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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

View File

@ -482,11 +482,12 @@ etbFeedForward("etbFeedForward", SensorCategory.SENSOR_INPUTS, FieldType.INT, 12
etbIntegralError("etbIntegralError", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1232, 1.0, -10000.0, 10000.0, ""),
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, "%"),
faultCode("faultCode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1248, 1.0, -1.0, -1.0, ""),
heaterDuty("heaterDuty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1249, 1.0, 0.0, 100.0, "%"),
pumpDuty("pumpDuty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1250, 1.0, 0.0, 100.0, "%"),
alignmentFill_at_3("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1251, 1.0, -20.0, 100.0, "units"),
tempC("tempC", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1252, 1.0, 500.0, 1000.0, "C"),
nernstVoltage("nernstVoltage", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1254, 0.001, 0.0, 1.0, "V"),
esr("esr", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1256, 1.0, -1.0, -1.0, ""),
alignmentFill_at_10("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1258, 1.0, -20.0, 100.0, "units"),
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"),

View File

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

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 Wed Nov 23 01:41:35 UTC 2022
// 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
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -134,8 +134,12 @@ struct electronic_throttle_s {
/**
offset 28 bit 31 */
bool unusedBit_8_31 : 1 {};
/**
* offset 32
*/
float etbDutyRateOfChange = (float)0;
};
static_assert(sizeof(electronic_throttle_s) == 32);
static_assert(sizeof(electronic_throttle_s) == 36);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/electronic_throttle.txt Wed Nov 23 01:41:35 UTC 2022
// 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

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_40623
#define SIGNATURE_HASH snap_7609
#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.27.all.snap_40623"
#define TS_SIGNATURE "rusEFI 2022.11.27.all.snap_7609"
#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 1260
#define TS_TOTAL_OUTPUT_SIZE 1264
#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_38624
#define TS_SIGNATURE "rusEFI 2022.11.27.48way.snap_38624"
#define SIGNATURE_HASH snap_5622
#define TS_SIGNATURE "rusEFI 2022.11.27.48way.snap_5622"

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_40623
#define TS_SIGNATURE "rusEFI 2022.11.27.all.snap_40623"
#define SIGNATURE_HASH snap_7609
#define TS_SIGNATURE "rusEFI 2022.11.27.all.snap_7609"

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_963
#define TS_SIGNATURE "rusEFI 2022.11.27.alphax-2chan.snap_963"
#define SIGNATURE_HASH snap_32981
#define TS_SIGNATURE "rusEFI 2022.11.27.alphax-2chan.snap_32981"

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_23840
#define TS_SIGNATURE "rusEFI 2022.11.27.alphax-4chan.snap_23840"
#define SIGNATURE_HASH snap_56886
#define TS_SIGNATURE "rusEFI 2022.11.27.alphax-4chan.snap_56886"

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_27528
#define TS_SIGNATURE "rusEFI 2022.11.27.atlas.snap_27528"
#define SIGNATURE_HASH snap_59550
#define TS_SIGNATURE "rusEFI 2022.11.27.atlas.snap_59550"

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_53078
#define TS_SIGNATURE "rusEFI 2022.11.27.core8.snap_53078"
#define SIGNATURE_HASH snap_19520
#define TS_SIGNATURE "rusEFI 2022.11.27.core8.snap_19520"

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_40623
#define TS_SIGNATURE "rusEFI 2022.11.27.cypress.snap_40623"
#define SIGNATURE_HASH snap_7609
#define TS_SIGNATURE "rusEFI 2022.11.27.cypress.snap_7609"

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_40623
#define TS_SIGNATURE "rusEFI 2022.11.27.f407-discovery.snap_40623"
#define SIGNATURE_HASH snap_7609
#define TS_SIGNATURE "rusEFI 2022.11.27.f407-discovery.snap_7609"

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_40623
#define TS_SIGNATURE "rusEFI 2022.11.27.f429-discovery.snap_40623"
#define SIGNATURE_HASH snap_7609
#define TS_SIGNATURE "rusEFI 2022.11.27.f429-discovery.snap_7609"

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_25195
#define TS_SIGNATURE "rusEFI 2022.11.27.frankenso_na6.snap_25195"
#define SIGNATURE_HASH snap_57725
#define TS_SIGNATURE "rusEFI 2022.11.27.frankenso_na6.snap_57725"

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_55376
#define TS_SIGNATURE "rusEFI 2022.11.27.harley81.snap_55376"
#define SIGNATURE_HASH snap_23366
#define TS_SIGNATURE "rusEFI 2022.11.27.harley81.snap_23366"

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_64939
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen-gm-e67.snap_64939"
#define SIGNATURE_HASH snap_32445
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen-gm-e67.snap_32445"

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_44899
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen-nb1.snap_44899"
#define SIGNATURE_HASH snap_11381
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen-nb1.snap_11381"

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_37843
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen121nissan.snap_37843"
#define SIGNATURE_HASH snap_4293
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen121nissan.snap_4293"

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_2482
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen121vag.snap_2482"
#define SIGNATURE_HASH snap_35492
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen121vag.snap_35492"

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_58260
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen128.snap_58260"
#define SIGNATURE_HASH snap_24706
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen128.snap_24706"

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_42060
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen154hyundai.snap_42060"
#define SIGNATURE_HASH snap_10074
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen154hyundai.snap_10074"

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_36900
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen72.snap_36900"
#define SIGNATURE_HASH snap_4914
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen72.snap_4914"

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_18085
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen81.snap_18085"
#define SIGNATURE_HASH snap_50611
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen81.snap_50611"

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_36195
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen88bmw.snap_36195"
#define SIGNATURE_HASH snap_3701
#define TS_SIGNATURE "rusEFI 2022.11.27.hellen88bmw.snap_3701"

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_12184
#define TS_SIGNATURE "rusEFI 2022.11.27.hellenNA6.snap_12184"
#define SIGNATURE_HASH snap_44174
#define TS_SIGNATURE "rusEFI 2022.11.27.hellenNA6.snap_44174"

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_12103
#define TS_SIGNATURE "rusEFI 2022.11.27.hellenNA8_96.snap_12103"
#define SIGNATURE_HASH snap_44113
#define TS_SIGNATURE "rusEFI 2022.11.27.hellenNA8_96.snap_44113"

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_15459
#define TS_SIGNATURE "rusEFI 2022.11.27.kin.snap_15459"
#define SIGNATURE_HASH snap_49013
#define TS_SIGNATURE "rusEFI 2022.11.27.kin.snap_49013"

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_63919
#define TS_SIGNATURE "rusEFI 2022.11.27.mre_f4.snap_63919"
#define SIGNATURE_HASH snap_31417
#define TS_SIGNATURE "rusEFI 2022.11.27.mre_f4.snap_31417"

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_63919
#define TS_SIGNATURE "rusEFI 2022.11.27.mre_f7.snap_63919"
#define SIGNATURE_HASH snap_31417
#define TS_SIGNATURE "rusEFI 2022.11.27.mre_f7.snap_31417"

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_18249
#define TS_SIGNATURE "rusEFI 2022.11.27.prometheus_405.snap_18249"
#define SIGNATURE_HASH snap_50271
#define TS_SIGNATURE "rusEFI 2022.11.27.prometheus_405.snap_50271"

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_18249
#define TS_SIGNATURE "rusEFI 2022.11.27.prometheus_469.snap_18249"
#define SIGNATURE_HASH snap_50271
#define TS_SIGNATURE "rusEFI 2022.11.27.prometheus_469.snap_50271"

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_23001
#define TS_SIGNATURE "rusEFI 2022.11.27.proteus_f4.snap_23001"
#define SIGNATURE_HASH snap_56015
#define TS_SIGNATURE "rusEFI 2022.11.27.proteus_f4.snap_56015"

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_23001
#define TS_SIGNATURE "rusEFI 2022.11.27.proteus_f7.snap_23001"
#define SIGNATURE_HASH snap_56015
#define TS_SIGNATURE "rusEFI 2022.11.27.proteus_f7.snap_56015"

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_23001
#define TS_SIGNATURE "rusEFI 2022.11.27.proteus_h7.snap_23001"
#define SIGNATURE_HASH snap_56015
#define TS_SIGNATURE "rusEFI 2022.11.27.proteus_h7.snap_56015"

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_18293
#define TS_SIGNATURE "rusEFI 2022.11.27.subaru_eg33_f7.snap_18293"
#define SIGNATURE_HASH snap_50275
#define TS_SIGNATURE "rusEFI 2022.11.27.subaru_eg33_f7.snap_50275"

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_20731
#define TS_SIGNATURE "rusEFI 2022.11.27.tdg-pdm8.snap_20731"
#define SIGNATURE_HASH snap_54253
#define TS_SIGNATURE "rusEFI 2022.11.27.tdg-pdm8.snap_54253"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.11.27.all.snap_40623"
signature = "rusEFI 2022.11.27.all.snap_7609"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.all.snap_40623" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.all.snap_7609" ; 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 Sun Nov 27 14:13:48 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:28:23 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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5490,6 +5493,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.48way.snap_38624"
signature = "rusEFI 2022.11.27.48way.snap_5622"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.48way.snap_38624" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.48way.snap_5622" ; 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 Sun Nov 27 14:13:35 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:28: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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5488,6 +5491,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.alphax-2chan.snap_963"
signature = "rusEFI 2022.11.27.alphax-2chan.snap_32981"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.alphax-2chan.snap_963" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.alphax-2chan.snap_32981" ; 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 Sun Nov 27 14:13:15 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:27: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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5484,6 +5487,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.alphax-4chan.snap_23840"
signature = "rusEFI 2022.11.27.alphax-4chan.snap_56886"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.alphax-4chan.snap_23840" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.alphax-4chan.snap_56886" ; 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 Sun Nov 27 14:13:16 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:27: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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5487,6 +5490,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.atlas.snap_27528"
signature = "rusEFI 2022.11.27.atlas.snap_59550"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.atlas.snap_27528" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.atlas.snap_59550" ; 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 Sun Nov 27 14:13:46 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:28:20 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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5490,6 +5493,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.core8.snap_53078"
signature = "rusEFI 2022.11.27.core8.snap_19520"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.core8.snap_53078" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.core8.snap_19520" ; 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 Sun Nov 27 14:13:34 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:28: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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5488,6 +5491,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.cypress.snap_40623"
signature = "rusEFI 2022.11.27.cypress.snap_7609"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.cypress.snap_40623" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.cypress.snap_7609" ; 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 Sun Nov 27 14:13:13 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sun Nov 27 23:27: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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5490,6 +5493,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.f407-discovery.snap_40623"
signature = "rusEFI 2022.11.27.f407-discovery.snap_7609"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.f407-discovery.snap_40623" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.f407-discovery.snap_7609" ; 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 Sun Nov 27 14:13:43 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:28:17 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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5490,6 +5493,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.f429-discovery.snap_40623"
signature = "rusEFI 2022.11.27.f429-discovery.snap_7609"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.f429-discovery.snap_40623" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.f429-discovery.snap_7609" ; 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 Sun Nov 27 14:13:45 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:28:18 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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5490,6 +5493,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.frankenso_na6.snap_25195"
signature = "rusEFI 2022.11.27.frankenso_na6.snap_57725"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.frankenso_na6.snap_25195" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.frankenso_na6.snap_57725" ; 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 Sun Nov 27 14:13:36 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:28: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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5490,6 +5493,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.harley81.snap_55376"
signature = "rusEFI 2022.11.27.harley81.snap_23366"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.harley81.snap_55376" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.harley81.snap_23366" ; 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 Sun Nov 27 14:13:17 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:27: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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5487,6 +5490,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.hellen-gm-e67.snap_64939"
signature = "rusEFI 2022.11.27.hellen-gm-e67.snap_32445"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.hellen-gm-e67.snap_64939" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.hellen-gm-e67.snap_32445" ; 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 Sun Nov 27 14:13:28 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:27: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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5487,6 +5490,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.hellen-nb1.snap_44899"
signature = "rusEFI 2022.11.27.hellen-nb1.snap_11381"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.hellen-nb1.snap_44899" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.hellen-nb1.snap_11381" ; 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 Sun Nov 27 14:13:27 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:27:55 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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5487,6 +5490,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.hellen121nissan.snap_37843"
signature = "rusEFI 2022.11.27.hellen121nissan.snap_4293"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.hellen121nissan.snap_37843" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.hellen121nissan.snap_4293" ; 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 Sun Nov 27 14:13:21 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:27: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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5487,6 +5490,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.hellen121vag.snap_2482"
signature = "rusEFI 2022.11.27.hellen121vag.snap_35492"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.hellen121vag.snap_2482" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.hellen121vag.snap_35492" ; 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 Sun Nov 27 14:13:20 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:27: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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5487,6 +5490,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.hellen128.snap_58260"
signature = "rusEFI 2022.11.27.hellen128.snap_24706"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.hellen128.snap_58260" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.hellen128.snap_24706" ; 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 Sun Nov 27 14:13:18 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:27: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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5487,6 +5490,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.hellen154hyundai.snap_42060"
signature = "rusEFI 2022.11.27.hellen154hyundai.snap_10074"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.hellen154hyundai.snap_42060" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.hellen154hyundai.snap_10074" ; 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 Sun Nov 27 14:13:22 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:27:48 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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5487,6 +5490,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.hellen72.snap_36900"
signature = "rusEFI 2022.11.27.hellen72.snap_4914"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.hellen72.snap_36900" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.hellen72.snap_4914" ; 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 Sun Nov 27 14:13:24 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:27: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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5487,6 +5490,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.hellen81.snap_18085"
signature = "rusEFI 2022.11.27.hellen81.snap_50611"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.hellen81.snap_18085" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.hellen81.snap_50611" ; 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 Sun Nov 27 14:13:25 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:27: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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5485,6 +5488,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.hellen88bmw.snap_36195"
signature = "rusEFI 2022.11.27.hellen88bmw.snap_3701"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.hellen88bmw.snap_36195" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.hellen88bmw.snap_3701" ; 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 Sun Nov 27 14:13:23 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:27: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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5487,6 +5490,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.hellenNA6.snap_12184"
signature = "rusEFI 2022.11.27.hellenNA6.snap_44174"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.hellenNA6.snap_12184" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.hellenNA6.snap_44174" ; 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 Sun Nov 27 14:13:29 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:27: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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5487,6 +5490,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.hellenNA8_96.snap_12103"
signature = "rusEFI 2022.11.27.hellenNA8_96.snap_44113"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.hellenNA8_96.snap_12103" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.hellenNA8_96.snap_44113" ; 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 Sun Nov 27 14:13:30 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:28: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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5487,6 +5490,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.kin.snap_15459"
signature = "rusEFI 2022.11.27.kin.snap_49013"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.kin.snap_15459" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.kin.snap_49013" ; 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 Sun Nov 27 14:13:12 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sun Nov 27 23:27:35 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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5490,6 +5493,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.mre_f4.snap_63919"
signature = "rusEFI 2022.11.27.mre_f4.snap_31417"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.mre_f4.snap_63919" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.mre_f4.snap_31417" ; 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 Sun Nov 27 14:13:33 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:28: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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5488,6 +5491,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.mre_f7.snap_63919"
signature = "rusEFI 2022.11.27.mre_f7.snap_31417"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.mre_f7.snap_63919" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.mre_f7.snap_31417" ; 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 Sun Nov 27 14:13:32 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:28:01 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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5488,6 +5491,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.prometheus_405.snap_18249"
signature = "rusEFI 2022.11.27.prometheus_405.snap_50271"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.prometheus_405.snap_18249" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.prometheus_405.snap_50271" ; 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 Sun Nov 27 14:13:39 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:28: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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5484,6 +5487,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.prometheus_469.snap_18249"
signature = "rusEFI 2022.11.27.prometheus_469.snap_50271"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.prometheus_469.snap_18249" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.prometheus_469.snap_50271" ; 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 Sun Nov 27 14:13:37 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:28: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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5484,6 +5487,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.proteus_f4.snap_23001"
signature = "rusEFI 2022.11.27.proteus_f4.snap_56015"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.proteus_f4.snap_23001" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.proteus_f4.snap_56015" ; 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 Sun Nov 27 14:13:41 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:28:14 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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5484,6 +5487,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.proteus_f7.snap_23001"
signature = "rusEFI 2022.11.27.proteus_f7.snap_56015"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.proteus_f7.snap_23001" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.proteus_f7.snap_56015" ; 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 Sun Nov 27 14:13:40 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:28: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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5484,6 +5487,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.proteus_h7.snap_23001"
signature = "rusEFI 2022.11.27.proteus_h7.snap_56015"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.proteus_h7.snap_23001" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.proteus_h7.snap_56015" ; 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 Sun Nov 27 14:13:42 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:28:15 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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5484,6 +5487,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.subaru_eg33_f7.snap_18293"
signature = "rusEFI 2022.11.27.subaru_eg33_f7.snap_50275"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.subaru_eg33_f7.snap_18293" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.subaru_eg33_f7.snap_50275" ; 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 Sun Nov 27 14:13: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 Sun Nov 27 23:27: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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5486,6 +5489,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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.27.tdg-pdm8.snap_20731"
signature = "rusEFI 2022.11.27.tdg-pdm8.snap_54253"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.11.27.tdg-pdm8.snap_20731" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.11.27.tdg-pdm8.snap_54253" ; 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 Sun Nov 27 14:13:47 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:28:21 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 = 1260
ochBlockSize = 1264
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2818,14 +2818,15 @@ etbIntegralError = scalar, F32, 1232, "", 1, 0
etbCurrentTarget = scalar, F32, 1236, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
; total TS size = 1248
faultCode = scalar, U08, 1248, "", 1, 0
heaterDuty = scalar, U08, 1249, "%", 1, 0
pumpDuty = scalar, U08, 1250, "%", 1, 0
tempC = scalar, U16, 1252, "C", 1, 0
nernstVoltage = scalar, U16, 1254, "V", 0.001, 0
esr = scalar, U16, 1256, "", 1, 0
; total TS size = 1260
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
time = { timeNow }
@ -3984,6 +3985,7 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
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
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4659,6 +4661,7 @@ entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5490,6 +5493,7 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbIntegralError
graphLine = etbCurrentTarget
graphLine = etbCurrentAdjustedTarget
graphLine = etbDutyRateOfChange
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 Sat Nov 26 05:37:37 UTC 2022
// 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
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -14,6 +14,7 @@ public class ElectronicThrottle {
public static final Field ETBCURRENTTARGET = Field.create("ETBCURRENTTARGET", 20, FieldType.FLOAT).setBaseOffset(1216);
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[] VALUES = {
IDLEPOSITION,
TRIM,
@ -23,5 +24,6 @@ public class ElectronicThrottle {
ETBCURRENTTARGET,
ETBCURRENTADJUSTEDTARGET,
ETBREVLIMITACTIVE,
ETBDUTYRATEOFCHANGE,
};
}

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 Sun Nov 27 14:13:50 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Nov 27 23:28:27 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.27.all.snap_40623";
public static final String TS_SIGNATURE = "rusEFI 2022.11.27.all.snap_7609";
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 = 1260;
public static final int TS_TOTAL_OUTPUT_SIZE = 1264;
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 Sat Nov 26 00:29:02 EST 2022
// 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
// 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(1248);
public static final Field HEATERDUTY = Field.create("HEATERDUTY", 1, FieldType.INT8).setScale(1.0).setBaseOffset(1248);
public static final Field PUMPDUTY = Field.create("PUMPDUTY", 2, FieldType.INT8).setScale(1.0).setBaseOffset(1248);
public static final Field ALIGNMENTFILL_AT_3 = Field.create("ALIGNMENTFILL_AT_3", 3, FieldType.INT8).setScale(1.0).setBaseOffset(1248);
public static final Field TEMPC = Field.create("TEMPC", 4, FieldType.INT16).setScale(1.0).setBaseOffset(1248);
public static final Field NERNSTVOLTAGE = Field.create("NERNSTVOLTAGE", 6, FieldType.INT16).setScale(0.001).setBaseOffset(1248);
public static final Field ESR = Field.create("ESR", 8, FieldType.INT16).setScale(1.0).setBaseOffset(1248);
public static final Field ALIGNMENTFILL_AT_10 = Field.create("ALIGNMENTFILL_AT_10", 10, FieldType.INT8).setScale(1.0).setBaseOffset(1248);
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[] VALUES = {
FAULTCODE,
HEATERDUTY,