Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-03-19 07:20:43 +00:00
parent ceeb819fc8
commit 636870848e
82 changed files with 343 additions and 223 deletions

View File

@ -1061,7 +1061,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 522634604
#define SIGNATURE_HASH 455874183
#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
@ -1336,6 +1336,7 @@
#define ts_show_hardware_simulator true
#define ts_show_hip9011 false
#define ts_show_ignitionPinMode true
#define ts_show_inj_diag false
#define ts_show_injectionPinMode true
#define ts_show_joystick true
#define ts_show_lcd true
@ -1351,7 +1352,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.03.19.cypress.522634604"
#define TS_SIGNATURE "rusEFI master.2023.03.19.cypress.455874183"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -1061,7 +1061,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 2012309408
#define SIGNATURE_HASH 1945875531
#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
@ -1336,6 +1336,7 @@
#define ts_show_hardware_simulator true
#define ts_show_hip9011 false
#define ts_show_ignitionPinMode true
#define ts_show_inj_diag false
#define ts_show_injectionPinMode true
#define ts_show_joystick true
#define ts_show_lcd true
@ -1351,7 +1352,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.03.19.kin.2012309408"
#define TS_SIGNATURE "rusEFI master.2023.03.19.kin.1945875531"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -1012,7 +1012,7 @@
#define show_Frankenso_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1828427713
#define SIGNATURE_HASH 1760642090
#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
@ -1288,6 +1288,7 @@
#define ts_show_hardware_simulator true
#define ts_show_hip9011 true
#define ts_show_ignitionPinMode true
#define ts_show_inj_diag false
#define ts_show_injectionPinMode true
#define ts_show_joystick false
#define ts_show_lcd false
@ -1303,7 +1304,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.03.19.subaru_eg33_f7.1828427713"
#define TS_SIGNATURE "rusEFI master.2023.03.19.subaru_eg33_f7.1760642090"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -326,6 +326,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"

View File

