Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-02-13 05:59:16 +00:00
parent 0e502fed76
commit 59e4bceb7b
90 changed files with 922 additions and 647 deletions

View File

@ -397,6 +397,7 @@
#define FUEL_RPM_COUNT 16
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
#define GAUGE_CATEGORY_FUEL_MATH "Fuel: math"
#define GAUGE_CATEGORY_TIMING "Timing"
#define GAUGE_COIL_DWELL_TIME "dwell: coil charge time"
@ -1045,7 +1046,7 @@
#define SENT_INPUT_COUNT 1
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 1919312765
#define SIGNATURE_HASH 3508777102
#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
@ -1321,7 +1322,7 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI master.2023.02.13.cypress.1919312765"
#define TS_SIGNATURE "rusEFI master.2023.02.13.cypress.3508777102"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -397,6 +397,7 @@
#define FUEL_RPM_COUNT 16
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
#define GAUGE_CATEGORY_FUEL_MATH "Fuel: math"
#define GAUGE_CATEGORY_TIMING "Timing"
#define GAUGE_COIL_DWELL_TIME "dwell: coil charge time"
@ -1045,7 +1046,7 @@
#define SENT_INPUT_COUNT 1
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 447857073
#define SIGNATURE_HASH 3119780418
#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
@ -1321,7 +1322,7 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI master.2023.02.13.kin.447857073"
#define TS_SIGNATURE "rusEFI master.2023.02.13.kin.3119780418"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -391,6 +391,7 @@
#define FUEL_RPM_COUNT 16
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
#define GAUGE_CATEGORY_FUEL_MATH "Fuel: math"
#define GAUGE_CATEGORY_TIMING "Timing"
#define GAUGE_COIL_DWELL_TIME "dwell: coil charge time"
@ -995,7 +996,7 @@
#define show_Frankenso_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 29045200
#define SIGNATURE_HASH 2734613027
#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
@ -1272,7 +1273,7 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI master.2023.02.13.subaru_eg33_f7.29045200"
#define TS_SIGNATURE "rusEFI master.2023.02.13.subaru_eg33_f7.2734613027"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -520,8 +520,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -695,19 +695,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304

View File

