Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2022-12-01 03:35:46 +00:00
parent fc98c91e22
commit 5441e60c6b
78 changed files with 809 additions and 702 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_43501
#define SIGNATURE_HASH snap_2229
#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.12.01.cypress.snap_43501"
#define TS_SIGNATURE "rusEFI 2022.12.01.cypress.snap_2229"
#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 1272
#define TS_TOTAL_OUTPUT_SIZE 1276
#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_2849
#define SIGNATURE_HASH snap_43641
#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.12.01.kin.snap_2849"
#define TS_SIGNATURE "rusEFI 2022.12.01.kin.snap_43641"
#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 1272
#define TS_TOTAL_OUTPUT_SIZE 1276
#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_28727
#define SIGNATURE_HASH snap_53615
#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.12.01.subaru_eg33_f7.snap_28727"
#define TS_SIGNATURE "rusEFI 2022.12.01.subaru_eg33_f7.snap_53615"
#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 1272
#define TS_TOTAL_OUTPUT_SIZE 1276
#define TsCalMode_EtbKd 5
#define TsCalMode_EtbKi 4
#define TsCalMode_EtbKp 3

View File

@ -493,7 +493,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"

View File

@ -316,7 +316,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode

View File

@ -44,4 +44,4 @@ LDS_wideband_state,
#define IDLE_STATE_BASE_ADDRESS 1160
#define IGNITION_STATE_BASE_ADDRESS 1200
#define ELECTRONIC_THROTTLE_BASE_ADDRESS 1216
#define WIDEBAND_STATE_BASE_ADDRESS 1260
#define WIDEBAND_STATE_BASE_ADDRESS 1264

View File

@ -679,13 +679,14 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276

View File