@ -1,5 +1,6 @@
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -491,6 +491,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/fuel/fuel_computer.txt Mon Jan 16 20:22:12 UTC 2023
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/fuel/fuel_computer.txt Sun Mar 19 07:19:44 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -88,99 +88,99 @@ struct fuel_computer_s {
bool sdIsTChargeAirModel : 1 {};
/**
offset 44 bit 1 */
bool unusedBit_9_1 : 1 {};
bool injectorHwIssue : 1 {};
/**
offset 44 bit 2 */
bool unusedBit_9_2 : 1 {};
bool unusedBit_10_2 : 1 {};
/**
offset 44 bit 3 */
bool unusedBit_9_3 : 1 {};
bool unusedBit_10_3 : 1 {};
/**
offset 44 bit 4 */
bool unusedBit_9_4 : 1 {};
bool unusedBit_10_4 : 1 {};
/**
offset 44 bit 5 */
bool unusedBit_9_5 : 1 {};
bool unusedBit_10_5 : 1 {};
/**
offset 44 bit 6 */
bool unusedBit_9_6 : 1 {};
bool unusedBit_10_6 : 1 {};
/**
offset 44 bit 7 */
bool unusedBit_9_7 : 1 {};
bool unusedBit_10_7 : 1 {};
/**
offset 44 bit 8 */
bool unusedBit_9_8 : 1 {};
bool unusedBit_10_8 : 1 {};
/**
offset 44 bit 9 */
bool unusedBit_9_9 : 1 {};
bool unusedBit_10_9 : 1 {};
/**
offset 44 bit 10 */
bool unusedBit_9_10 : 1 {};
bool unusedBit_10_10 : 1 {};
/**
offset 44 bit 11 */
bool unusedBit_9_11 : 1 {};
bool unusedBit_10_11 : 1 {};
/**
offset 44 bit 12 */
bool unusedBit_9_12 : 1 {};
bool unusedBit_10_12 : 1 {};
/**
offset 44 bit 13 */
bool unusedBit_9_13 : 1 {};
bool unusedBit_10_13 : 1 {};
/**
offset 44 bit 14 */
bool unusedBit_9_14 : 1 {};
bool unusedBit_10_14 : 1 {};
/**
offset 44 bit 15 */
bool unusedBit_9_15 : 1 {};
bool unusedBit_10_15 : 1 {};
/**
offset 44 bit 16 */
bool unusedBit_9_16 : 1 {};
bool unusedBit_10_16 : 1 {};
/**
offset 44 bit 17 */
bool unusedBit_9_17 : 1 {};
bool unusedBit_10_17 : 1 {};
/**
offset 44 bit 18 */
bool unusedBit_9_18 : 1 {};
bool unusedBit_10_18 : 1 {};
/**
offset 44 bit 19 */
bool unusedBit_9_19 : 1 {};
bool unusedBit_10_19 : 1 {};
/**
offset 44 bit 20 */
bool unusedBit_9_20 : 1 {};
bool unusedBit_10_20 : 1 {};
/**
offset 44 bit 21 */
bool unusedBit_9_21 : 1 {};
bool unusedBit_10_21 : 1 {};
/**
offset 44 bit 22 */
bool unusedBit_9_22 : 1 {};
bool unusedBit_10_22 : 1 {};
/**
offset 44 bit 23 */
bool unusedBit_9_23 : 1 {};
bool unusedBit_10_23 : 1 {};
/**
offset 44 bit 24 */
bool unusedBit_9_24 : 1 {};
bool unusedBit_10_24 : 1 {};
/**
offset 44 bit 25 */
bool unusedBit_9_25 : 1 {};
bool unusedBit_10_25 : 1 {};
/**
offset 44 bit 26 */
bool unusedBit_9_26 : 1 {};
bool unusedBit_10_26 : 1 {};
/**
offset 44 bit 27 */
bool unusedBit_9_27 : 1 {};
bool unusedBit_10_27 : 1 {};
/**
offset 44 bit 28 */
bool unusedBit_9_28 : 1 {};
bool unusedBit_10_28 : 1 {};
/**
offset 44 bit 29 */
bool unusedBit_9_29 : 1 {};
bool unusedBit_10_29 : 1 {};
/**
offset 44 bit 30 */
bool unusedBit_9_30 : 1 {};
bool unusedBit_10_30 : 1 {};
/**
offset 44 bit 31 */
bool unusedBit_9_31 : 1 {};
bool unusedBit_10_31 : 1 {};
};
static_assert(sizeof(fuel_computer_s) == 48);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/fuel/fuel_computer.txt Mon Jan 16 20:22:12 UTC 2023
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/fuel/fuel_computer.txt Sun Mar 19 07:19:44 UTC 2023

View File

@ -1061,7 +1061,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 2003426250
#define SIGNATURE_HASH 1935869985
#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
@ -1336,6 +1336,7 @@
#define ts_show_hardware_simulator true
#define ts_show_hip9011 false
#define ts_show_ignitionPinMode true
#define ts_show_inj_diag false
#define ts_show_injectionPinMode true
#define ts_show_joystick true
#define ts_show_lcd true
@ -1351,7 +1352,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.03.19.f407-discovery.2003426250"
#define TS_SIGNATURE "rusEFI master.2023.03.19.f407-discovery.1935869985"
#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 2959296012
#define TS_SIGNATURE "rusEFI master.2023.03.19.48way.2959296012"
#define SIGNATURE_HASH 3026818535
#define TS_SIGNATURE "rusEFI master.2023.03.19.48way.3026818535"

View File

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

View File

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

View File

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

View File

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

View File

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

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 522634604
#define TS_SIGNATURE "rusEFI master.2023.03.19.cypress.522634604"
#define SIGNATURE_HASH 455874183
#define TS_SIGNATURE "rusEFI master.2023.03.19.cypress.455874183"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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 2012309408
#define TS_SIGNATURE "rusEFI master.2023.03.19.kin.2012309408"
#define SIGNATURE_HASH 1945875531
#define TS_SIGNATURE "rusEFI master.2023.03.19.kin.1945875531"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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 1828427713
#define TS_SIGNATURE "rusEFI master.2023.03.19.subaru_eg33_f7.1828427713"
#define SIGNATURE_HASH 1760642090
#define TS_SIGNATURE "rusEFI master.2023.03.19.subaru_eg33_f7.1760642090"