@ -490,17 +490,17 @@ targetRpmByClt("idle: target by CLT", SensorCategory.SENSOR_INPUTS, FieldType.IN
targetRpmAcBump("idle: A/C bump", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1244, 1.0, -1.0, -1.0, ""),
iacByRpmTaper("idle: iacByRpmTaper portion", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1248, 1.0, -1.0, -1.0, ""),
luaAdd("idle: Lua Adder", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1252, 1.0, -1.0, -1.0, ""),
idlePosition("ETB: idlePosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1256, 1.0, -1.0, -1.0, ""),
idlePosition("ETB: idlePosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1256, 1.0, 0.0, 3.0, "per"),
trim("ETB: trim", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1260, 1.0, -1.0, -1.0, ""),
luaAdjustment("ETB: luaAdjustment", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1264, 1.0, -1.0, -1.0, ""),
luaAdjustment("ETB: luaAdjustment", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1264, 1.0, 0.0, 3.0, "per"),
etbFeedForward("etbFeedForward", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1268, 1.0, -1.0, -1.0, ""),
etbIntegralError("etbIntegralError", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1272, 1.0, -10000.0, 10000.0, ""),
etbCurrentTarget("etbCurrentTarget", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1276, 1.0, -10000.0, 10000.0, "%"),
etbCurrentAdjustedTarget("etbCurrentAdjustedTarget", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1280, 1.0, -10000.0, 10000.0, "%"),
etbDutyRateOfChange("etbDutyRateOfChange", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1288, 1.0, -1.0, -1.0, ""),
etbDutyAverage("etbDutyAverage", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1292, 1.0, -1.0, -1.0, ""),
etbTpsErrorCounter("ETB TPS error counter", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1296, 1.0, -1.0, -1.0, ""),
etbPpsErrorCounter("ETB pedal error counter", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1298, 1.0, -1.0, -1.0, ""),
etbDutyRateOfChange("ETB duty rate of change", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1288, 1.0, 0.0, 3.0, "per"),
etbDutyAverage("ETB average duty", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1292, 1.0, 0.0, 3.0, "per"),
etbTpsErrorCounter("ETB TPS error counter", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1296, 1.0, 0.0, 3.0, "count"),
etbPpsErrorCounter("ETB pedal error counter", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1298, 1.0, 0.0, 3.0, "count"),
etbErrorCode("etbErrorCode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1300, 1.0, -1.0, -1.0, ""),
alignmentFill_at_45("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1301, 1.0, -20.0, 100.0, "units"),
jamTimer("ETB jam timer", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1302, 0.01, 0.0, 100.0, "sec"),

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 Tue Jan 10 21:34:44 UTC 2023
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/electronic_throttle.txt Mon Feb 13 05:58:22 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -7,6 +7,7 @@
struct electronic_throttle_s {
/**
* "ETB: idlePosition"
per
* offset 0
*/
float idlePosition = (float)0;
@ -17,6 +18,7 @@ struct electronic_throttle_s {
float trim = (float)0;
/**
* "ETB: luaAdjustment"
per
* offset 8
*/
float luaAdjustment = (float)0;
@ -135,20 +137,26 @@ struct electronic_throttle_s {
offset 28 bit 31 */
bool unusedBit_9_31 : 1 {};
/**
* "ETB duty rate of change"
per
* offset 32
*/
float etbDutyRateOfChange = (float)0;
/**
* "ETB average duty"
per
* offset 36
*/
float etbDutyAverage = (float)0;
/**
* "ETB TPS error counter"
count
* offset 40
*/
uint16_t etbTpsErrorCounter = (uint16_t)0;
/**
* "ETB pedal error counter"
count
* offset 42
*/
uint16_t etbPpsErrorCounter = (uint16_t)0;
@ -172,4 +180,4 @@ struct electronic_throttle_s {
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 Tue Jan 10 21:34:44 UTC 2023
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/electronic_throttle.txt Mon Feb 13 05:58:22 UTC 2023

View File

@ -397,6 +397,7 @@
#define FUEL_RPM_COUNT 16
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
#define GAUGE_CATEGORY_FUEL_MATH "Fuel: math"
#define GAUGE_CATEGORY_TIMING "Timing"
#define GAUGE_COIL_DWELL_TIME "dwell: coil charge time"
@ -1045,7 +1046,7 @@
#define SENT_INPUT_COUNT 1
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 438926811
#define SIGNATURE_HASH 3110907432
#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
@ -1321,7 +1322,7 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI master.2023.02.13.f407-discovery.438926811"
#define TS_SIGNATURE "rusEFI master.2023.02.13.f407-discovery.3110907432"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3710115869
#define TS_SIGNATURE "rusEFI master.2023.02.13.48way.3710115869"
#define SIGNATURE_HASH 2120627182
#define TS_SIGNATURE "rusEFI master.2023.02.13.48way.2120627182"

View File

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

View File

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

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3625598041
#define TS_SIGNATURE "rusEFI master.2023.02.13.alphax-8chan.3625598041"
#define SIGNATURE_HASH 2069884842
#define TS_SIGNATURE "rusEFI master.2023.02.13.alphax-8chan.2069884842"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1856804442
#define TS_SIGNATURE "rusEFI master.2023.02.13.atlas.1856804442"
#define SIGNATURE_HASH 3454617001
#define TS_SIGNATURE "rusEFI master.2023.02.13.atlas.3454617001"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2715706641
#define TS_SIGNATURE "rusEFI master.2023.02.13.core8.2715706641"
#define SIGNATURE_HASH 43759330
#define TS_SIGNATURE "rusEFI master.2023.02.13.core8.43759330"

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 1919312765
#define TS_SIGNATURE "rusEFI master.2023.02.13.cypress.1919312765"
#define SIGNATURE_HASH 3508777102
#define TS_SIGNATURE "rusEFI master.2023.02.13.cypress.3508777102"

View File

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

View File

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

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1345618871
#define TS_SIGNATURE "rusEFI master.2023.02.13.frankenso_na6.1345618871"
#define SIGNATURE_HASH 4084289604
#define TS_SIGNATURE "rusEFI master.2023.02.13.frankenso_na6.4084289604"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1433392693
#define TS_SIGNATURE "rusEFI master.2023.02.13.harley81.1433392693"
#define SIGNATURE_HASH 4129949126
#define TS_SIGNATURE "rusEFI master.2023.02.13.harley81.4129949126"

View File

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

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2828461007
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen-honda-k.2828461007"
#define SIGNATURE_HASH 198389820
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen-honda-k.198389820"

View File

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

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3431064032
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen121nissan.3431064032"
#define SIGNATURE_HASH 1875128851
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen121nissan.1875128851"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 4257356349
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen121vag.4257356349"
#define SIGNATURE_HASH 1585957326
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen121vag.1585957326"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3562111238
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen128.3562111238"
#define SIGNATURE_HASH 1997820661
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen128.1997820661"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2155664884
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen154hyundai.2155664884"
#define SIGNATURE_HASH 590939655
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen154hyundai.590939655"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3779089832
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen72.3779089832"
#define SIGNATURE_HASH 1107658331
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen72.1107658331"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 883523616
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen81.883523616"
#define SIGNATURE_HASH 2548847571
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen81.2548847571"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1619215788
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen88bmw.1619215788"
#define SIGNATURE_HASH 3284571743
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellen88bmw.3284571743"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 465885349
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellenNA6.465885349"
#define SIGNATURE_HASH 3095464790
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellenNA6.3095464790"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1930779546
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellenNA8_96.1930779546"
#define SIGNATURE_HASH 3494938729
#define TS_SIGNATURE "rusEFI master.2023.02.13.hellenNA8_96.3494938729"

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 447857073
#define TS_SIGNATURE "rusEFI master.2023.02.13.kin.447857073"
#define SIGNATURE_HASH 3119780418
#define TS_SIGNATURE "rusEFI master.2023.02.13.kin.3119780418"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2917711430
#define TS_SIGNATURE "rusEFI master.2023.02.13.m74_9.2917711430"
#define SIGNATURE_HASH 246246837
#define TS_SIGNATURE "rusEFI master.2023.02.13.m74_9.246246837"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 158369916
#define TS_SIGNATURE "rusEFI master.2023.02.13.mre_f4.158369916"
#define SIGNATURE_HASH 2855623567
#define TS_SIGNATURE "rusEFI master.2023.02.13.mre_f4.2855623567"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 158369916
#define TS_SIGNATURE "rusEFI master.2023.02.13.mre_f7.158369916"
#define SIGNATURE_HASH 2855623567
#define TS_SIGNATURE "rusEFI master.2023.02.13.mre_f7.2855623567"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 579648155
#define TS_SIGNATURE "rusEFI master.2023.02.13.prometheus_405.579648155"
#define SIGNATURE_HASH 2177460584
#define TS_SIGNATURE "rusEFI master.2023.02.13.prometheus_405.2177460584"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 579648155
#define TS_SIGNATURE "rusEFI master.2023.02.13.prometheus_469.579648155"
#define SIGNATURE_HASH 2177460584
#define TS_SIGNATURE "rusEFI master.2023.02.13.prometheus_469.2177460584"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1554119306
#define TS_SIGNATURE "rusEFI master.2023.02.13.proteus_f4.1554119306"
#define SIGNATURE_HASH 4293142905
#define TS_SIGNATURE "rusEFI master.2023.02.13.proteus_f4.4293142905"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1554119306
#define TS_SIGNATURE "rusEFI master.2023.02.13.proteus_f7.1554119306"
#define SIGNATURE_HASH 4293142905
#define TS_SIGNATURE "rusEFI master.2023.02.13.proteus_f7.4293142905"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1554119306
#define TS_SIGNATURE "rusEFI master.2023.02.13.proteus_h7.1554119306"
#define SIGNATURE_HASH 4293142905
#define TS_SIGNATURE "rusEFI master.2023.02.13.proteus_h7.4293142905"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3415819603
#define TS_SIGNATURE "rusEFI master.2023.02.13.s105.3415819603"
#define SIGNATURE_HASH 1759286944
#define TS_SIGNATURE "rusEFI master.2023.02.13.s105.1759286944"

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 29045200
#define TS_SIGNATURE "rusEFI master.2023.02.13.subaru_eg33_f7.29045200"
#define SIGNATURE_HASH 2734613027
#define TS_SIGNATURE "rusEFI master.2023.02.13.subaru_eg33_f7.2734613027"

View File

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

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.f407-discovery.438926811"
signature = "rusEFI master.2023.02.13.f407-discovery.3110907432"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.f407-discovery.438926811" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.f407-discovery.3110907432" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:37 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:59:12 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.48way.3710115869"
signature = "rusEFI master.2023.02.13.48way.2120627182"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.48way.3710115869" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.48way.2120627182" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:21 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:58:53 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.alphax-2chan.777419470"
signature = "rusEFI master.2023.02.13.alphax-2chan.2366875965"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.alphax-2chan.777419470" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.alphax-2chan.2366875965" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:13:58 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:58:26 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.alphax-4chan.2366625528"
signature = "rusEFI master.2023.02.13.alphax-4chan.776602891"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.alphax-4chan.2366625528" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.alphax-4chan.776602891" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:13:59 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:58:27 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.alphax-8chan.3625598041"
signature = "rusEFI master.2023.02.13.alphax-8chan.2069884842"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.alphax-8chan.3625598041" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.alphax-8chan.2069884842" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:01 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:58:29 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.atlas.1856804442"
signature = "rusEFI master.2023.02.13.atlas.3454617001"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.atlas.1856804442" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.atlas.3454617001" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:34 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:59:09 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.core8.2715706641"
signature = "rusEFI master.2023.02.13.core8.43759330"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.core8.2715706641" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.core8.43759330" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:20 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:58:52 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.cypress.1919312765"
signature = "rusEFI master.2023.02.13.cypress.3508777102"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.cypress.1919312765" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.cypress.3508777102" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon Feb 13 01:13:56 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon Feb 13 05:58:23 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.f407-discovery.438926811"
signature = "rusEFI master.2023.02.13.f407-discovery.3110907432"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.f407-discovery.438926811" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.f407-discovery.3110907432" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:32 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:59:07 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.f429-discovery.1919312765"
signature = "rusEFI master.2023.02.13.f429-discovery.3508777102"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.f429-discovery.1919312765" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.f429-discovery.3508777102" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:33 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:59:08 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.frankenso_na6.1345618871"
signature = "rusEFI master.2023.02.13.frankenso_na6.4084289604"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.frankenso_na6.1345618871" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.frankenso_na6.4084289604" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:25 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:58:58 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.harley81.1433392693"
signature = "rusEFI master.2023.02.13.harley81.4129949126"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.harley81.1433392693" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.harley81.4129949126" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:02 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:58:30 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen-gm-e67.220076538"
signature = "rusEFI master.2023.02.13.hellen-gm-e67.2925251081"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen-gm-e67.220076538" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen-gm-e67.2925251081" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:14 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:58:45 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen-honda-k.2828461007"
signature = "rusEFI master.2023.02.13.hellen-honda-k.198389820"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen-honda-k.2828461007" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen-honda-k.198389820" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:07 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:58:36 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen-nb1.2558653436"
signature = "rusEFI master.2023.02.13.hellen-nb1.1002709007"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen-nb1.2558653436" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen-nb1.1002709007" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:13 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:58:43 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen121nissan.3431064032"
signature = "rusEFI master.2023.02.13.hellen121nissan.1875128851"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen121nissan.3431064032" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen121nissan.1875128851" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:05 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:58:35 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen121vag.4257356349"
signature = "rusEFI master.2023.02.13.hellen121vag.1585957326"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen121vag.4257356349" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen121vag.1585957326" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:04 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:58:33 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen128.3562111238"
signature = "rusEFI master.2023.02.13.hellen128.1997820661"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen128.3562111238" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen128.1997820661" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:03 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:58:32 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen154hyundai.2155664884"
signature = "rusEFI master.2023.02.13.hellen154hyundai.590939655"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen154hyundai.2155664884" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen154hyundai.590939655" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:08 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:58:37 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen72.3779089832"
signature = "rusEFI master.2023.02.13.hellen72.1107658331"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen72.3779089832" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen72.1107658331" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:10 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:58:40 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen81.883523616"
signature = "rusEFI master.2023.02.13.hellen81.2548847571"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen81.883523616" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen81.2548847571" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:12 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:58:42 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen88bmw.1619215788"
signature = "rusEFI master.2023.02.13.hellen88bmw.3284571743"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen88bmw.1619215788" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen88bmw.3284571743" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:09 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:58:39 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellenNA6.465885349"
signature = "rusEFI master.2023.02.13.hellenNA6.3095464790"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellenNA6.465885349" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellenNA6.3095464790" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:15 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:58:46 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellenNA8_96.1930779546"
signature = "rusEFI master.2023.02.13.hellenNA8_96.3494938729"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellenNA8_96.1930779546" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellenNA8_96.3494938729" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:17 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:58:47 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.kin.447857073"
signature = "rusEFI master.2023.02.13.kin.3119780418"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.kin.447857073" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.kin.3119780418" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon Feb 13 01:13:55 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon Feb 13 05:58:22 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.m74_9.2917711430"
signature = "rusEFI master.2023.02.13.m74_9.246246837"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.m74_9.2917711430" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.m74_9.246246837" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:23 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:58:55 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.mre_f4.158369916"
signature = "rusEFI master.2023.02.13.mre_f4.2855623567"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.mre_f4.158369916" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.mre_f4.2855623567" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:19 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:58:50 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.mre_f7.158369916"
signature = "rusEFI master.2023.02.13.mre_f7.2855623567"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.mre_f7.158369916" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.mre_f7.2855623567" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:18 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:58:49 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.prometheus_405.579648155"
signature = "rusEFI master.2023.02.13.prometheus_405.2177460584"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.prometheus_405.579648155" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.prometheus_405.2177460584" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:27 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:59:00 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.prometheus_469.579648155"
signature = "rusEFI master.2023.02.13.prometheus_469.2177460584"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.prometheus_469.579648155" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.prometheus_469.2177460584" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:26 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:58:59 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.proteus_f4.1554119306"
signature = "rusEFI master.2023.02.13.proteus_f4.4293142905"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.proteus_f4.1554119306" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.proteus_f4.4293142905" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:30 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:59:04 UTC 2023
pageSize = 26432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.proteus_f7.1554119306"
signature = "rusEFI master.2023.02.13.proteus_f7.4293142905"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.proteus_f7.1554119306" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.proteus_f7.4293142905" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:28 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:59:02 UTC 2023
pageSize = 26432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.proteus_h7.1554119306"
signature = "rusEFI master.2023.02.13.proteus_h7.4293142905"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.proteus_h7.1554119306" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.proteus_h7.4293142905" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:31 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:59:05 UTC 2023
pageSize = 26432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.s105.3415819603"
signature = "rusEFI master.2023.02.13.s105.1759286944"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.s105.3415819603" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.s105.1759286944" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:24 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:58:56 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.subaru_eg33_f7.29045200"
signature = "rusEFI master.2023.02.13.subaru_eg33_f7.2734613027"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.subaru_eg33_f7.29045200" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.subaru_eg33_f7.2734613027" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Mon Feb 13 01:13:57 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Mon Feb 13 05:58:24 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.tdg-pdm8.4173877087"
signature = "rusEFI master.2023.02.13.tdg-pdm8.1536007340"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.tdg-pdm8.4173877087" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.tdg-pdm8.1536007340" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:36 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:59:11 UTC 2023
pageSize = 22432
page = 1
@ -2915,19 +2915,19 @@ targetRpmAcBump = scalar, S32, 1244, "", 1, 0
iacByRpmTaper = scalar, F32, 1248
luaAdd = scalar, F32, 1252
; total TS size = 1256
idlePosition = scalar, F32, 1256, "", 1, 0
idlePosition = scalar, F32, 1256, "per", 1,0
trim = scalar, F32, 1260, "", 1, 0
luaAdjustment = scalar, F32, 1264, "", 1, 0
luaAdjustment = scalar, F32, 1264, "per", 1,0
etbFeedForward = scalar, F32, 1268
etbIntegralError = scalar, F32, 1272, "", 1, 0
etbCurrentTarget = scalar, F32, 1276, "%", 1, 0
etbCurrentAdjustedTarget = scalar, F32, 1280, "%", 1, 0
etbRevLimitActive = bits, U32, 1284, [0:0]
jamDetected = bits, U32, 1284, [1:1]
etbDutyRateOfChange = scalar, F32, 1288, "", 1, 0
etbDutyAverage = scalar, F32, 1292, "", 1, 0
etbTpsErrorCounter = scalar, U16, 1296, "", 1, 0
etbPpsErrorCounter = scalar, U16, 1298, "", 1, 0
etbDutyRateOfChange = scalar, F32, 1288, "per", 1,0
etbDutyAverage = scalar, F32, 1292, "per", 1,0
etbTpsErrorCounter = scalar, U16, 1296, "count", 1,0
etbPpsErrorCounter = scalar, U16, 1298, "count", 1,0
etbErrorCode = scalar, S08, 1300, "", 1, 0
jamTimer = scalar, U16, 1302, "sec", 0.01, 0
; total TS size = 1304
@ -4155,10 +4155,6 @@ gaugeCategory = Throttle Body (incl. ETB)
etbTargetGauge = etbTarget, "ETB position target", "%", 0, 100, 0, 0, 100, 100, 1, 1
etbErrorGauge = etbStatus_error, "ETB position error", "%", -20, 20, -10, -5, 5, 10, 2, 0
etbDutyCycleGauge = etb1DutyCycle, "ETB Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0
etbDutyRateOfChangeGauge = etbDutyRateOfChange, "ETB duty rate of change", "", -100, 100, -75, -50, 50, 75, 0, 3
etbDutyAverageGauge = etbDutyAverage, "ETB average duty", "", -100, 100, -75, -50, 50, 75, 0, 3
etbTpsErrorCounterGauge = etbTpsErrorCounter, "TPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
etbPpsErrorCounterGauge = etbPpsErrorCounter, "PPS sensor error counter", "", -100, 100, -75, -50, 50, 75, 0, 0
gaugeCategory = Sensors - Raw
rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0
@ -4864,8 +4860,8 @@ entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = jamDetected, "jamDetected", int, "%d"
entry = etbDutyRateOfChange, "etbDutyRateOfChange", float, "%.3f"
entry = etbDutyAverage, "etbDutyAverage", float, "%.3f"
entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f"
entry = etbDutyAverage, "ETB average duty", float, "%.3f"
entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d"
entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d"
entry = etbErrorCode, "etbErrorCode", int, "%d"

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/ac_control.txt Mon Feb 06 13:14:57 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/ac_control.txt Mon Feb 13 05:58:21 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -104,6 +104,7 @@ public class AcControl {
public static final int FUEL_RPM_COUNT = 16;
public static final int GAP_TRACKING_LENGTH = 18;
public static final String GAUGE_CATEGORY_BOOST_CONTROL = "Boost Control";
public static final String GAUGE_CATEGORY_ETB = "ETB more";
public static final String GAUGE_CATEGORY_FUEL_MATH = "Fuel: math";
public static final String GAUGE_CATEGORY_TIMING = "Timing";
public static final String GAUGE_COIL_DWELL_TIME = "dwell: coil charge time";

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/algo/antilag_system_state.txt Mon Feb 06 23:06:34 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/antilag_system_state.txt Mon Feb 13 05:58:21 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -104,6 +104,7 @@ public class AntilagSystem {
public static final int FUEL_RPM_COUNT = 16;
public static final int GAP_TRACKING_LENGTH = 18;
public static final String GAUGE_CATEGORY_BOOST_CONTROL = "Boost Control";
public static final String GAUGE_CATEGORY_ETB = "ETB more";
public static final String GAUGE_CATEGORY_FUEL_MATH = "Fuel: math";
public static final String GAUGE_CATEGORY_TIMING = "Timing";
public static final String GAUGE_COIL_DWELL_TIME = "dwell: coil charge time";

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/boost_control.txt Mon Feb 06 13:14:57 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/boost_control.txt Mon Feb 13 05:58:21 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -104,6 +104,7 @@ public class BoostControl {
public static final int FUEL_RPM_COUNT = 16;
public static final int GAP_TRACKING_LENGTH = 18;
public static final String GAUGE_CATEGORY_BOOST_CONTROL = "Boost Control";
public static final String GAUGE_CATEGORY_ETB = "ETB more";
public static final String GAUGE_CATEGORY_FUEL_MATH = "Fuel: math";
public static final String GAUGE_CATEGORY_TIMING = "Timing";
public static final String GAUGE_COIL_DWELL_TIME = "dwell: coil charge time";

View File

@ -1,11 +1,409 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/electronic_throttle.txt Mon Feb 06 13:14:57 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/electronic_throttle.txt Mon Feb 13 05:58:22 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
public class ElectronicThrottle {
public static final int ADC_CHANNEL_NONE = 0;
public static final int AFTERSTART_DECAY_CURVE_SIZE = 8;
public static final int AFTERSTART_ENRICH_CURVE_SIZE = 8;
public static final int AFTERSTART_HOLD_CURVE_SIZE = 8;
public static final int AUX_DIGITAL_VALVE_COUNT = 2;
public static final int BANKS_COUNT = 2;
public static final int BARO_CORR_SIZE = 4;
public static final int BLOCKING_FACTOR = 750;
public static final int BOOST_LOAD_COUNT = 8;
public static final int BOOST_RPM_COUNT = 8;
public static final int CAM_INPUTS_COUNT = 4;
public static final int CAMS_PER_BANK = 2;
public static final int CAN_DEFAULT_BASE = 0x200;
public static final int CAN_ECU_HW_META = 0xAB1234;
public static final int CAN_ECU_SERIAL_RX_ID = 0x100;
public static final int CAN_ECU_SERIAL_TX_ID = 0x102;
public static final String CAN_RX_PREFIX = "CAN_rx";
public static final int CLT_CRANKING_CURVE_SIZE = 8;
public static final int CLT_CURVE_SIZE = 16;
public static final int CLT_LIMITER_CURVE_SIZE = 4;
public static final int CLT_TIMING_CURVE_SIZE = 8;
public static final String CMD_AC_RELAY_BENCH = "acrelaybench";
public static final String CMD_ALTERNATOR_PIN = "set_alternator_pin";
public static final String CMD_BOOST_PIN = "set_boost_pin";
public static final String CMD_BURNCONFIG = "burnconfig";
public static final String CMD_DATE = "date";
public static final String CMD_DISABLE = "disable";
public static final String CMD_ECU_UNLOCK = "unlock";
public static final String CMD_ENABLE = "enable";
public static final String CMD_ENGINE_TYPE = "engine_type";
public static final String CMD_ENGINESNIFFERRPMTHRESHOLD = "engineSnifferRpmThreshold";
public static final String CMD_ETB_DUTY = "set_etb_duty";
public static final String CMD_EXTERNAL_STIMULATION = "ext_stimulation";
public static final String CMD_FAN2_BENCH = "fan2bench";
public static final String CMD_FAN_BENCH = "fanbench";
public static final String CMD_FUEL_BENCH = "fuelbench";
public static final String CMD_FUEL_PUMP_BENCH = "fuelpumpbench";
public static final String CMD_FUNCTIONAL_TEST_MODE = "test_mode";
public static final String CMD_GET = "get";
public static final String CMD_HPFP_BENCH = "hpfpbench";
public static final String CMD_IDLE_BENCH = "idlebench";
public static final String CMD_IDLE_PIN = "set_idle_pin";
public static final String CMD_IGNITION = "ignition";
public static final String CMD_IGNITION_PIN = "set_ignition_pin";
public static final String CMD_INJECTION = "injection";
public static final String CMD_INJECTION_PIN = "set_injection_pin";
public static final String CMD_LOGIC_PIN = "set_logic_input_pin";
public static final String CMD_MIL_BENCH = "milbench";
public static final String CMD_PINS = "pins";
public static final String CMD_PWM = "pwm";
public static final String CMD_REBOOT = "reboot";
public static final String CMD_REBOOT_DFU = "reboot_dfu";
public static final String CMD_REBOOT_OPENBLT = "reboot_openblt";
public static final String CMD_RESET_ENGINE_SNIFFER = "reset_engine_chart";
public static final String CMD_RPM = "rpm";
public static final String CMD_SELF_STIMULATION = "self_stimulation";
public static final String CMD_SET = "set";
public static final String CMD_SPARK_BENCH = "sparkbench";
public static final String CMD_STARTER_BENCH = "starterbench";
public static final String CMD_TRIGGER_HW_INPUT = "trigger_hw_input";
public static final String CMD_TRIGGER_PIN = "set_trigger_input_pin";
public static final String CMD_TRIGGER_SIMULATOR_PIN = "set_trigger_simulator_pin";
public static final String CMD_TRIGGERINFO = "triggerinfo";
public static final String CMD_VSS_PIN = "vss_pin";
public static final String CMD_WRITECONFIG = "writeconfig";
public static final int COMPOSITE_PACKET_SIZE = 5;
public static final String CONSOLE_DATA_PROTOCOL_TAG = " @";
public static final int CRANKING_ADVANCE_CURVE_SIZE = 4;
public static final int CRANKING_CLT_IDLE_CURVE_SIZE = 8;
public static final int CRANKING_CURVE_SIZE = 8;
public static final String CRITICAL_PREFIX = "CRITICAL";
public static final int DC_PER_STEPPER = 2;
public static final int DIGIPOT_COUNT = 4;
public static final int DWELL_CURVE_SIZE = 8;
public static final int EGT_CHANNEL_COUNT = 8;
public static final String ENGINE_MAKE_BMW = "BMW";
public static final String ENGINE_MAKE_GM = "GM";
public static final String ENGINE_MAKE_HONDA = "Honda";
public static final String ENGINE_MAKE_Hyundai = "Hyundai";
public static final String ENGINE_MAKE_LADA = "Lada";
public static final String ENGINE_MAKE_MAZDA = "Mazda";
public static final String ENGINE_MAKE_MERCEDES = "Mercedes";
public static final String ENGINE_MAKE_NISSAN = "Nissan";
public static final String ENGINE_MAKE_SUBARU = "Subaru";
public static final String ENGINE_MAKE_TOYOTA = "Toyota";
public static final String ENGINE_MAKE_VAG = "VAG";
public static final int ENGINE_NOISE_CURVE_SIZE = 16;
public static final int ENGINE_SNIFFER_UNIT_US = 10;
public static final int ERROR_BUFFER_SIZE = 120;
public static final int ETB_BIAS_CURVE_LENGTH = 8;
public static final int ETB_COUNT = 2;
public static final int ETB_HW_MAX_FREQUENCY = 3000;
public static final int FLASH_DATA_VERSION = 10019;
public static final int FUEL_LEVEL_TABLE_COUNT = 8;
public static final int FUEL_LOAD_COUNT = 16;
public static final int FUEL_RPM_COUNT = 16;
public static final int GAP_TRACKING_LENGTH = 18;
public static final String GAUGE_CATEGORY_BOOST_CONTROL = "Boost Control";
public static final String GAUGE_CATEGORY_ETB = "ETB more";
public static final String GAUGE_CATEGORY_FUEL_MATH = "Fuel: math";
public static final String GAUGE_CATEGORY_TIMING = "Timing";
public static final String GAUGE_COIL_DWELL_TIME = "dwell: coil charge time";
public static final String GAUGE_NAME_ACCEL_ROLL = "Acceleration: Roll";
public static final String GAUGE_NAME_ACCEL_X = "Acceleration: X";
public static final String GAUGE_NAME_ACCEL_Y = "Acceleration: Y";
public static final String GAUGE_NAME_ACCEL_YAW = "Acceleration: Yaw";
public static final String GAUGE_NAME_ACCEL_Z = "Acceleration: Z";
public static final String GAUGE_NAME_AFR = "Air/Fuel Ratio";
public static final String GAUGE_NAME_AFR2 = "Air/Fuel Ratio 2";
public static final String GAUGE_NAME_AIR_FLOW_ESTIMATE = "MAF estimate";
public static final String GAUGE_NAME_AIR_FLOW_MEASURED = "MAF";
public static final String GAUGE_NAME_AIR_FLOW_MEASURED_2 = "MAF #2";
public static final String GAUGE_NAME_AIR_MASS = "air mass";
public static final String GAUGE_NAME_AUX_LINEAR_1 = "Aux Linear #1";
public static final String GAUGE_NAME_AUX_LINEAR_2 = "Aux Linear #2";
public static final String GAUGE_NAME_AUX_TEMP1 = "Aux temp 1";
public static final String GAUGE_NAME_AUX_TEMP2 = "Aux temp 2";
public static final String GAUGE_NAME_BARO_PRESSURE = "Barometric pressure";
public static final String GAUGE_NAME_BOOST_CLOSED_LOOP = "Boost Closed Loop";
public static final String GAUGE_NAME_BOOST_OPEN_LOOP = "Boost Open Loop";
public static final String GAUGE_NAME_BOOST_OUTPUT = "Boost Output";
public static final String GAUGE_NAME_BOOST_TARGET = "Boost Target";
public static final String GAUGE_NAME_CLT = "CLT";
public static final String GAUGE_NAME_CPU_TEMP = "CPU Temperature";
public static final String GAUGE_NAME_CURRENT_GEAR = "Current Gear";
public static final String GAUGE_NAME_DEBUG_F1 = "debug f1";
public static final String GAUGE_NAME_DEBUG_F2 = "debug f2: iTerm";
public static final String GAUGE_NAME_DEBUG_F3 = "debug f3: prevError";
public static final String GAUGE_NAME_DEBUG_F4 = "debug f4: iParam";
public static final String GAUGE_NAME_DEBUG_F5 = "debug f5: dParam";
public static final String GAUGE_NAME_DEBUG_F6 = "debug f6: dTerm";
public static final String GAUGE_NAME_DEBUG_F7 = "debug f7";
public static final String GAUGE_NAME_DEBUG_I1 = "debug i1: pParam";
public static final String GAUGE_NAME_DEBUG_I2 = "debug i2: offset";
public static final String GAUGE_NAME_DEBUG_I3 = "debug i3";
public static final String GAUGE_NAME_DEBUG_I4 = "debug i4";
public static final String GAUGE_NAME_DEBUG_I5 = "debug i5";
public static final String GAUGE_NAME_DESIRED_GEAR = "Desired Gear";
public static final String GAUGE_NAME_DETECTED_GEAR = "Detected Gear";
public static final String GAUGE_NAME_DWELL_DUTY = "dwell: coil duty cycle";
public static final String GAUGE_NAME_ECU_TEMPERATURE = "ECU temperature";
public static final String GAUGE_NAME_ENGINE_CRC16 = "Engine CRC16";
public static final String GAUGE_NAME_ETB_DUTY = "ETB Duty";
public static final String GAUGE_NAME_ETB_ERROR = "ETB position error";
public static final String GAUGE_NAME_ETB_TARGET = "ETB position target";
public static final String GAUGE_NAME_FLEX = "Flex Ethanol %";
public static final String GAUGE_NAME_FUEL_BARO_CORR = "fuel: Barometric pressure mult";
public static final String GAUGE_NAME_FUEL_BASE = "fuel: base mass";
public static final String GAUGE_NAME_FUEL_CHARGE_TEMP = "fuel: Estimated charge temperature";
public static final String GAUGE_NAME_FUEL_CLT_CORR = "fuel: CLT correction";
public static final String GAUGE_NAME_FUEL_CONSUMPTION = "fuel: Total consumed";
public static final String GAUGE_NAME_FUEL_CRANKING = "fuel: cranking";
public static final String GAUGE_NAME_FUEL_EL_EXTRA = "fuel: engine load acceleration extra fuel";
public static final String GAUGE_NAME_FUEL_FLOW = "fuel: Flow rate";
public static final String GAUGE_NAME_FUEL_IAT_CORR = "fuel: IAT correction";
public static final String GAUGE_NAME_FUEL_INJ_DUTY = "fuel: injector duty cycle";
public static final String GAUGE_NAME_FUEL_LAST_INJECTION = "fuel: Last injection";
public static final String GAUGE_NAME_FUEL_LEVEL = "fuel level";
public static final String GAUGE_NAME_FUEL_LOAD = "fuel: load";
public static final String GAUGE_NAME_FUEL_PRESSURE_HIGH = "Fuel pressure (high)";
public static final String GAUGE_NAME_FUEL_PRESSURE_HIGH_UNITS = "bar";
public static final String GAUGE_NAME_FUEL_PRESSURE_LOW = "Fuel pressure (low)";
public static final String GAUGE_NAME_FUEL_PRESSURE_LOW_UNITS = "kPa";
public static final String GAUGE_NAME_FUEL_RUNNING = "fuel: running";
public static final String GAUGE_NAME_FUEL_TPS_EXTRA = "fuel: TPS acceleration add fuel ms";
public static final String GAUGE_NAME_FUEL_TPS_ROC = "fuel: TPS change";
public static final String GAUGE_NAME_FUEL_TRIM = "fuel: fuel trim";
public static final String GAUGE_NAME_FUEL_TRIM_2 = "fuel: fuel trim 2";
public static final String GAUGE_NAME_FUEL_VE = "fuel: VE";
public static final String GAUGE_NAME_FUEL_WALL_AMOUNT = "fuel: wall amount";
public static final String GAUGE_NAME_FUEL_WALL_CORRECTION = "fuel: wall correction";
public static final String GAUGE_NAME_FW_VERSION = "ECU Software Version";
public static final String GAUGE_NAME_GEAR_RATIO = "Gearbox Ratio";
public static final String GAUGE_NAME_IAC = "Idle Air Valve";
public static final String GAUGE_NAME_IAT = "IAT";
public static final String GAUGE_NAME_IDLE_POSITION = "Idle position sensor";
public static final String GAUGE_NAME_IGNITION_LOAD = "ign: load";
public static final String GAUGE_NAME_INJECTOR_LAG = "fuel: injector lag";
public static final String GAUGE_NAME_ISS = "Input Shaft Speed";
public static final String GAUGE_NAME_KNOCK_1 = "knock 1";
public static final String GAUGE_NAME_KNOCK_10 = "knock 10";
public static final String GAUGE_NAME_KNOCK_11 = "knock 11";
public static final String GAUGE_NAME_KNOCK_12 = "knock 12";
public static final String GAUGE_NAME_KNOCK_2 = "knock 2";
public static final String GAUGE_NAME_KNOCK_3 = "knock 3";
public static final String GAUGE_NAME_KNOCK_4 = "knock 4";
public static final String GAUGE_NAME_KNOCK_5 = "knock 5";
public static final String GAUGE_NAME_KNOCK_6 = "knock 6";
public static final String GAUGE_NAME_KNOCK_7 = "knock 7";
public static final String GAUGE_NAME_KNOCK_8 = "knock 8";
public static final String GAUGE_NAME_KNOCK_9 = "knock 9";
public static final String GAUGE_NAME_KNOCK_COUNTER = "knock: count";
public static final String GAUGE_NAME_KNOCK_LEVEL = "knock: current level";
public static final String GAUGE_NAME_KNOCK_RETARD = "knock: retard";
public static final String GAUGE_NAME_LAMBDA = "Lambda";
public static final String GAUGE_NAME_LAMBDA2 = "Lambda 2";
public static final String GAUGE_NAME_LAST_ERROR = "Last error";
public static final String GAUGE_NAME_MAF = "MAF";
public static final String GAUGE_NAME_MAP = "MAP";
public static final String GAUGE_NAME_OIL_PRESSURE = "Oil Pressure";
public static final String GAUGE_NAME_OIL_PRESSURE_UNITS = "kPa";
public static final String GAUGE_NAME_RAW_FUEL_PRESSURE_HIGH = "Fuel pressure raw (high)";
public static final String GAUGE_NAME_RAW_FUEL_PRESSURE_LOW = "Fuel pressure raw (low)";
public static final String GAUGE_NAME_RPM = "RPM";
public static final String GAUGE_NAME_TARGET_AFR = "fuel: target AFR";
public static final String GAUGE_NAME_TARGET_LAMBDA = "fuel: target lambda";
public static final String GAUGE_NAME_TC_RATIO = "Torque Converter Ratio";
public static final String GAUGE_NAME_TCHARGE = "fuel: SD tCharge";
public static final String GAUGE_NAME_THROTTLE_PEDAL = "Throttle pedal position";
public static final String GAUGE_NAME_TIME = "Time";
public static final String GAUGE_NAME_TIMING_ADVANCE = "timing";
public static final String GAUGE_NAME_TPS = "TPS";
public static final String GAUGE_NAME_TPS2 = "TPS2";
public static final String GAUGE_NAME_TRG_ERR = "Trigger Error Counter";
public static final String GAUGE_NAME_TRG_GAP = "Trigger Sync Latest Ratio";
public static final String GAUGE_NAME_TUNE_CRC16 = "Tune CRC16";
public static final String GAUGE_NAME_TURBO_SPEED = "Turbocharger Speed";
public static final String GAUGE_NAME_UPTIME = "Uptime";
public static final String GAUGE_NAME_VBAT = "VBatt";
public static final String GAUGE_NAME_VERSION = "firmware";
public static final String GAUGE_NAME_VVS = "Vehicle Speed";
public static final String GAUGE_NAME_VVT_B1E = "VVT: bank 1 exhaust";
public static final String GAUGE_NAME_VVT_B1I = "VVT: bank 1 intake";
public static final String GAUGE_NAME_VVT_B2E = "VVT: bank 2 exhaust";
public static final String GAUGE_NAME_VVT_B2I = "VVT: bank 2 intake";
public static final String GAUGE_NAME_VVT_TARGET_B1E = "VVT: bank 1 exhaust target";
public static final String GAUGE_NAME_VVT_TARGET_B1I = "VVT: bank 1 intake target";
public static final String GAUGE_NAME_VVT_TARGET_B2E = "VVT: bank 2 exhaust target";
public static final String GAUGE_NAME_VVT_TARGET_B2I = "VVT: bank 2 intake target";
public static final String GAUGE_NAME_WARNING_COUNT = "Warning count";
public static final String GAUGE_NAME_WARNING_COUNTER = "warning: counter";
public static final String GAUGE_NAME_WARNING_LAST = "warning: last";
public static final String GAUGE_NAME_WG_POSITION = "Wastegate position sensor";
public static final int GEARS_COUNT = 8;
public static final int GPPWM_CHANNELS = 4;
public static final int GPPWM_LOAD_COUNT = 8;
public static final int GPPWM_NOTE_SIZE = 16;
public static final int GPPWM_RPM_COUNT = 8;
public static final int HIGH_SPEED_COUNT = 32;
public static final int HPFP_COMPENSATION_SIZE = 10;
public static final int HPFP_DEADTIME_SIZE = 8;
public static final int HPFP_LOBE_PROFILE_SIZE = 16;
public static final int HPFP_TARGET_SIZE = 10;
public static final int HW_MAX_ADC_INDEX = 17;
public static final int IAC_PID_MULT_SIZE = 8;
public static final int IAT_CURVE_SIZE = 16;
public static final int IDLE_ADVANCE_CURVE_SIZE = 8;
public static final int IDLE_VE_SIZE = 4;
public static final int IGN_BLEND_COUNT = 4;
public static final int IGN_LOAD_COUNT = 16;
public static final int IGN_RPM_COUNT = 16;
public static final String INDICATOR_NAME_AC_SWITCH = "AC switch";
public static final String INDICATOR_NAME_BRAKE_DOWN = "brake: down";
public static final String INDICATOR_NAME_CLUTCH_DOWN = "clutch: down";
public static final String INDICATOR_NAME_CLUTCH_UP = "clutch: up";
public static final String LOG_DELIMITER = "`";
public static final int LOGIC_ANALYZER_CHANNEL_COUNT = 4;
public static final int LUA_ANALOG_INPUT_COUNT = 8;
public static final int LUA_DIGITAL_INPUT_COUNT = 8;
public static final int LUA_GAUGE_COUNT = 2;
public static final int LUA_PWM_COUNT = 8;
public static final int LUA_SCRIPT_SIZE = 8000;
public static final int MAF_DECODING_COUNT = 256;
public static final String MAIN_HELP_URL = "http://www.rusefi.com/";
public static final int MAP_ANGLE_SIZE = 8;
public static final int MAP_WINDOW_SIZE = 8;
public static final int MAX_CYLINDER_COUNT = 12;
public static final int MLQ_FIELD_HEADER_SIZE = 89;
public static final int MLQ_HEADER_SIZE = 24;
public static final String MOCK_PPS_POSITION_COMMAND = "mock_pps_position";
public static final String MOCK_PPS_VOLTAGE_COMMAND = "mock_pps_voltage";
public static final int NARROW_BAND_WIDE_BAND_CONVERSION_SIZE = 8;
public static final int PACK_ADD_TEMPERATURE = 40;
public static final int PACK_MULT_AFR = 1000;
public static final int PACK_MULT_AFR_CFG = 10;
public static final int PACK_MULT_ANGLE = 50;
public static final int PACK_MULT_FUEL_FLOW = 200;
public static final int PACK_MULT_FUEL_MASS = 100;
public static final int PACK_MULT_HIGH_PRESSURE = 10;
public static final int PACK_MULT_LAMBDA = 10000;
public static final int PACK_MULT_LAMBDA_CFG = 147;
public static final int PACK_MULT_MASS_FLOW = 10;
public static final int PACK_MULT_MS = 300;
public static final int PACK_MULT_PERCENT = 100;
public static final int PACK_MULT_PRESSURE = 30;
public static final int PACK_MULT_TEMPERATURE = 100;
public static final int PACK_MULT_VOLTAGE = 1000;
public static final int PEDAL_TO_TPS_SIZE = 8;
public static final String PROTOCOL_ANALOG_CHART = "analog_chart";
public static final String PROTOCOL_COIL1_SHORT_NAME = "c1";
public static final String PROTOCOL_CRANK1 = "t1";
public static final String PROTOCOL_CRANK2 = "t2";
public static final String PROTOCOL_ENGINE_SNIFFER = "wave_chart";
public static final String PROTOCOL_ES_DOWN = "d";
public static final String PROTOCOL_ES_UP = "u";
public static final String PROTOCOL_HELLO_PREFIX = "***";
public static final String PROTOCOL_HIP_NAME = "HIP";
public static final String PROTOCOL_HPFP_NAME = "hpfp";
public static final String PROTOCOL_INJ1_SHORT_NAME = "i1";
public static final String PROTOCOL_MSG = "msg";
public static final String PROTOCOL_OUTPIN = "outpin";
public static final String PROTOCOL_SIGNATURE_PREFIX = "rusEFI ";
public static final String PROTOCOL_TACH_NAME = "tach";
public static final String PROTOCOL_TEST_RESPONSE_TAG = "ts_p_alive";
public static final String PROTOCOL_VERSION_TAG = "rusEfiVersion";
public static final String PROTOCOL_VVT1_NAME = "VVT1";
public static final String PROTOCOL_VVT2_NAME = "VVT2";
public static final String PROTOCOL_VVT3_NAME = "VVT3";
public static final String PROTOCOL_VVT4_NAME = "VVT4";
public static final String PROTOCOL_WA_CHANNEL_1 = "input1";
public static final String PROTOCOL_WA_CHANNEL_2 = "input2";
public static final String PROTOCOL_WA_CHANNEL_3 = "input3";
public static final String PROTOCOL_WA_CHANNEL_4 = "input4";
public static final int SCRIPT_CURVE_16 = 16;
public static final int SCRIPT_CURVE_8 = 8;
public static final int SCRIPT_CURVE_COUNT = 6;
public static final int SCRIPT_SETTING_COUNT = 8;
public static final int SCRIPT_TABLE_8 = 8;
public static final int SCRIPT_TABLE_COUNT = 4;
public static final int SENT_INPUT_COUNT = 1;
public static final int STFT_BANK_COUNT = 2;
public static final int STFT_CELL_COUNT = 4;
public static final int TCU_GEAR_COUNT = 10;
public static final int TCU_MAGIC_SIZE = 8;
public static final int TCU_SOLENOID_COUNT = 6;
public static final int TOOTH_DATA_LENGTH = 2000;
public static final int TOOTH_PACKET_COUNT = 1000;
public static final int TOOTH_PACKET_SIZE = 2;
public static final String TOP_DEAD_CENTER_MESSAGE = "r";
public static final int TORQUE_CURVE_SIZE = 6;
public static final int TPS_2_BYTE_PACKING_MULT = 100;
public static final int TPS_TPS_ACCEL_CLT_CORR_TABLE = 4;
public static final int TPS_TPS_ACCEL_TABLE = 8;
public static final String TRIGGER_COMMENT = "#";
public static final String TRIGGER_CYCLE_DURATION = "cycleDuration";
public static final String TRIGGER_GAP_FROM = "gapFrom";
public static final String TRIGGER_GAP_TO = "gapTo";
public static final String TRIGGER_GAPS_COUNT = "gapsCount";
public static final String TRIGGER_HARDCODED_OPERATION_MODE = "knownOperationMode";
public static final String TRIGGER_HAS_SECOND_CHANNEL = "hasSecondChannel";
public static final int TRIGGER_INPUT_PIN_COUNT = 2;
public static final String TRIGGER_IS_CRANK_KEY = "crankBased";
public static final String TRIGGER_IS_SECOND_WHEEL_CAM = "isSecondWheelCam";
public static final int TRIGGER_SIMULATOR_PIN_COUNT = 2;
public static final String TRIGGER_WITH_SYNC = "isSynchronizationNeeded";
public static final String TRIGGERS_FILE_NAME = "triggers.txt";
public static final int TRIM_SIZE = 4;
public static final int TS_BLOCK_READ_TIMEOUT = 3000;
public static final char TS_BURN_COMMAND = 'B';
public static final char TS_CHUNK_WRITE_COMMAND = 'C';
public static final char TS_COMMAND_F = 'F';
public static final int TS_COMPOSITE_DISABLE = 2;
public static final int TS_COMPOSITE_ENABLE = 1;
public static final int TS_COMPOSITE_READ = 3;
public static final char TS_CRC_CHECK_COMMAND = 'k';
public static final char TS_EXECUTE = 'E';
public static final int TS_FILE_VERSION = 20210312;
public static final int TS_FILE_VERSION_OFFSET = 124;
public static final char TS_GET_COMPOSITE_BUFFER_DONE_DIFFERENTLY = '8';
public static final char TS_GET_CONFIG_ERROR = 'e';
public static final char TS_GET_FIRMWARE_VERSION = 'V';
public static final char TS_GET_OUTPUTS_SIZE = '4';
public static final char TS_GET_PROTOCOL_VERSION_COMMAND_F = 'F';
public static final char TS_GET_SCATTERED_GET_COMMAND = '9';
public static final char TS_GET_TEXT = 'G';
public static final char TS_HELLO_COMMAND = 'S';
public static final char TS_IO_TEST_COMMAND = 'Z';
public static final char TS_ONLINE_PROTOCOL = 'z';
public static final char TS_OUTPUT_COMMAND = 'O';
public static final char TS_PAGE_COMMAND = 'P';
public static final char TS_PERF_TRACE_BEGIN = '_';
public static final char TS_PERF_TRACE_GET_BUFFER = 'b';
public static final String TS_PROTOCOL = "001";
public static final char TS_QUERY_COMMAND = 'Q';
public static final char TS_READ_COMMAND = 'R';
public static final int TS_RESPONSE_BURN_OK = 4;
public static final int TS_RESPONSE_COMMAND_OK = 7;
public static final int TS_RESPONSE_CRC_FAILURE = 0x82;
public static final int TS_RESPONSE_FRAMING_ERROR = 0x8D;
public static final int TS_RESPONSE_OK = 0;
public static final int TS_RESPONSE_OUT_OF_RANGE = 0x84;
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 char TS_SINGLE_WRITE_COMMAND = 'W';
public static final char TS_TEST_COMMAND = 't';
public static final String TS_TRIGGER_SCOPE_CHANNEL_1_NAME = "Channel 1";
public static final String TS_TRIGGER_SCOPE_CHANNEL_2_NAME = "Channel 2";
public static final int TS_TRIGGER_SCOPE_DISABLE = 5;
public static final int TS_TRIGGER_SCOPE_ENABLE = 4;
public static final int TS_TRIGGER_SCOPE_READ = 6;
public static final int VBAT_INJECTOR_CURVE_SIZE = 8;
public static final int VE_BLEND_COUNT = 4;
public static final int VEHICLE_INFO_SIZE = 32;
public static final int VIN_NUMBER_SIZE = 17;
public static final int VM_VVT_INACTIVE = 0;
public static final int VR_THRESHOLD_COUNT = 2;
public static final int WWAE_TABLE_SIZE = 8;
public static final Field IDLEPOSITION = Field.create("IDLEPOSITION", 0, FieldType.FLOAT).setBaseOffset(1256);
public static final Field TRIM = Field.create("TRIM", 4, FieldType.FLOAT).setBaseOffset(1256);
public static final Field LUAADJUSTMENT = Field.create("LUAADJUSTMENT", 8, FieldType.FLOAT).setBaseOffset(1256);

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/algo/engine_state.txt Mon Feb 06 13:14:57 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/engine_state.txt Mon Feb 13 05:58:21 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -104,6 +104,7 @@ public class EngineState {
public static final int FUEL_RPM_COUNT = 16;
public static final int GAP_TRACKING_LENGTH = 18;
public static final String GAUGE_CATEGORY_BOOST_CONTROL = "Boost Control";
public static final String GAUGE_CATEGORY_ETB = "ETB more";
public static final String GAUGE_CATEGORY_FUEL_MATH = "Fuel: math";
public static final String GAUGE_CATEGORY_TIMING = "Timing";
public static final String GAUGE_COIL_DWELL_TIME = "dwell: coil charge time";

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 01:14:39 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 05:59:14 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -380,6 +380,7 @@ public class Fields {
public static final int FUEL_RPM_COUNT = 16;
public static final int GAP_TRACKING_LENGTH = 18;
public static final String GAUGE_CATEGORY_BOOST_CONTROL = "Boost Control";
public static final String GAUGE_CATEGORY_ETB = "ETB more";
public static final String GAUGE_CATEGORY_FUEL_MATH = "Fuel: math";
public static final String GAUGE_CATEGORY_TIMING = "Timing";
public static final String GAUGE_COIL_DWELL_TIME = "dwell: coil charge time";
@ -993,7 +994,6 @@ public class Fields {
public static final int sensor_chart_e_SC_RPM_ACCEL = 3;
public static final int sensor_chart_e_SC_TRIGGER = 1;
public static final int SENT_INPUT_COUNT = 1;
public static final int SIGNATURE_HASH = 438926811;
public static final int specs_s_size = 12;
public static final int spi_device_e_SPI_DEVICE_1 = 1;
public static final int spi_device_e_SPI_DEVICE_2 = 2;
@ -1203,7 +1203,7 @@ 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 master.2023.02.13.f407-discovery.438926811";
public static final String TS_SIGNATURE = "rusEFI master.2023.02.13.f407-discovery.3110907432";
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 = 1316;

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/algo/fuel/fuel_computer.txt Mon Feb 06 13:14:57 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/fuel/fuel_computer.txt Mon Feb 13 05:58:21 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -104,6 +104,7 @@ public class FuelComputer {
public static final int FUEL_RPM_COUNT = 16;
public static final int GAP_TRACKING_LENGTH = 18;
public static final String GAUGE_CATEGORY_BOOST_CONTROL = "Boost Control";
public static final String GAUGE_CATEGORY_ETB = "ETB more";
public static final String GAUGE_CATEGORY_FUEL_MATH = "Fuel: math";
public static final String GAUGE_CATEGORY_TIMING = "Timing";
public static final String GAUGE_COIL_DWELL_TIME = "dwell: coil charge time";

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/algo/ignition_state.txt Mon Feb 06 13:14:57 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/ignition_state.txt Mon Feb 13 05:58:21 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -104,6 +104,7 @@ public class IgnitionState {
public static final int FUEL_RPM_COUNT = 16;
public static final int GAP_TRACKING_LENGTH = 18;
public static final String GAUGE_CATEGORY_BOOST_CONTROL = "Boost Control";
public static final String GAUGE_CATEGORY_ETB = "ETB more";
public static final String GAUGE_CATEGORY_FUEL_MATH = "Fuel: math";
public static final String GAUGE_CATEGORY_TIMING = "Timing";
public static final String GAUGE_COIL_DWELL_TIME = "dwell: coil charge time";

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/trigger/trigger_state.txt Mon Feb 06 13:14:57 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_state.txt Mon Feb 13 05:58:22 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -104,6 +104,7 @@ public class TriggerState {
public static final int FUEL_RPM_COUNT = 16;
public static final int GAP_TRACKING_LENGTH = 18;
public static final String GAUGE_CATEGORY_BOOST_CONTROL = "Boost Control";
public static final String GAUGE_CATEGORY_ETB = "ETB more";
public static final String GAUGE_CATEGORY_FUEL_MATH = "Fuel: math";
public static final String GAUGE_CATEGORY_TIMING = "Timing";
public static final String GAUGE_COIL_DWELL_TIME = "dwell: coil charge time";

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/trigger/trigger_state_primary.txt Mon Feb 06 13:14:57 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_state_primary.txt Mon Feb 13 05:58:22 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -104,6 +104,7 @@ public class TriggerStatePrimary {
public static final int FUEL_RPM_COUNT = 16;
public static final int GAP_TRACKING_LENGTH = 18;
public static final String GAUGE_CATEGORY_BOOST_CONTROL = "Boost Control";
public static final String GAUGE_CATEGORY_ETB = "ETB more";
public static final String GAUGE_CATEGORY_FUEL_MATH = "Fuel: math";
public static final String GAUGE_CATEGORY_TIMING = "Timing";
public static final String GAUGE_COIL_DWELL_TIME = "dwell: coil charge time";

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) console/binary/output_channels.txt Mon Feb 06 13:14:56 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Mon Feb 13 05:58:21 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -104,6 +104,7 @@ public class TsOutputs {
public static final int FUEL_RPM_COUNT = 16;
public static final int GAP_TRACKING_LENGTH = 18;
public static final String GAUGE_CATEGORY_BOOST_CONTROL = "Boost Control";
public static final String GAUGE_CATEGORY_ETB = "ETB more";
public static final String GAUGE_CATEGORY_FUEL_MATH = "Fuel: math";
public static final String GAUGE_CATEGORY_TIMING = "Timing";
public static final String GAUGE_COIL_DWELL_TIME = "dwell: coil charge time";