@ -484,14 +484,15 @@ etbCurrentTarget("etbCurrentTarget", SensorCategory.SENSOR_INPUTS, FieldType.INT
etbCurrentAdjustedTarget("etbCurrentAdjustedTarget", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1240, 1.0, -10000.0, 10000.0, "%"),
etbDutyRateOfChange("etbDutyRateOfChange", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1248, 1.0, -1.0, -1.0, ""),
etbDutyAverage("etbDutyAverage", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1252, 1.0, -1.0, -1.0, ""),
etbInputErrorCounter("ETB inputs error counter", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1256, 1.0, -1.0, -1.0, ""),
etbErrorCode("etbErrorCode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1258, 1.0, -1.0, -1.0, ""),
alignmentFill_at_43("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1259, 1.0, -20.0, 100.0, "units"),
faultCode("faultCode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1260, 1.0, -1.0, -1.0, ""),
heaterDuty("heaterDuty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1261, 1.0, 0.0, 100.0, "%"),
pumpDuty("pumpDuty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1262, 1.0, 0.0, 100.0, "%"),
alignmentFill_at_3("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1263, 1.0, -20.0, 100.0, "units"),
tempC("tempC", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1264, 1.0, 500.0, 1000.0, "C"),
nernstVoltage("nernstVoltage", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1266, 0.001, 0.0, 1.0, "V"),
esr("esr", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1268, 1.0, -1.0, -1.0, ""),
alignmentFill_at_10("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1270, 1.0, -20.0, 100.0, "units"),
etbTpsErrorCounter("ETB TPS error counter", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1256, 1.0, -1.0, -1.0, ""),
etbPpsErrorCounter("ETB pedal error counter", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1258, 1.0, -1.0, -1.0, ""),
etbErrorCode("etbErrorCode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1260, 1.0, -1.0, -1.0, ""),
alignmentFill_at_45("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1261, 1.0, -20.0, 100.0, "units"),
faultCode("faultCode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1264, 1.0, -1.0, -1.0, ""),
heaterDuty("heaterDuty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1265, 1.0, 0.0, 100.0, "%"),
pumpDuty("pumpDuty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1266, 1.0, 0.0, 100.0, "%"),
alignmentFill_at_3("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1267, 1.0, -20.0, 100.0, "units"),
tempC("tempC", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1268, 1.0, 500.0, 1000.0, "C"),
nernstVoltage("nernstVoltage", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1270, 0.001, 0.0, 1.0, "V"),
esr("esr", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1272, 1.0, -1.0, -1.0, ""),
alignmentFill_at_10("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1274, 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 1272
#define TS_TOTAL_OUTPUT_SIZE 1276

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 30 03:24:57 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/electronic_throttle.txt Thu Dec 01 03:34:59 UTC 2022
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -143,22 +143,27 @@ struct electronic_throttle_s {
*/
float etbDutyAverage = (float)0;
/**
* "ETB inputs error counter"
* "ETB TPS error counter"
* offset 40
*/
uint16_t etbInputErrorCounter = (uint16_t)0;
uint16_t etbTpsErrorCounter = (uint16_t)0;
/**
* "ETB pedal error counter"
* offset 42
*/
uint16_t etbPpsErrorCounter = (uint16_t)0;
/**
* offset 44
*/
int8_t etbErrorCode = (int8_t)0;
/**
* need 4 byte alignment
units
* offset 43
* offset 45
*/
uint8_t alignmentFill_at_43[1];
uint8_t alignmentFill_at_45[3];
};
static_assert(sizeof(electronic_throttle_s) == 44);
static_assert(sizeof(electronic_throttle_s) == 48);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/electronic_throttle.txt Wed Nov 30 03:24:57 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/electronic_throttle.txt Thu Dec 01 03:34:59 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_43501
#define SIGNATURE_HASH snap_2229
#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.12.01.all.snap_43501"
#define TS_SIGNATURE "rusEFI 2022.12.01.all.snap_2229"
#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 1272
#define TS_TOTAL_OUTPUT_SIZE 1276
#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_41378
#define TS_SIGNATURE "rusEFI 2022.12.01.48way.snap_41378"
#define SIGNATURE_HASH snap_250
#define TS_SIGNATURE "rusEFI 2022.12.01.48way.snap_250"

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_43501
#define TS_SIGNATURE "rusEFI 2022.12.01.all.snap_43501"
#define SIGNATURE_HASH snap_2229
#define TS_SIGNATURE "rusEFI 2022.12.01.all.snap_2229"

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_13441
#define TS_SIGNATURE "rusEFI 2022.12.01.alphax-2chan.snap_13441"
#define SIGNATURE_HASH snap_38361
#define TS_SIGNATURE "rusEFI 2022.12.01.alphax-2chan.snap_38361"

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_27234
#define TS_SIGNATURE "rusEFI 2022.12.01.alphax-4chan.snap_27234"
#define SIGNATURE_HASH snap_52026
#define TS_SIGNATURE "rusEFI 2022.12.01.alphax-4chan.snap_52026"

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_23754
#define TS_SIGNATURE "rusEFI 2022.12.01.atlas.snap_23754"
#define SIGNATURE_HASH snap_64914
#define TS_SIGNATURE "rusEFI 2022.12.01.atlas.snap_64914"

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_63508
#define TS_SIGNATURE "rusEFI 2022.12.01.core8.snap_63508"
#define SIGNATURE_HASH snap_22860
#define TS_SIGNATURE "rusEFI 2022.12.01.core8.snap_22860"

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_43501
#define TS_SIGNATURE "rusEFI 2022.12.01.cypress.snap_43501"
#define SIGNATURE_HASH snap_2229
#define TS_SIGNATURE "rusEFI 2022.12.01.cypress.snap_2229"

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_43501
#define TS_SIGNATURE "rusEFI 2022.12.01.f407-discovery.snap_43501"
#define SIGNATURE_HASH snap_2229
#define TS_SIGNATURE "rusEFI 2022.12.01.f407-discovery.snap_2229"

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_43501
#define TS_SIGNATURE "rusEFI 2022.12.01.f429-discovery.snap_43501"
#define SIGNATURE_HASH snap_2229
#define TS_SIGNATURE "rusEFI 2022.12.01.f429-discovery.snap_2229"

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_21801
#define TS_SIGNATURE "rusEFI 2022.12.01.frankenso_na6.snap_21801"
#define SIGNATURE_HASH snap_62577
#define TS_SIGNATURE "rusEFI 2022.12.01.frankenso_na6.snap_62577"

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_61202
#define TS_SIGNATURE "rusEFI 2022.12.01.harley81.snap_61202"
#define SIGNATURE_HASH snap_20042
#define TS_SIGNATURE "rusEFI 2022.12.01.harley81.snap_20042"

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_51945
#define TS_SIGNATURE "rusEFI 2022.12.01.hellen-gm-e67.snap_51945"
#define SIGNATURE_HASH snap_27569
#define TS_SIGNATURE "rusEFI 2022.12.01.hellen-gm-e67.snap_27569"

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_38945
#define TS_SIGNATURE "rusEFI 2022.12.01.hellen-nb1.snap_38945"
#define SIGNATURE_HASH snap_14713
#define TS_SIGNATURE "rusEFI 2022.12.01.hellen-nb1.snap_14713"

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_42129
#define TS_SIGNATURE "rusEFI 2022.12.01.hellen121nissan.snap_42129"
#define SIGNATURE_HASH snap_1481
#define TS_SIGNATURE "rusEFI 2022.12.01.hellen121nissan.snap_1481"

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_16112
#define TS_SIGNATURE "rusEFI 2022.12.01.hellen121vag.snap_16112"
#define SIGNATURE_HASH snap_40872
#define TS_SIGNATURE "rusEFI 2022.12.01.hellen121vag.snap_40872"

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_54486
#define TS_SIGNATURE "rusEFI 2022.12.01.hellen128.snap_54486"
#define SIGNATURE_HASH snap_30094
#define TS_SIGNATURE "rusEFI 2022.12.01.hellen128.snap_30094"

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_37646
#define TS_SIGNATURE "rusEFI 2022.12.01.hellen154hyundai.snap_37646"
#define SIGNATURE_HASH snap_12886
#define TS_SIGNATURE "rusEFI 2022.12.01.hellen154hyundai.snap_12886"

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_42854
#define TS_SIGNATURE "rusEFI 2022.12.01.hellen72.snap_42854"
#define SIGNATURE_HASH snap_1598
#define TS_SIGNATURE "rusEFI 2022.12.01.hellen72.snap_1598"

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_29159
#define TS_SIGNATURE "rusEFI 2022.12.01.hellen81.snap_29159"
#define SIGNATURE_HASH snap_53439
#define TS_SIGNATURE "rusEFI 2022.12.01.hellen81.snap_53439"

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_47649
#define TS_SIGNATURE "rusEFI 2022.12.01.hellen88bmw.snap_47649"
#define SIGNATURE_HASH snap_7033
#define TS_SIGNATURE "rusEFI 2022.12.01.hellen88bmw.snap_7033"

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_6362
#define TS_SIGNATURE "rusEFI 2022.12.01.hellenNA6.snap_6362"
#define SIGNATURE_HASH snap_47490
#define TS_SIGNATURE "rusEFI 2022.12.01.hellenNA6.snap_47490"

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_6149
#define TS_SIGNATURE "rusEFI 2022.12.01.hellenNA8_96.snap_6149"
#define SIGNATURE_HASH snap_47453
#define TS_SIGNATURE "rusEFI 2022.12.01.hellenNA8_96.snap_47453"

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_2849
#define TS_SIGNATURE "rusEFI 2022.12.01.kin.snap_2849"
#define SIGNATURE_HASH snap_43641
#define TS_SIGNATURE "rusEFI 2022.12.01.kin.snap_43641"

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_52973
#define TS_SIGNATURE "rusEFI 2022.12.01.mre_f4.snap_52973"
#define SIGNATURE_HASH snap_28597
#define TS_SIGNATURE "rusEFI 2022.12.01.mre_f4.snap_28597"

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_52973
#define TS_SIGNATURE "rusEFI 2022.12.01.mre_f7.snap_52973"
#define SIGNATURE_HASH snap_28597
#define TS_SIGNATURE "rusEFI 2022.12.01.mre_f7.snap_28597"

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_28683
#define TS_SIGNATURE "rusEFI 2022.12.01.prometheus_405.snap_28683"
#define SIGNATURE_HASH snap_53587
#define TS_SIGNATURE "rusEFI 2022.12.01.prometheus_405.snap_53587"

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_28683
#define TS_SIGNATURE "rusEFI 2022.12.01.prometheus_469.snap_28683"
#define SIGNATURE_HASH snap_53587
#define TS_SIGNATURE "rusEFI 2022.12.01.prometheus_469.snap_53587"

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_28315
#define TS_SIGNATURE "rusEFI 2022.12.01.proteus_f4.snap_28315"
#define SIGNATURE_HASH snap_53187
#define TS_SIGNATURE "rusEFI 2022.12.01.proteus_f4.snap_53187"

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_28315
#define TS_SIGNATURE "rusEFI 2022.12.01.proteus_f7.snap_28315"
#define SIGNATURE_HASH snap_53187
#define TS_SIGNATURE "rusEFI 2022.12.01.proteus_f7.snap_53187"

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_28315
#define TS_SIGNATURE "rusEFI 2022.12.01.proteus_h7.snap_28315"
#define SIGNATURE_HASH snap_53187
#define TS_SIGNATURE "rusEFI 2022.12.01.proteus_h7.snap_53187"

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_28727
#define TS_SIGNATURE "rusEFI 2022.12.01.subaru_eg33_f7.snap_28727"
#define SIGNATURE_HASH snap_53615
#define TS_SIGNATURE "rusEFI 2022.12.01.subaru_eg33_f7.snap_53615"

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_26553
#define TS_SIGNATURE "rusEFI 2022.12.01.tdg-pdm8.snap_26553"
#define SIGNATURE_HASH snap_50913
#define TS_SIGNATURE "rusEFI 2022.12.01.tdg-pdm8.snap_50913"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.all.snap_43501"
signature = "rusEFI 2022.12.01.all.snap_2229"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.all.snap_43501" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.all.snap_2229" ; 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 Thu Dec 01 02:58:49 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:36 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5508,7 +5510,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7447,7 +7450,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.48way.snap_41378"
signature = "rusEFI 2022.12.01.48way.snap_250"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.48way.snap_41378" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.48way.snap_250" ; 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 Thu Dec 01 02:58:36 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:23 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5506,7 +5508,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7442,7 +7445,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.alphax-2chan.snap_13441"
signature = "rusEFI 2022.12.01.alphax-2chan.snap_38361"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.alphax-2chan.snap_13441" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.alphax-2chan.snap_38361" ; 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 Thu Dec 01 02:58:15 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:02 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5502,7 +5504,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7421,7 +7424,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.alphax-4chan.snap_27234"
signature = "rusEFI 2022.12.01.alphax-4chan.snap_52026"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.alphax-4chan.snap_27234" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.alphax-4chan.snap_52026" ; 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 Thu Dec 01 02:58:17 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:04 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5505,7 +5507,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7425,7 +7428,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.atlas.snap_23754"
signature = "rusEFI 2022.12.01.atlas.snap_64914"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.atlas.snap_23754" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.atlas.snap_64914" ; 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 Thu Dec 01 02:58:47 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:33 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5508,7 +5510,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7439,7 +7442,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.core8.snap_63508"
signature = "rusEFI 2022.12.01.core8.snap_22860"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.core8.snap_63508" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.core8.snap_22860" ; 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 Thu Dec 01 02:58:35 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:22 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5506,7 +5508,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7442,7 +7445,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.cypress.snap_43501"
signature = "rusEFI 2022.12.01.cypress.snap_2229"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.cypress.snap_43501" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.cypress.snap_2229" ; 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 Thu Dec 01 02:58:13 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Thu Dec 01 03:35:00 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5508,7 +5510,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7447,7 +7450,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.f407-discovery.snap_43501"
signature = "rusEFI 2022.12.01.f407-discovery.snap_2229"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.f407-discovery.snap_43501" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.f407-discovery.snap_2229" ; 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 Thu Dec 01 02:58:44 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:31 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5508,7 +5510,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7447,7 +7450,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.f429-discovery.snap_43501"
signature = "rusEFI 2022.12.01.f429-discovery.snap_2229"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.f429-discovery.snap_43501" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.f429-discovery.snap_2229" ; 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 Thu Dec 01 02:58:45 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:32 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5508,7 +5510,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7447,7 +7450,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.frankenso_na6.snap_21801"
signature = "rusEFI 2022.12.01.frankenso_na6.snap_62577"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.frankenso_na6.snap_21801" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.frankenso_na6.snap_62577" ; 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 Thu Dec 01 02:58:37 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:24 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5508,7 +5510,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7447,7 +7450,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.harley81.snap_61202"
signature = "rusEFI 2022.12.01.harley81.snap_20042"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.harley81.snap_61202" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.harley81.snap_20042" ; 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 Thu Dec 01 02:58:18 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:05 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5505,7 +5507,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7422,7 +7425,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.hellen-gm-e67.snap_51945"
signature = "rusEFI 2022.12.01.hellen-gm-e67.snap_27569"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.hellen-gm-e67.snap_51945" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.hellen-gm-e67.snap_27569" ; 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 Thu Dec 01 02:58:29 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:16 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5505,7 +5507,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7423,7 +7426,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.hellen-nb1.snap_38945"
signature = "rusEFI 2022.12.01.hellen-nb1.snap_14713"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.hellen-nb1.snap_38945" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.hellen-nb1.snap_14713" ; 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 Thu Dec 01 02:58:28 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:15 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5505,7 +5507,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7423,7 +7426,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.hellen121nissan.snap_42129"
signature = "rusEFI 2022.12.01.hellen121nissan.snap_1481"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.hellen121nissan.snap_42129" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.hellen121nissan.snap_1481" ; 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 Thu Dec 01 02:58:21 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:09 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5505,7 +5507,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7419,7 +7422,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.hellen121vag.snap_16112"
signature = "rusEFI 2022.12.01.hellen121vag.snap_40872"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.hellen121vag.snap_16112" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.hellen121vag.snap_40872" ; 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 Thu Dec 01 02:58:20 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:07 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5505,7 +5507,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7422,7 +7425,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.hellen128.snap_54486"
signature = "rusEFI 2022.12.01.hellen128.snap_30094"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.hellen128.snap_54486" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.hellen128.snap_30094" ; 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 Thu Dec 01 02:58:19 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:06 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5505,7 +5507,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7419,7 +7422,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.hellen154hyundai.snap_37646"
signature = "rusEFI 2022.12.01.hellen154hyundai.snap_12886"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.hellen154hyundai.snap_37646" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.hellen154hyundai.snap_12886" ; 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 Thu Dec 01 02:58:23 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:10 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5505,7 +5507,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7419,7 +7422,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.hellen72.snap_42854"
signature = "rusEFI 2022.12.01.hellen72.snap_1598"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.hellen72.snap_42854" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.hellen72.snap_1598" ; 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 Thu Dec 01 02:58:25 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:12 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5505,7 +5507,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7423,7 +7426,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.hellen81.snap_29159"
signature = "rusEFI 2022.12.01.hellen81.snap_53439"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.hellen81.snap_29159" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.hellen81.snap_53439" ; 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 Thu Dec 01 02:58:26 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:13 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5503,7 +5505,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7420,7 +7423,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.hellen88bmw.snap_47649"
signature = "rusEFI 2022.12.01.hellen88bmw.snap_7033"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.hellen88bmw.snap_47649" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.hellen88bmw.snap_7033" ; 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 Thu Dec 01 02:58:24 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:11 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5505,7 +5507,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7418,7 +7421,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.hellenNA6.snap_6362"
signature = "rusEFI 2022.12.01.hellenNA6.snap_47490"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.hellenNA6.snap_6362" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.hellenNA6.snap_47490" ; 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 Thu Dec 01 02:58:30 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:17 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5505,7 +5507,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7423,7 +7426,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.hellenNA8_96.snap_6149"
signature = "rusEFI 2022.12.01.hellenNA8_96.snap_47453"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.hellenNA8_96.snap_6149" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.hellenNA8_96.snap_47453" ; 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 Thu Dec 01 02:58:31 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:18 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5505,7 +5507,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7423,7 +7426,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.kin.snap_2849"
signature = "rusEFI 2022.12.01.kin.snap_43641"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.kin.snap_2849" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.kin.snap_43641" ; 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 Thu Dec 01 02:58:12 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Thu Dec 01 03:34:59 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5508,7 +5510,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7448,7 +7451,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.mre_f4.snap_52973"
signature = "rusEFI 2022.12.01.mre_f4.snap_28597"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.mre_f4.snap_52973" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.mre_f4.snap_28597" ; 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 Thu Dec 01 02:58:34 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:20 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5506,7 +5508,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7421,7 +7424,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.mre_f7.snap_52973"
signature = "rusEFI 2022.12.01.mre_f7.snap_28597"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.mre_f7.snap_52973" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.mre_f7.snap_28597" ; 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 Thu Dec 01 02:58:32 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:19 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5506,7 +5508,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7421,7 +7424,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.prometheus_405.snap_28683"
signature = "rusEFI 2022.12.01.prometheus_405.snap_53587"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.prometheus_405.snap_28683" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.prometheus_405.snap_53587" ; 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 Thu Dec 01 02:58:40 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:26 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5502,7 +5504,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7441,7 +7444,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.prometheus_469.snap_28683"
signature = "rusEFI 2022.12.01.prometheus_469.snap_53587"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.prometheus_469.snap_28683" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.prometheus_469.snap_53587" ; 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 Thu Dec 01 02:58:38 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:25 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5502,7 +5504,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7441,7 +7444,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.proteus_f4.snap_28315"
signature = "rusEFI 2022.12.01.proteus_f4.snap_53187"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.proteus_f4.snap_28315" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.proteus_f4.snap_53187" ; 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 Thu Dec 01 02:58:42 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:29 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5502,7 +5504,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7410,7 +7413,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.proteus_f7.snap_28315"
signature = "rusEFI 2022.12.01.proteus_f7.snap_53187"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.proteus_f7.snap_28315" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.proteus_f7.snap_53187" ; 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 Thu Dec 01 02:58:41 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:27 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5502,7 +5504,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7410,7 +7413,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.proteus_h7.snap_28315"
signature = "rusEFI 2022.12.01.proteus_h7.snap_53187"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.proteus_h7.snap_28315" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.proteus_h7.snap_53187" ; 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 Thu Dec 01 02:58:43 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:30 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5502,7 +5504,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7410,7 +7413,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.subaru_eg33_f7.snap_28727"
signature = "rusEFI 2022.12.01.subaru_eg33_f7.snap_53615"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.subaru_eg33_f7.snap_28727" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.subaru_eg33_f7.snap_53615" ; 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 Thu Dec 01 02:58: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 Thu Dec 01 03:35:01 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5504,7 +5506,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7436,7 +7439,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.01.tdg-pdm8.snap_26553"
signature = "rusEFI 2022.12.01.tdg-pdm8.snap_50913"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.01.tdg-pdm8.snap_26553" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.01.tdg-pdm8.snap_50913" ; 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 Thu Dec 01 02:58:48 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:35 UTC 2022
pageSize = 22800
page = 1
@ -2127,7 +2127,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 = 1272
ochBlockSize = 1276
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2819,16 +2819,17 @@ etbCurrentAdjustedTarget = scalar, F32, 1240, "%", 1, 0
etbRevLimitActive = bits, U32, 1244, [0:0]
etbDutyRateOfChange = scalar, F32, 1248, "", 1, 0
etbDutyAverage = scalar, F32, 1252, "", 1, 0
etbInputErrorCounter = scalar, U16, 1256, "", 1, 0
etbErrorCode = scalar, S08, 1258, "", 1, 0
; total TS size = 1260
faultCode = scalar, U08, 1260, "", 1, 0
heaterDuty = scalar, U08, 1261, "%", 1, 0
pumpDuty = scalar, U08, 1262, "%", 1, 0
tempC = scalar, U16, 1264, "C", 1, 0
nernstVoltage = scalar, U16, 1266, "V", 0.001, 0
esr = scalar, U16, 1268, "", 1, 0
; total TS size = 1272
etbTpsErrorCounter = scalar, U16, 1256, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1258, "", 1, 0
etbErrorCode = scalar, S08, 1260, "", 1, 0
; total TS size = 1264
faultCode = scalar, U08, 1264, "", 1, 0
heaterDuty = scalar, U08, 1265, "%", 1, 0
pumpDuty = scalar, U08, 1266, "%", 1, 0
tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
time = { timeNow }
@ -2890,7 +2891,7 @@ esr = scalar, U16, 1268, "", 1, 0
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine off setting", "TPS error", "PPS error", "Input noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy"
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
[ConstantsExtensions]
; defaultValue is used to provide TunerStudio with a value to use in the case of
@ -4672,7 +4673,8 @@ entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbInputErrorCounter, "ETB inputs error counter", int, "%d"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
@ -5508,7 +5510,8 @@ dialog = electronic_throttleDialog, "electronic_throttle"
graphLine = etbDutyRateOfChange
liveGraph = electronic_throttle_3_Graph, "Graph", South
graphLine = etbDutyAverage
graphLine = etbInputErrorCounter
graphLine = etbTpsErrorCounter
graphLine = etbPpsErrorCounter
graphLine = etbErrorCode
@ -7447,7 +7450,7 @@ dialog = tcuControls, "Transmission Settings"
field = "Minimum ETB position", etbMinimumPosition
field = "Maximum ETB position", etbMaximumPosition
field = "Duty Averaging Length", etbExpAverageLength
field = "Rote of change Averaging Length", etbRocExpAverageLength
field = "Rate of change Averaging Length", etbRocExpAverageLength
; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility
; criteria for the same panel when used in multiple places
; todo: report bug to TS?

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 Wed Nov 30 03:24:57 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/electronic_throttle.txt Thu Dec 01 03:34:59 UTC 2022
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -16,9 +16,10 @@ public class ElectronicThrottle {
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 ETBDUTYAVERAGE = Field.create("ETBDUTYAVERAGE", 36, FieldType.FLOAT).setBaseOffset(1216);
public static final Field ETBINPUTERRORCOUNTER = Field.create("ETBINPUTERRORCOUNTER", 40, FieldType.INT16).setScale(1.0).setBaseOffset(1216);
public static final Field ETBERRORCODE = Field.create("ETBERRORCODE", 42, FieldType.INT8).setScale(1.0).setBaseOffset(1216);
public static final Field ALIGNMENTFILL_AT_43 = Field.create("ALIGNMENTFILL_AT_43", 43, FieldType.INT8).setScale(1.0).setBaseOffset(1216);
public static final Field ETBTPSERRORCOUNTER = Field.create("ETBTPSERRORCOUNTER", 40, FieldType.INT16).setScale(1.0).setBaseOffset(1216);
public static final Field ETBPPSERRORCOUNTER = Field.create("ETBPPSERRORCOUNTER", 42, FieldType.INT16).setScale(1.0).setBaseOffset(1216);
public static final Field ETBERRORCODE = Field.create("ETBERRORCODE", 44, FieldType.INT8).setScale(1.0).setBaseOffset(1216);
public static final Field ALIGNMENTFILL_AT_45 = Field.create("ALIGNMENTFILL_AT_45", 45, FieldType.INT8).setScale(1.0).setBaseOffset(1216);
public static final Field[] VALUES = {
IDLEPOSITION,
TRIM,
@ -30,8 +31,9 @@ public class ElectronicThrottle {
ETBREVLIMITACTIVE,
ETBDUTYRATEOFCHANGE,
ETBDUTYAVERAGE,
ETBINPUTERRORCOUNTER,
ETBTPSERRORCOUNTER,
ETBPPSERRORCOUNTER,
ETBERRORCODE,
ALIGNMENTFILL_AT_43,
ALIGNMENTFILL_AT_45,
};
}

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 Thu Dec 01 02:58:50 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 01 03:35:38 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.12.01.all.snap_43501";
public static final String TS_SIGNATURE = "rusEFI 2022.12.01.all.snap_2229";
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 = 1272;
public static final int TS_TOTAL_OUTPUT_SIZE = 1276;
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 Tue Nov 29 01:17:34 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/sensors//wideband_state.txt Thu Dec 01 03:34:59 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(1260);
public static final Field HEATERDUTY = Field.create("HEATERDUTY", 1, FieldType.INT8).setScale(1.0).setBaseOffset(1260);
public static final Field PUMPDUTY = Field.create("PUMPDUTY", 2, FieldType.INT8).setScale(1.0).setBaseOffset(1260);
public static final Field ALIGNMENTFILL_AT_3 = Field.create("ALIGNMENTFILL_AT_3", 3, FieldType.INT8).setScale(1.0).setBaseOffset(1260);
public static final Field TEMPC = Field.create("TEMPC", 4, FieldType.INT16).setScale(1.0).setBaseOffset(1260);
public static final Field NERNSTVOLTAGE = Field.create("NERNSTVOLTAGE", 6, FieldType.INT16).setScale(0.001).setBaseOffset(1260);
public static final Field ESR = Field.create("ESR", 8, FieldType.INT16).setScale(1.0).setBaseOffset(1260);
public static final Field ALIGNMENTFILL_AT_10 = Field.create("ALIGNMENTFILL_AT_10", 10, FieldType.INT8).setScale(1.0).setBaseOffset(1260);
public static final Field FAULTCODE = Field.create("FAULTCODE", 0, FieldType.INT8).setScale(1.0).setBaseOffset(1264);
public static final Field HEATERDUTY = Field.create("HEATERDUTY", 1, FieldType.INT8).setScale(1.0).setBaseOffset(1264);
public static final Field PUMPDUTY = Field.create("PUMPDUTY", 2, FieldType.INT8).setScale(1.0).setBaseOffset(1264);
public static final Field ALIGNMENTFILL_AT_3 = Field.create("ALIGNMENTFILL_AT_3", 3, FieldType.INT8).setScale(1.0).setBaseOffset(1264);
public static final Field TEMPC = Field.create("TEMPC", 4, FieldType.INT16).setScale(1.0).setBaseOffset(1264);
public static final Field NERNSTVOLTAGE = Field.create("NERNSTVOLTAGE", 6, FieldType.INT16).setScale(0.001).setBaseOffset(1264);
public static final Field ESR = Field.create("ESR", 8, FieldType.INT16).setScale(1.0).setBaseOffset(1264);
public static final Field ALIGNMENTFILL_AT_10 = Field.create("ALIGNMENTFILL_AT_10", 10, FieldType.INT8).setScale(1.0).setBaseOffset(1264);
public static final Field[] VALUES = {
FAULTCODE,
HEATERDUTY,