View File

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

View File

@ -772,6 +772,9 @@ float getOutputValueByName(const char *name) {
// sdIsTChargeAirModel
case 816610019:
return engine->fuelComputer.sdIsTChargeAirModel;
// injectorHwIssue
case -1237512821:
return engine->fuelComputer.injectorHwIssue;
// baseDwell
case -1777838088:
return engine->ignitionState.baseDwell;

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.f407-discovery.2003426250"
signature = "rusEFI master.2023.03.19.f407-discovery.1935869985"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.f407-discovery.2003426250" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.f407-discovery.1935869985" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:53 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:20:38 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5461,6 +5463,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.48way.2959296012"
signature = "rusEFI master.2023.03.19.48way.3026818535"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.48way.2959296012" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.48way.3026818535" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:38 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:20:19 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5460,6 +5462,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.alphax-2chan.1125571807"
signature = "rusEFI master.2023.03.19.alphax-2chan.1193021236"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.alphax-2chan.1125571807" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.alphax-2chan.1193021236" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:14 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:19:49 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5456,6 +5458,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.alphax-4chan.3763302633"
signature = "rusEFI master.2023.03.19.alphax-4chan.3829768962"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.alphax-4chan.3763302633" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.alphax-4chan.3829768962" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:16 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:19:50 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5459,6 +5461,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.alphax-8chan.2902706359"
signature = "rusEFI master.2023.03.19.alphax-8chan.2835946332"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.alphax-8chan.2902706359" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.alphax-8chan.2835946332" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:17 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:19:52 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5459,6 +5461,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.atlas.65810507"
signature = "rusEFI master.2023.03.19.atlas.132572064"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.atlas.65810507" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.atlas.132572064" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:51 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:20:35 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5461,6 +5463,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.core8.3432956672"
signature = "rusEFI master.2023.03.19.core8.3365146859"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.core8.3432956672" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.core8.3365146859" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:37 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:20:17 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5460,6 +5462,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.cypress.522634604"
signature = "rusEFI master.2023.03.19.cypress.455874183"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.cypress.522634604" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.cypress.455874183" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sun Mar 19 06:23:12 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sun Mar 19 07:19:46 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5461,6 +5463,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.f407-discovery.2003426250"
signature = "rusEFI master.2023.03.19.f407-discovery.1935869985"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.f407-discovery.2003426250" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.f407-discovery.1935869985" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:49 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:20:32 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5461,6 +5463,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.f429-discovery.522634604"
signature = "rusEFI master.2023.03.19.f429-discovery.455874183"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.f429-discovery.522634604" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.f429-discovery.455874183" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:50 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:20:34 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5461,6 +5463,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.frankenso_na6.1031021990"
signature = "rusEFI master.2023.03.19.frankenso_na6.964621901"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.frankenso_na6.1031021990" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.frankenso_na6.964621901" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:41 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:20:23 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5461,6 +5463,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.harley81.942632996"
signature = "rusEFI master.2023.03.19.harley81.1009099727"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.harley81.942632996" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.harley81.1009099727" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:18 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:19:54 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5459,6 +5461,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.hellen-gm-e67.1148329134"
signature = "rusEFI master.2023.03.19.hellen-gm-e67.1081659205"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.hellen-gm-e67.1148329134" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.hellen-gm-e67.1081659205" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:31 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:20:09 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5459,6 +5461,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.hellen-honda-k.3387032978"
signature = "rusEFI master.2023.03.19.hellen-honda-k.3454588537"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.hellen-honda-k.3387032978" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.hellen-honda-k.3454588537" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:23 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:20:00 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5459,6 +5461,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.hellen-nb1.4123088365"
signature = "rusEFI master.2023.03.19.hellen-nb1.4056647174"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.hellen-nb1.4123088365" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.hellen-nb1.4056647174" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:29 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:20:08 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5459,6 +5461,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.hellen121nissan.4095422106"
signature = "rusEFI master.2023.03.19.hellen121nissan.4027710833"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.hellen121nissan.4095422106" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.hellen121nissan.4027710833" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:22 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:19:58 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5459,6 +5461,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.hellen121vag.2424486956"
signature = "rusEFI master.2023.03.19.hellen121vag.2491969479"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.hellen121vag.2424486956" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.hellen121vag.2491969479" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:21 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:19:57 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5459,6 +5461,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.hellen128.3104909079"
signature = "rusEFI master.2023.03.19.hellen128.3172726012"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.hellen128.3104909079" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.hellen128.3172726012" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:19 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:19:55 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5459,6 +5461,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.hellen154hyundai.691150611"
signature = "rusEFI master.2023.03.19.hellen154hyundai.758697208"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.hellen154hyundai.691150611" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.hellen154hyundai.758697208" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:24 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:20:02 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5459,6 +5461,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.hellen72.3403907353"
signature = "rusEFI master.2023.03.19.hellen72.3471397618"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.hellen72.3403907353" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.hellen72.3471397618" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:27 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:20:05 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5459,6 +5461,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.hellen81.1508451889"
signature = "rusEFI master.2023.03.19.hellen81.1575220698"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.hellen81.1508451889" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.hellen81.1575220698" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:28 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:20:06 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5457,6 +5459,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.hellen88bmw.230941629"
signature = "rusEFI master.2023.03.19.hellen88bmw.164180054"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.hellen88bmw.230941629" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.hellen88bmw.164180054" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:25 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:20:03 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5459,6 +5461,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.hellenNA6.898370999"
signature = "rusEFI master.2023.03.19.hellenNA6.830922332"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.hellenNA6.898370999" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.hellenNA6.830922332" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:32 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:20:11 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5459,6 +5461,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.hellenNA8_96.508951947"
signature = "rusEFI master.2023.03.19.hellenNA8_96.442445408"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.hellenNA8_96.508951947" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.hellenNA8_96.442445408" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:33 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:20:12 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5459,6 +5461,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.kin.2012309408"
signature = "rusEFI master.2023.03.19.kin.1945875531"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.kin.2012309408" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.kin.1945875531" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sun Mar 19 06:23:11 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sun Mar 19 07:19:45 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5461,6 +5463,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.m74_9.3232241751"
signature = "rusEFI master.2023.03.19.m74_9.3299003324"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.m74_9.3232241751" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.m74_9.3299003324" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:39 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:20:20 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5459,6 +5461,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.mre_f4.2148227083"
signature = "rusEFI master.2023.03.19.mre_f4.2974466391"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.mre_f4.2148227083" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.mre_f4.2974466391" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:35 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:20:16 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5460,6 +5462,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.mre_f7.2148227083"
signature = "rusEFI master.2023.03.19.mre_f7.2974466391"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.mre_f7.2148227083" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.mre_f7.2974466391" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:34 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:20:14 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5460,6 +5462,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.prometheus_405.1338776714"
signature = "rusEFI master.2023.03.19.prometheus_405.1271320417"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.prometheus_405.1338776714" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.prometheus_405.1271320417" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:44 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:20:26 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5456,6 +5458,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.prometheus_469.1338776714"
signature = "rusEFI master.2023.03.19.prometheus_469.1271320417"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.prometheus_469.1338776714" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.prometheus_469.1271320417" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:43 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:20:25 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5456,6 +5458,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.proteus_f4.836852891"
signature = "rusEFI master.2023.03.19.proteus_f4.904630128"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.proteus_f4.836852891" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.proteus_f4.904630128" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:46 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:20:29 UTC 2023
pageSize = 26432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5456,6 +5458,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.proteus_f7.836852891"
signature = "rusEFI master.2023.03.19.proteus_f7.904630128"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.proteus_f7.836852891" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.proteus_f7.904630128" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:45 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:20:28 UTC 2023
pageSize = 26432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5456,6 +5458,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.proteus_h7.836852891"
signature = "rusEFI master.2023.03.19.proteus_h7.904630128"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.proteus_h7.836852891" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.proteus_h7.904630128" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:47 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:20:31 UTC 2023
pageSize = 26432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5456,6 +5458,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.s105.811573298"
signature = "rusEFI master.2023.03.19.s105.878015449"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.s105.811573298" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.s105.878015449" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:40 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:20:22 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5459,6 +5461,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.subaru_eg33_f7.1828427713"
signature = "rusEFI master.2023.03.19.subaru_eg33_f7.1760642090"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.subaru_eg33_f7.1828427713" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.subaru_eg33_f7.1760642090" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:13 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 Sun Mar 19 07:19:47 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5458,6 +5460,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.19.tdg-pdm8.2508777806"
signature = "rusEFI master.2023.03.19.tdg-pdm8.2441231013"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.19.tdg-pdm8.2508777806" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.19.tdg-pdm8.2441231013" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:52 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:20:37 UTC 2023
pageSize = 22432
page = 1
@ -2724,6 +2724,7 @@ stoichiometricRatio = scalar, U16, 814, "ratio", 0.001, 0
sdTcharge_coff = scalar, F32, 816, "", 1, 0
sdAirMassInOneCylinder = scalar, F32, 820, "", 1, 0
sdIsTChargeAirModel = bits, U32, 824, [0:0]
injectorHwIssue = bits, U32, 824, [1:1]
; total TS size = 828
baseDwell = scalar, F32, 828, "ms", 1,0
sparkDwell = scalar, F32, 832, "ms", 1,0
@ -4723,6 +4724,7 @@ entry = stoichiometricRatio, "fuel: stoich ratio", float, "%.3f"
entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f"
entry = sdAirMassInOneCylinder, "SD cylinder mass", float, "%.3f"
entry = sdIsTChargeAirModel, "sdIsTChargeAirModel", int, "%d"
entry = injectorHwIssue, "injectorHwIssue", int, "%d"
entry = baseDwell, "Ignition: base dwell", float, "%.3f"
entry = sparkDwell, "Ignition: coil charge time", float, "%.3f"
entry = dwellAngle, "Ignition: dwell duration", float, "%.3f"
@ -5461,6 +5463,7 @@ cmd_set_engine_type_default = "Z\x00\x1f\x00\x00"
[UserDefined]
indicatorPanel = fuel_computerIndicatorPanel, 2
indicator = {sdIsTChargeAirModel}, "sdIsTChargeAirModel No", "sdIsTChargeAirModel Yes"
indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes"
dialog = fuel_computerDialog, "fuel_computer"
panel = fuel_computerIndicatorPanel

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 06:23:55 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Mar 19 07:20:41 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -1004,7 +1004,7 @@ public class Fields {
public static final int SentEtbType_FORD_TYPE_1 = 2;
public static final int SentEtbType_GM_TYPE_1 = 1;
public static final int SentEtbType_NONE = 0;
public static final int SIGNATURE_HASH = 2003426250;
public static final int SIGNATURE_HASH = 1935869985;
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;
@ -1227,7 +1227,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.03.19.f407-discovery.2003426250";
public static final String TS_SIGNATURE = "rusEFI master.2023.03.19.f407-discovery.1935869985";
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 = 1364;

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 Thu Mar 16 20:21:25 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/fuel/fuel_computer.txt Sun Mar 19 07:19:44 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -419,6 +419,7 @@ public class FuelComputer {
public static final Field SDTCHARGE_COFF = Field.create("SDTCHARGE_COFF", 36, FieldType.FLOAT).setBaseOffset(780);
public static final Field SDAIRMASSINONECYLINDER = Field.create("SDAIRMASSINONECYLINDER", 40, FieldType.FLOAT).setBaseOffset(780);
public static final Field SDISTCHARGEAIRMODEL = Field.create("SDISTCHARGEAIRMODEL", 44, FieldType.BIT, 0).setBaseOffset(780);
public static final Field INJECTORHWISSUE = Field.create("INJECTORHWISSUE", 44, FieldType.BIT, 1).setBaseOffset(780);
public static final Field[] VALUES = {
TOTALFUELCORRECTION,
RUNNING_POSTCRANKINGFUELCORRECTION,
@ -434,5 +435,6 @@ public class FuelComputer {
SDTCHARGE_COFF,
SDAIRMASSINONECYLINDER,
SDISTCHARGEAIRMODEL,
INJECTORHWISSUE,
};
}