Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-11-15 21:38:14 +00:00
parent 289b7611b7
commit 7608699a2d
104 changed files with 471 additions and 323 deletions

View File

@ -812,7 +812,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 3924827915
#define SIGNATURE_HASH 271042849
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#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
@ -1108,7 +1108,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.11.15.cypress.3924827915"
#define TS_SIGNATURE "rusEFI master.2023.11.15.cypress.271042849"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -812,7 +812,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 2871122085
#define SIGNATURE_HASH 1391857295
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#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
@ -1108,7 +1108,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.11.15.kin.2871122085"
#define TS_SIGNATURE "rusEFI master.2023.11.15.kin.1391857295"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1050,7 +1050,7 @@
#define show_Frankenso_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4001224732
#define SIGNATURE_HASH 397020726
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#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
@ -1346,7 +1346,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.11.15.subaru_eg33_f7.4001224732"
#define TS_SIGNATURE "rusEFI master.2023.11.15.subaru_eg33_f7.397020726"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -507,6 +507,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"

View File

@ -215,6 +215,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -642,6 +642,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/algo/engine_state.txt Mon Nov 13 22:26:37 UTC 2023
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/algo/engine_state.txt Wed Nov 15 21:36:17 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -230,91 +230,91 @@ struct engine_state_s {
bool acrEngineMovedRecently : 1 {};
/**
offset 48 bit 3 */
bool unusedBit_13_3 : 1 {};
bool heaterControlEnabled : 1 {};
/**
offset 48 bit 4 */
bool unusedBit_13_4 : 1 {};
bool unusedBit_14_4 : 1 {};
/**
offset 48 bit 5 */
bool unusedBit_13_5 : 1 {};
bool unusedBit_14_5 : 1 {};
/**
offset 48 bit 6 */
bool unusedBit_13_6 : 1 {};
bool unusedBit_14_6 : 1 {};
/**
offset 48 bit 7 */
bool unusedBit_13_7 : 1 {};
bool unusedBit_14_7 : 1 {};
/**
offset 48 bit 8 */
bool unusedBit_13_8 : 1 {};
bool unusedBit_14_8 : 1 {};
/**
offset 48 bit 9 */
bool unusedBit_13_9 : 1 {};
bool unusedBit_14_9 : 1 {};
/**
offset 48 bit 10 */
bool unusedBit_13_10 : 1 {};
bool unusedBit_14_10 : 1 {};
/**
offset 48 bit 11 */
bool unusedBit_13_11 : 1 {};
bool unusedBit_14_11 : 1 {};
/**
offset 48 bit 12 */
bool unusedBit_13_12 : 1 {};
bool unusedBit_14_12 : 1 {};
/**
offset 48 bit 13 */
bool unusedBit_13_13 : 1 {};
bool unusedBit_14_13 : 1 {};
/**
offset 48 bit 14 */
bool unusedBit_13_14 : 1 {};
bool unusedBit_14_14 : 1 {};
/**
offset 48 bit 15 */
bool unusedBit_13_15 : 1 {};
bool unusedBit_14_15 : 1 {};
/**
offset 48 bit 16 */
bool unusedBit_13_16 : 1 {};
bool unusedBit_14_16 : 1 {};
/**
offset 48 bit 17 */
bool unusedBit_13_17 : 1 {};
bool unusedBit_14_17 : 1 {};
/**
offset 48 bit 18 */
bool unusedBit_13_18 : 1 {};
bool unusedBit_14_18 : 1 {};
/**
offset 48 bit 19 */
bool unusedBit_13_19 : 1 {};
bool unusedBit_14_19 : 1 {};
/**
offset 48 bit 20 */
bool unusedBit_13_20 : 1 {};
bool unusedBit_14_20 : 1 {};
/**
offset 48 bit 21 */
bool unusedBit_13_21 : 1 {};
bool unusedBit_14_21 : 1 {};
/**
offset 48 bit 22 */
bool unusedBit_13_22 : 1 {};
bool unusedBit_14_22 : 1 {};
/**
offset 48 bit 23 */
bool unusedBit_13_23 : 1 {};
bool unusedBit_14_23 : 1 {};
/**
offset 48 bit 24 */
bool unusedBit_13_24 : 1 {};
bool unusedBit_14_24 : 1 {};
/**
offset 48 bit 25 */
bool unusedBit_13_25 : 1 {};
bool unusedBit_14_25 : 1 {};
/**
offset 48 bit 26 */
bool unusedBit_13_26 : 1 {};
bool unusedBit_14_26 : 1 {};
/**
offset 48 bit 27 */
bool unusedBit_13_27 : 1 {};
bool unusedBit_14_27 : 1 {};
/**
offset 48 bit 28 */
bool unusedBit_13_28 : 1 {};
bool unusedBit_14_28 : 1 {};
/**
offset 48 bit 29 */
bool unusedBit_13_29 : 1 {};
bool unusedBit_14_29 : 1 {};
/**
offset 48 bit 30 */
bool unusedBit_13_30 : 1 {};
bool unusedBit_14_30 : 1 {};
/**
offset 48 bit 31 */
bool unusedBit_13_31 : 1 {};
bool unusedBit_14_31 : 1 {};
/**
* offset 52
*/
@ -374,4 +374,4 @@ struct engine_state_s {
static_assert(sizeof(engine_state_s) == 88);
// end
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/algo/engine_state.txt Mon Nov 13 22:26:37 UTC 2023
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/algo/engine_state.txt Wed Nov 15 21:36:17 UTC 2023

View File

@ -1103,7 +1103,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 1256754480
#define SIGNATURE_HASH 3007273754
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#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
@ -1399,7 +1399,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.11.15.f407-discovery.1256754480"
#define TS_SIGNATURE "rusEFI master.2023.11.15.f407-discovery.3007273754"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2575674124
#define TS_SIGNATURE "rusEFI master.2023.11.15.alphax-2chan.2575674124"
#define SIGNATURE_HASH 1616018726
#define TS_SIGNATURE "rusEFI master.2023.11.15.alphax-2chan.1616018726"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 837325274
#define TS_SIGNATURE "rusEFI master.2023.11.15.alphax-4chan.837325274"
#define SIGNATURE_HASH 3359590384
#define TS_SIGNATURE "rusEFI master.2023.11.15.alphax-4chan.3359590384"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 837325274
#define TS_SIGNATURE "rusEFI master.2023.11.15.alphax-4chan_f7.837325274"
#define SIGNATURE_HASH 3359590384
#define TS_SIGNATURE "rusEFI master.2023.11.15.alphax-4chan_f7.3359590384"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3624124680
#define TS_SIGNATURE "rusEFI master.2023.11.15.alphax-8chan-revA.3624124680"
#define SIGNATURE_HASH 567547682
#define TS_SIGNATURE "rusEFI master.2023.11.15.alphax-8chan-revA.567547682"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3937471262
#define TS_SIGNATURE "rusEFI master.2023.11.15.alphax-8chan.3937471262"
#define SIGNATURE_HASH 325508404
#define TS_SIGNATURE "rusEFI master.2023.11.15.alphax-8chan.325508404"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3937471262
#define TS_SIGNATURE "rusEFI master.2023.11.15.alphax-8chan_f7.3937471262"
#define SIGNATURE_HASH 325508404
#define TS_SIGNATURE "rusEFI master.2023.11.15.alphax-8chan_f7.325508404"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3924827915
#define TS_SIGNATURE "rusEFI master.2023.11.15.at_start_f435.3924827915"
#define SIGNATURE_HASH 271042849
#define TS_SIGNATURE "rusEFI master.2023.11.15.at_start_f435.271042849"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2918697797
#define TS_SIGNATURE "rusEFI master.2023.11.15.atlas.2918697797"
#define SIGNATURE_HASH 1411390831
#define TS_SIGNATURE "rusEFI master.2023.11.15.atlas.1411390831"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3520533181
#define TS_SIGNATURE "rusEFI master.2023.11.15.core8.3520533181"
#define SIGNATURE_HASH 671138967
#define TS_SIGNATURE "rusEFI master.2023.11.15.core8.671138967"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on hellen_cypress_gen_config.bat by SignatureConsumer
//
#define SIGNATURE_HASH 3924827915
#define TS_SIGNATURE "rusEFI master.2023.11.15.cypress.3924827915"
#define SIGNATURE_HASH 271042849
#define TS_SIGNATURE "rusEFI master.2023.11.15.cypress.271042849"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1256754480
#define TS_SIGNATURE "rusEFI master.2023.11.15.f407-discovery.1256754480"
#define SIGNATURE_HASH 3007273754
#define TS_SIGNATURE "rusEFI master.2023.11.15.f407-discovery.3007273754"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3924827915
#define TS_SIGNATURE "rusEFI master.2023.11.15.f429-discovery.3924827915"
#define SIGNATURE_HASH 271042849
#define TS_SIGNATURE "rusEFI master.2023.11.15.f429-discovery.271042849"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3416457153
#define TS_SIGNATURE "rusEFI master.2023.11.15.frankenso_na6.3416457153"
#define SIGNATURE_HASH 846539243
#define TS_SIGNATURE "rusEFI master.2023.11.15.frankenso_na6.846539243"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 921642719
#define TS_SIGNATURE "rusEFI master.2023.11.15.harley81.921642719"
#define SIGNATURE_HASH 3476615413
#define TS_SIGNATURE "rusEFI master.2023.11.15.harley81.3476615413"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2405648935
#define TS_SIGNATURE "rusEFI master.2023.11.15.hellen-112-17.2405648935"
#define SIGNATURE_HASH 1991547917
#define TS_SIGNATURE "rusEFI master.2023.11.15.hellen-112-17.1991547917"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 995037785
#define TS_SIGNATURE "rusEFI master.2023.11.15.hellen-112-mg1.995037785"
#define SIGNATURE_HASH 3264791667
#define TS_SIGNATURE "rusEFI master.2023.11.15.hellen-112-mg1.3264791667"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1493346811
#define TS_SIGNATURE "rusEFI master.2023.11.15.hellen-gm-e67.1493346811"
#define SIGNATURE_HASH 2698346449
#define TS_SIGNATURE "rusEFI master.2023.11.15.hellen-gm-e67.2698346449"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 806363432
#define TS_SIGNATURE "rusEFI master.2023.11.15.hellen-honda-k.806363432"
#define SIGNATURE_HASH 3385325314
#define TS_SIGNATURE "rusEFI master.2023.11.15.hellen-honda-k.3385325314"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2251428380
#define TS_SIGNATURE "rusEFI master.2023.11.15.hellen-nb1.2251428380"
#define SIGNATURE_HASH 2145764406
#define TS_SIGNATURE "rusEFI master.2023.11.15.hellen-nb1.2145764406"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1892088127
#define TS_SIGNATURE "rusEFI master.2023.11.15.hellen121nissan.1892088127"
#define SIGNATURE_HASH 2299604757
#define TS_SIGNATURE "rusEFI master.2023.11.15.hellen121nissan.2299604757"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2106458312
#define TS_SIGNATURE "rusEFI master.2023.11.15.hellen121vag.2106458312"
#define SIGNATURE_HASH 2220480226
#define TS_SIGNATURE "rusEFI master.2023.11.15.hellen121vag.2220480226"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 639801441
#define TS_SIGNATURE "rusEFI master.2023.11.15.hellen128.639801441"
#define SIGNATURE_HASH 3757395531
#define TS_SIGNATURE "rusEFI master.2023.11.15.hellen128.3757395531"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 951260593
#define TS_SIGNATURE "rusEFI master.2023.11.15.hellen154hyundai.951260593"
#define SIGNATURE_HASH 3244606363
#define TS_SIGNATURE "rusEFI master.2023.11.15.hellen154hyundai.3244606363"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2243172646
#define TS_SIGNATURE "rusEFI master.2023.11.15.hellen72.2243172646"
#define SIGNATURE_HASH 2086915852
#define TS_SIGNATURE "rusEFI master.2023.11.15.hellen72.2086915852"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 883158372
#define TS_SIGNATURE "rusEFI master.2023.11.15.hellen81.883158372"
#define SIGNATURE_HASH 3446946638
#define TS_SIGNATURE "rusEFI master.2023.11.15.hellen81.3446946638"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 131437263
#define TS_SIGNATURE "rusEFI master.2023.11.15.hellen88bmw.131437263"
#define SIGNATURE_HASH 4261561573
#define TS_SIGNATURE "rusEFI master.2023.11.15.hellen88bmw.4261561573"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 50168623
#define TS_SIGNATURE "rusEFI master.2023.11.15.hellenNA6.50168623"
#define SIGNATURE_HASH 4213855493
#define TS_SIGNATURE "rusEFI master.2023.11.15.hellenNA6.4213855493"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1683788768
#define TS_SIGNATURE "rusEFI master.2023.11.15.hellenNA8_96.1683788768"
#define SIGNATURE_HASH 2643150282
#define TS_SIGNATURE "rusEFI master.2023.11.15.hellenNA8_96.2643150282"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on kinetis_gen_config.bat by SignatureConsumer
//
#define SIGNATURE_HASH 2871122085
#define TS_SIGNATURE "rusEFI master.2023.11.15.kin.2871122085"
#define SIGNATURE_HASH 1391857295
#define TS_SIGNATURE "rusEFI master.2023.11.15.kin.1391857295"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3117505783
#define TS_SIGNATURE "rusEFI master.2023.11.15.m74_9.3117505783"
#define SIGNATURE_HASH 1074170589
#define TS_SIGNATURE "rusEFI master.2023.11.15.m74_9.1074170589"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3399349899
#define TS_SIGNATURE "rusEFI master.2023.11.15.mre_f4.3399349899"
#define SIGNATURE_HASH 860496033
#define TS_SIGNATURE "rusEFI master.2023.11.15.mre_f4.860496033"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3399349899
#define TS_SIGNATURE "rusEFI master.2023.11.15.mre_f7.3399349899"
#define SIGNATURE_HASH 860496033
#define TS_SIGNATURE "rusEFI master.2023.11.15.mre_f7.860496033"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3924827915
#define TS_SIGNATURE "rusEFI master.2023.11.15.nucleo_f429.3924827915"
#define SIGNATURE_HASH 271042849
#define TS_SIGNATURE "rusEFI master.2023.11.15.nucleo_f429.271042849"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3924827915
#define TS_SIGNATURE "rusEFI master.2023.11.15.nucleo_f767.3924827915"
#define SIGNATURE_HASH 271042849
#define TS_SIGNATURE "rusEFI master.2023.11.15.nucleo_f767.271042849"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3924827915
#define TS_SIGNATURE "rusEFI master.2023.11.15.nucleo_h743.3924827915"
#define SIGNATURE_HASH 271042849
#define TS_SIGNATURE "rusEFI master.2023.11.15.nucleo_h743.271042849"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3647263387
#define TS_SIGNATURE "rusEFI master.2023.11.15.prometheus_405.3647263387"
#define SIGNATURE_HASH 548603057
#define TS_SIGNATURE "rusEFI master.2023.11.15.prometheus_405.548603057"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3647263387
#define TS_SIGNATURE "rusEFI master.2023.11.15.prometheus_469.3647263387"
#define SIGNATURE_HASH 548603057
#define TS_SIGNATURE "rusEFI master.2023.11.15.prometheus_469.548603057"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3924025713
#define TS_SIGNATURE "rusEFI master.2023.11.15.proteus_f4.3924025713"
#define SIGNATURE_HASH 271857499
#define TS_SIGNATURE "rusEFI master.2023.11.15.proteus_f4.271857499"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3924025713
#define TS_SIGNATURE "rusEFI master.2023.11.15.proteus_f7.3924025713"
#define SIGNATURE_HASH 271857499
#define TS_SIGNATURE "rusEFI master.2023.11.15.proteus_f7.271857499"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3924025713
#define TS_SIGNATURE "rusEFI master.2023.11.15.proteus_h7.3924025713"
#define SIGNATURE_HASH 271857499
#define TS_SIGNATURE "rusEFI master.2023.11.15.proteus_h7.271857499"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2262564717
#define TS_SIGNATURE "rusEFI master.2023.11.15.s105.2262564717"
#define SIGNATURE_HASH 2131503431
#define TS_SIGNATURE "rusEFI master.2023.11.15.s105.2131503431"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3831505671
#define TS_SIGNATURE "rusEFI master.2023.11.15.small-can-board.3831505671"
#define SIGNATURE_HASH 498595117
#define TS_SIGNATURE "rusEFI master.2023.11.15.small-can-board.498595117"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 4001224732
#define TS_SIGNATURE "rusEFI master.2023.11.15.subaru_eg33_f7.4001224732"
#define SIGNATURE_HASH 397020726
#define TS_SIGNATURE "rusEFI master.2023.11.15.subaru_eg33_f7.397020726"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3924827915
#define TS_SIGNATURE "rusEFI master.2023.11.15.t-b-g.3924827915"
#define SIGNATURE_HASH 271042849
#define TS_SIGNATURE "rusEFI master.2023.11.15.t-b-g.271042849"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1667117865
#define TS_SIGNATURE "rusEFI master.2023.11.15.tdg-pdm8.1667117865"
#define SIGNATURE_HASH 2592728323
#define TS_SIGNATURE "rusEFI master.2023.11.15.tdg-pdm8.2592728323"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1202538616
#define TS_SIGNATURE "rusEFI master.2023.11.15.uaefi.1202538616"
#define SIGNATURE_HASH 3195706962
#define TS_SIGNATURE "rusEFI master.2023.11.15.uaefi.3195706962"

View File

@ -1083,6 +1083,9 @@ float getOutputValueByName(const char *name) {
// acrEngineMovedRecently
case -791147982:
return engine->engineState.acrEngineMovedRecently;
// heaterControlEnabled
case -818268726:
return engine->engineState.heaterControlEnabled;
// startStopStateToggleCounter
case -960645892:
return engine->engineState.startStopStateToggleCounter;

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.f407-discovery.1256754480"
signature = "rusEFI master.2023.11.15.f407-discovery.3007273754"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.f407-discovery.1256754480" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.f407-discovery.3007273754" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:58:28 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:38:12 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6066,6 +6068,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.alphax-2chan.2575674124"
signature = "rusEFI master.2023.11.15.alphax-2chan.1616018726"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.alphax-2chan.2575674124" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.alphax-2chan.1616018726" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","INVALID","B5 - TPS","A2 Battery Sense","C7 - CAM Hall/Digital","X7 - AIN4","X1 - AIN1","INVALID","INVALID","B2 - MAP","B7 - CLT","B3 - IAT","X3 - AIN2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:56:46 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:36:28 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6062,6 +6064,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.alphax-4chan.837325274"
signature = "rusEFI master.2023.11.15.alphax-4chan.3359590384"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.alphax-4chan.837325274" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.alphax-4chan.3359590384" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","INVALID","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","X7 - AIN4","INVALID","INVALID","INVALID","X3 - AIN2","X1 - AIN1 and D5 on older boards"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:56:48 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:36:31 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6065,6 +6067,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.alphax-4chan_f7.837325274"
signature = "rusEFI master.2023.11.15.alphax-4chan_f7.3359590384"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.alphax-4chan_f7.837325274" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.alphax-4chan_f7.3359590384" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","INVALID","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","X7 - AIN4","INVALID","INVALID","INVALID","X3 - AIN2","X1 - AIN1 and D5 on older boards"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:56:51 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:36:33 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6065,6 +6067,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.alphax-8chan-revA.3624124680"
signature = "rusEFI master.2023.11.15.alphax-8chan-revA.567547682"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.alphax-8chan-revA.3624124680" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.alphax-8chan-revA.567547682" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","17A - PPS","23C - TPS","Battery Sense","INVALID","15D - AN5","24C - TPS2","14A - Analog 1","22A - Analog 22","On-board MAP","16A - CLT","15A - IAT","31C - PPS2","33A - AN3","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","16D - AN6","INVALID","INVALID","INVALID","INVALID","7C - AT4","INVALID","6C - AT3","14D - AN4"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:56:58 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:36:41 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6066,6 +6068,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.alphax-8chan.3937471262"
signature = "rusEFI master.2023.11.15.alphax-8chan.325508404"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.alphax-8chan.3937471262" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.alphax-8chan.325508404" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","3A - Aux Analog 2","On-board MAP","32A - PPS Sensor Input","31A - TPS Sensor Input","24 - Ignition Key Voltage","INVALID","INVALID","19A - Aux Analog 6","1A - Aux Analog 1","2A - Aux Analog 4","INVALID","29A - CLT Sensor Input","27A - IAT Sensor Input","INVALID","12A - Aux Analog 8","INVALID","11A - Aux Analog 3","INVALID","34A - PPS2 Sensor Input","33A - TPS2 Sensor Input","INVALID","INVALID","INVALID","4A - Aux Analog 7","INVALID","10A - Aux Analog 5","INVALID","28A - Aux Temp 2","28A - Aux Temp 1","INVALID","20A - Aux Analog 9"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:56:53 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:36:36 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6066,6 +6068,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.alphax-8chan_f7.3937471262"
signature = "rusEFI master.2023.11.15.alphax-8chan_f7.325508404"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.alphax-8chan_f7.3937471262" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.alphax-8chan_f7.325508404" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","3A - Aux Analog 2","On-board MAP","32A - PPS Sensor Input","31A - TPS Sensor Input","24 - Ignition Key Voltage","INVALID","INVALID","19A - Aux Analog 6","1A - Aux Analog 1","2A - Aux Analog 4","INVALID","29A - CLT Sensor Input","27A - IAT Sensor Input","INVALID","12A - Aux Analog 8","INVALID","11A - Aux Analog 3","INVALID","34A - PPS2 Sensor Input","33A - TPS2 Sensor Input","INVALID","INVALID","INVALID","4A - Aux Analog 7","INVALID","10A - Aux Analog 5","INVALID","28A - Aux Temp 2","28A - Aux Temp 1","INVALID","20A - Aux Analog 9"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:56:55 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:36:38 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6066,6 +6068,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.at_start_f435.3924827915"
signature = "rusEFI master.2023.11.15.at_start_f435.271042849"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.at_start_f435.3924827915" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.at_start_f435.271042849" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:58:25 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:38:08 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6064,6 +6066,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.atlas.2918697797"
signature = "rusEFI master.2023.11.15.atlas.1411390831"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.atlas.2918697797" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.atlas.1411390831" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:58:18 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:38:01 UTC 2023
pageSize = 23380
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6064,6 +6066,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.core8.3520533181"
signature = "rusEFI master.2023.11.15.core8.671138967"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.core8.3520533181" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.core8.671138967" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","On-board Battery Sense (A0)","Analog Inputs 1 (A1)","Analog Inputs 2 (A2)","Analog Inputs 3 (A3)","Analog Inputs 4 (A4)","On-board MAP (A5)","Analog Inputs 6 (A6)","Analog Inputs 7 (A7)","On-board BARO (B0)","Analog Inputs 9 (B1)","Analog Inputs 10 (C0)","Primary On-board O2 (C1)","Secondary On-board O2 (C2)","Analog Inputs 13 (C3)","Analog Inputs 14 (C4)","Analog Inputs 15 (C5)"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:57:45 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:37:29 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6066,6 +6068,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.cypress.3924827915"
signature = "rusEFI master.2023.11.15.cypress.271042849"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.cypress.3924827915" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.cypress.271042849" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:56:42 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:36:25 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6064,6 +6066,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.f407-discovery.1256754480"
signature = "rusEFI master.2023.11.15.f407-discovery.3007273754"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.f407-discovery.1256754480" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.f407-discovery.3007273754" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:58:23 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:38:06 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6066,6 +6068,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.f429-discovery.3924827915"
signature = "rusEFI master.2023.11.15.f429-discovery.271042849"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.f429-discovery.3924827915" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.f429-discovery.271042849" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:58:09 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:37:52 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6064,6 +6066,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.frankenso_na6.3416457153"
signature = "rusEFI master.2023.11.15.frankenso_na6.846539243"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.frankenso_na6.3416457153" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.frankenso_na6.846539243" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","Analog 3O","Analog 3L","Analog 3M","Analog 3J","Analog 3I","INVALID","Analog 3H","Analog 3G","INVALID","INVALID","INVALID","Analog 3P","Analog 3Q","Analog 3N","Analog VBatt","Analog 3E"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:57:55 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:37:38 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6064,6 +6066,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.harley81.921642719"
signature = "rusEFI master.2023.11.15.harley81.3476615413"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.harley81.921642719" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.harley81.3476615413" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","27 - TPS 2","INVALID","41 - PPS 1","52 - TPS 1","5 Battery Sense","INVALID","INVALID","42 - PPS 2","INVALID","53 - MAP","55 Engine Head Temperature","49 CLT","72 IAT","32 Oil Pressure","34 Kickstand Position Sensor"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:57:00 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:36:43 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6065,6 +6067,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.hellen-112-17.2405648935"
signature = "rusEFI master.2023.11.15.hellen-112-17.1991547917"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.hellen-112-17.2405648935" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.hellen-112-17.1991547917" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","220 TPS Throttle Position 2","114 Analog Input","INVALID","121 PPS1","203 TPS Throttle Position 1","INVALID","107 TODO","119 Analog Input","110 Analog Input","INVALID","219 MAP","109 Analog Input","215 CLT","227 IAT","111 Analog Input","112 Analog Input"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:57:20 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:37:02 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6063,6 +6065,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.hellen-112-mg1.995037785"
signature = "rusEFI master.2023.11.15.hellen-112-mg1.3264791667"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.hellen-112-mg1.995037785" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.hellen-112-mg1.3264791667" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:57:22 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:37:05 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6063,6 +6065,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.hellen-gm-e67.1493346811"
signature = "rusEFI master.2023.11.15.hellen-gm-e67.2698346449"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.hellen-gm-e67.1493346811" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.hellen-gm-e67.2698346449" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","C2-60 - Oil Pressure","C3-58 - Baro","C1-47 - PPS1","C2-64 - TPS1","C1-19 Battery Sense","C1-45 Secondary Fuel Level","C3-57 - A/C Pressure","C2-66 - TPS2","C1-44 Primary Fuel Level","C2-65 - Trans Fluids","C3-59 - MAP","C3-55 - CLT","C3-56 - IAT","C1-49 - PPS2","C1-46 Vac Sense"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:57:31 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:37:14 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6065,6 +6067,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.hellen-honda-k.806363432"
signature = "rusEFI master.2023.11.15.hellen-honda-k.3385325314"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.hellen-honda-k.806363432" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.hellen-honda-k.3385325314" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","INVALID","A15 TPS","E9 Ignition Key Voltage","INVALID","INVALID","INVALID","INVALID","A19 - MAP","INVALID","B8 - CLT","B17 IAT"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:57:10 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:36:53 UTC 2023
pageSize = 24552
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6063,6 +6065,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.hellen-nb1.2251428380"
signature = "rusEFI master.2023.11.15.hellen-nb1.2145764406"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.hellen-nb1.2251428380" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.hellen-nb1.2145764406" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","2C - O2S","TPS1","intMAP","1G - Steering/RES2","3E - TPS","1B - Battery Sense","2H - CAM","3S - EGR BOOST IN","2A - Pressure Input","2J - CRANK","2L - MAF","3D - MAP","2E - Coolant","2B - IAT","4C - IN TEMP/PPS2","1P - AC Switch"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:57:29 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:37:12 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6065,6 +6067,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.hellen121nissan.1892088127"
signature = "rusEFI master.2023.11.15.hellen121nissan.2299604757"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.hellen121nissan.1892088127" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.hellen121nissan.2299604757" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","51 - MAF","INVALID","Aux P68","106 - PPS 1","50 - TPS 1","109 Ignition Key Voltage","INVALID","INVALID","69 - TPS 2","INVALID","Aux P66","Aux P67","73 - CLT","34 - IAT","98 - PPS 2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:57:08 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:36:50 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6063,6 +6065,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.hellen121vag.2106458312"
signature = "rusEFI master.2023.11.15.hellen121vag.2220480226"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.hellen121vag.2106458312" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.hellen121vag.2220480226" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","14 - O2","INVALID","INVALID","34 In PPS1","92 - TPS 1","106 - KNOCK","86 - CAM1","87 - CAM2","84 - TPS2","INVALID","29 In Maf","101 - MAP2","93 - CLT","85 - IAT","35 In PPS2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:57:05 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:36:48 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6065,6 +6067,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.hellen128.639801441"
signature = "rusEFI master.2023.11.15.hellen128.3757395531"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.hellen128.639801441" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.hellen128.3757395531" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","P36_IN_O2S","P32_IN_O2S2","P40_IN_MAP3","C24 - PPS1","E31 - TPS1","Battery Sense","E40 - IN_CAM","P30_IN_AUX4","E34 - TPS2","E37 - Crank Input","E47 - MAF","E23 - MAP","E29 - Coolant Temp","E45 - IAT","C25 - PPS2","P41_IN_AUX3"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:57:03 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:36:45 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6065,6 +6067,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.hellen154hyundai.951260593"
signature = "rusEFI master.2023.11.15.hellen154hyundai.3244606363"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.hellen154hyundai.951260593" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.hellen154hyundai.3244606363" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","K21 Ambient Temperature","K58 Oil Temp","K54 A/C pressure","PPS 1","TPS 1","K2 Ignition Key Voltage","X10 AIN2","INVALID","TPS 2","X11 AIN1","Map Sensor K31","K10 Sensor","CLT","IAT","PPS 2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:57:12 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:36:55 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6063,6 +6065,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.hellen72.2243172646"
signature = "rusEFI master.2023.11.15.hellen72.2086915852"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.hellen72.2243172646" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.hellen72.2086915852" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","5N - TPS2","3L - IGN_7 / AFR","intMAP (A15)","5P - PPS1","4V - TPS (A17)","4S/4T - Alternator voltage","3V - CAM (A19)","4J - VTCS/AUX4 (A20)","4F - AC_PRES/AUX1 (A23)","3Y - CRANK (A24)","4X - MAF (A9)","4U - MAP2/Ign8 (A10)","4P - CLT (A11)","4N - IAT (A14)","5M - PPS2 OR TEMPERATURE SENSOR","4AE - EGR/MAP4 (A22)"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:57:24 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:37:07 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6065,6 +6067,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.hellen81.883158372"
signature = "rusEFI master.2023.11.15.hellen81.3446946638"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.hellen81.883158372" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.hellen81.3446946638" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","18 - IN_O2S","55 - IN_O2S2","41 - IN_MAP3","78 - IN_PPS","16 - IN_TPS","13 - IN_VIGN","79 - IN_CAM","77 - IN_AUX4","74 - IN_AUX1","15 - IN_CRANK (A24)","37 - IN_MAP1","38 - IN_MAP2","39 - IN_CLT","40 - IN_IAT","75 - IN_AUX2","76 - IN_AUX3"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:57:27 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:37:09 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6063,6 +6065,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.hellen88bmw.131437263"
signature = "rusEFI master.2023.11.15.hellen88bmw.4261561573"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.hellen88bmw.131437263" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.hellen88bmw.4261561573" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","VIN5","VIN6","INVALID","PPS1","73 - TPS","56 - Battery Sense","17 - CAM","Aux BARO","Aux TPS2","16 - CRANK","41 - MAF","Aux MAP","78 - CLT","77 - IAT","Aux PPS2","Aux TPS3"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:57:15 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:36:57 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6065,6 +6067,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.hellenNA6.50168623"
signature = "rusEFI master.2023.11.15.hellenNA6.4213855493"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.hellenNA6.50168623" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.hellenNA6.4213855493" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","3N - O2S","2N - Temperature Sensor","intMAP (A15)","4I - PPS1","TPS Input","1B - Battery Sense","INVALID","4G - PPS2 OR TEMPERATURE SENSOR","4H - TPS2","INVALID","3O - MAF","2M - Pressure Sensor","3Q - CLT","3P - IAT","1V - Clutch Switch","1Q AC Switch"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:57:34 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:37:16 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6065,6 +6067,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.hellenNA8_96.1683788768"
signature = "rusEFI master.2023.11.15.hellenNA8_96.2643150282"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.hellenNA8_96.1683788768" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.hellenNA8_96.2643150282" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","2C - O2S","TPS1","intMAP","PPS1","2F - TPS","3B - Battery Sense","3G - CAM","3S - EGR BOOST IN","2A - Pressure Input","3F - CRANK","2B - MAF","INVALID","2G - Coolant","2B - IAT","4C - IN TEMP/PPS2","1K - AC Switch"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:57:36 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:37:19 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6065,6 +6067,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.kin.2871122085"
signature = "rusEFI master.2023.11.15.kin.1391857295"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.kin.2871122085" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.kin.1391857295" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA2", "PA3", "INVALID", "PD3", "INVALID", "INVALID", "INVALID", "PB12", "PB13", "INVALID", "PE2", "INVALID", "PC14", "PC15", "PC16", "PC17"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:56:41 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:36:24 UTC 2023
pageSize = 22504
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6064,6 +6066,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.m74_9.3117505783"
signature = "rusEFI master.2023.11.15.m74_9.1074170589"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.m74_9.3117505783" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.m74_9.1074170589" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:57:48 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:37:31 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6065,6 +6067,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.mre_f4.3399349899"
signature = "rusEFI master.2023.11.15.mre_f4.860496033"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.mre_f4.3399349899" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.mre_f4.860496033" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3 or Hall Input","22 - AN temp 4 or Hall Input","28 - AN volt 10, Aux Reuse","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8, Aux Reuse","40 - AN volt 9, Aux Reuse","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6, Aux Reuse","30 - AN volt 7"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:57:43 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:37:26 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5200,6 +5201,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6067,6 +6069,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.mre_f7.3399349899"
signature = "rusEFI master.2023.11.15.mre_f7.860496033"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.mre_f7.3399349899" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.mre_f7.860496033" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3 or Hall Input","22 - AN temp 4 or Hall Input","28 - AN volt 10, Aux Reuse","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8, Aux Reuse","40 - AN volt 9, Aux Reuse","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6, Aux Reuse","30 - AN volt 7"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:57:41 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:37:24 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5200,6 +5201,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6067,6 +6069,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.nucleo_f429.3924827915"
signature = "rusEFI master.2023.11.15.nucleo_f429.271042849"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.nucleo_f429.3924827915" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.nucleo_f429.271042849" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:58:11 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:37:54 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6064,6 +6066,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.nucleo_f767.3924827915"
signature = "rusEFI master.2023.11.15.nucleo_f767.271042849"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.nucleo_f767.3924827915" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.nucleo_f767.271042849" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:58:13 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:37:56 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6064,6 +6066,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.nucleo_h743.3924827915"
signature = "rusEFI master.2023.11.15.nucleo_h743.271042849"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.nucleo_h743.3924827915" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.nucleo_h743.271042849" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:58:16 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:37:59 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6064,6 +6066,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.prometheus_405.3647263387"
signature = "rusEFI master.2023.11.15.prometheus_405.548603057"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.prometheus_405.3647263387" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.prometheus_405.548603057" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:57:59 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:37:42 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6059,6 +6061,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.prometheus_469.3647263387"
signature = "rusEFI master.2023.11.15.prometheus_469.548603057"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.prometheus_469.3647263387" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.prometheus_469.548603057" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:57:57 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:37:40 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6059,6 +6061,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.proteus_f4.3924025713"
signature = "rusEFI master.2023.11.15.proteus_f4.271857499"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.proteus_f4.3924025713" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.proteus_f4.271857499" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:58:04 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:37:47 UTC 2023
pageSize = 27880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6074,6 +6076,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.proteus_f7.3924025713"
signature = "rusEFI master.2023.11.15.proteus_f7.271857499"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.proteus_f7.3924025713" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.proteus_f7.271857499" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:58:02 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:37:45 UTC 2023
pageSize = 27880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6074,6 +6076,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.proteus_h7.3924025713"
signature = "rusEFI master.2023.11.15.proteus_h7.271857499"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.proteus_h7.3924025713" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.proteus_h7.271857499" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:58:06 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:37:49 UTC 2023
pageSize = 27880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6074,6 +6076,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.s105.2262564717"
signature = "rusEFI master.2023.11.15.s105.2131503431"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.s105.2262564717" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.s105.2131503431" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","56 - MAP","16 - TPS","19 - Knock","39 - CLT","INVALID","opt 55 - AFR 2","opt 21 - AC Press","18 - AFR 1","13 - Ignition switch in (15)","44 - +12 sense (MR)","INVALID","na 37 - MAF","INVALID","INVALID","40 - IAT"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:57:50 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:37:33 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6065,6 +6067,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.small-can-board.3831505671"
signature = "rusEFI master.2023.11.15.small-can-board.498595117"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.small-can-board.3831505671" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.small-can-board.498595117" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","INVALID","B2 - Analog/Digital Input","B3 - Analog/Digital Input","B4 - Analog/Digital Input","B5 - Analog/Digital Input","B7 - Analog/Digital Input","C1 - Analog/Digital Input","INVALID","INVALID","INVALID","A2 Battery Sense","INVALID","INVALID","C2 - Analog/Digital Input","C4 - Analog/Digital Input"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:57:38 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:37:21 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6064,6 +6066,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.subaru_eg33_f7.4001224732"
signature = "rusEFI master.2023.11.15.subaru_eg33_f7.397020726"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.subaru_eg33_f7.4001224732" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.subaru_eg33_f7.397020726" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","AUX0_18 - MAP Ain","INVALID","INVALID","B05 - MAF Ain","INVALID","AUX0_19 - IAT Ain","A02 - VBat","INVALID","A06 - Oxyg 2 Ain","A04 - EGR t Ain","INVALID","A18 - AUX0 Ain","B02 - TPS Ain","INVALID","A03 - Coolant t Ain","A06 - Oxyg 1 Ain"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:56:44 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:36:26 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6064,6 +6066,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.11.15.t-b-g.3924827915"
signature = "rusEFI master.2023.11.15.t-b-g.271042849"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.15.t-b-g.3924827915" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.15.t-b-g.271042849" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 20:57:52 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Nov 15 21:37:35 UTC 2023
pageSize = 23880
page = 1
@ -3002,6 +3002,7 @@ startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
heaterControlEnabled = bits, U32, 1096, [3:3]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -3171,7 +3172,7 @@ lambdaTimeSinceGood = scalar, U16, 1436, "sec", 0.01, 0
debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", ""
debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", ""
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy"
wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "cranking", "failed to heat", "overheat", "underheat", "no supply", "legacy"
injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point"
ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils"
@ -5199,6 +5200,7 @@ entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = heaterControlEnabled, "heaterControlEnabled", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6064,6 +6066,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently Yes"
indicator = {heaterControlEnabled}, "heaterControlEnabled No", "heaterControlEnabled Yes"
dialog = engine_stateDialog, "engine_state"
panel = engine_stateIndicatorPanel

Some files were not shown because too many files have changed in this diff Show More