Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-11-13 22:29:06 +00:00
parent e2c2980335
commit 4d24a4fbb6
104 changed files with 425 additions and 277 deletions

View File

@ -812,7 +812,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 4199376455
#define SIGNATURE_HASH 612009878
#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.13.cypress.4199376455"
#define TS_SIGNATURE "rusEFI master.2023.11.13.cypress.612009878"
#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 3097272809
#define SIGNATURE_HASH 1722499128
#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.13.kin.3097272809"
#define TS_SIGNATURE "rusEFI master.2023.11.13.kin.1722499128"
#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 4257259856
#define SIGNATURE_HASH 603406465
#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.13.subaru_eg33_f7.4257259856"
#define TS_SIGNATURE "rusEFI master.2023.11.13.subaru_eg33_f7.603406465"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -506,6 +506,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"

View File

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

View File

@ -641,6 +641,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
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 03:45:02 UTC 2023
// 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
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -227,94 +227,94 @@ struct engine_state_s {
bool acrStateDup : 1 {};
/**
offset 48 bit 2 */
bool unusedBit_12_2 : 1 {};
bool acrEngineMovedRecently : 1 {};
/**
offset 48 bit 3 */
bool unusedBit_12_3 : 1 {};
bool unusedBit_13_3 : 1 {};
/**
offset 48 bit 4 */
bool unusedBit_12_4 : 1 {};
bool unusedBit_13_4 : 1 {};
/**
offset 48 bit 5 */
bool unusedBit_12_5 : 1 {};
bool unusedBit_13_5 : 1 {};
/**
offset 48 bit 6 */
bool unusedBit_12_6 : 1 {};
bool unusedBit_13_6 : 1 {};
/**
offset 48 bit 7 */
bool unusedBit_12_7 : 1 {};
bool unusedBit_13_7 : 1 {};
/**
offset 48 bit 8 */
bool unusedBit_12_8 : 1 {};
bool unusedBit_13_8 : 1 {};
/**
offset 48 bit 9 */
bool unusedBit_12_9 : 1 {};
bool unusedBit_13_9 : 1 {};
/**
offset 48 bit 10 */
bool unusedBit_12_10 : 1 {};
bool unusedBit_13_10 : 1 {};
/**
offset 48 bit 11 */
bool unusedBit_12_11 : 1 {};
bool unusedBit_13_11 : 1 {};
/**
offset 48 bit 12 */
bool unusedBit_12_12 : 1 {};
bool unusedBit_13_12 : 1 {};
/**
offset 48 bit 13 */
bool unusedBit_12_13 : 1 {};
bool unusedBit_13_13 : 1 {};
/**
offset 48 bit 14 */
bool unusedBit_12_14 : 1 {};
bool unusedBit_13_14 : 1 {};
/**
offset 48 bit 15 */
bool unusedBit_12_15 : 1 {};
bool unusedBit_13_15 : 1 {};
/**
offset 48 bit 16 */
bool unusedBit_12_16 : 1 {};
bool unusedBit_13_16 : 1 {};
/**
offset 48 bit 17 */
bool unusedBit_12_17 : 1 {};
bool unusedBit_13_17 : 1 {};
/**
offset 48 bit 18 */
bool unusedBit_12_18 : 1 {};
bool unusedBit_13_18 : 1 {};
/**
offset 48 bit 19 */
bool unusedBit_12_19 : 1 {};
bool unusedBit_13_19 : 1 {};
/**
offset 48 bit 20 */
bool unusedBit_12_20 : 1 {};
bool unusedBit_13_20 : 1 {};
/**
offset 48 bit 21 */
bool unusedBit_12_21 : 1 {};
bool unusedBit_13_21 : 1 {};
/**
offset 48 bit 22 */
bool unusedBit_12_22 : 1 {};
bool unusedBit_13_22 : 1 {};
/**
offset 48 bit 23 */
bool unusedBit_12_23 : 1 {};
bool unusedBit_13_23 : 1 {};
/**
offset 48 bit 24 */
bool unusedBit_12_24 : 1 {};
bool unusedBit_13_24 : 1 {};
/**
offset 48 bit 25 */
bool unusedBit_12_25 : 1 {};
bool unusedBit_13_25 : 1 {};
/**
offset 48 bit 26 */
bool unusedBit_12_26 : 1 {};
bool unusedBit_13_26 : 1 {};
/**
offset 48 bit 27 */
bool unusedBit_12_27 : 1 {};
bool unusedBit_13_27 : 1 {};
/**
offset 48 bit 28 */
bool unusedBit_12_28 : 1 {};
bool unusedBit_13_28 : 1 {};
/**
offset 48 bit 29 */
bool unusedBit_12_29 : 1 {};
bool unusedBit_13_29 : 1 {};
/**
offset 48 bit 30 */
bool unusedBit_12_30 : 1 {};
bool unusedBit_13_30 : 1 {};
/**
offset 48 bit 31 */
bool unusedBit_12_31 : 1 {};
bool unusedBit_13_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 03:45:02 UTC 2023
// 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

View File

@ -1103,7 +1103,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 1498805372
#define SIGNATURE_HASH 2271352237
#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.13.f407-discovery.1498805372"
#define TS_SIGNATURE "rusEFI master.2023.11.13.f407-discovery.2271352237"
#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 2318979648
#define TS_SIGNATURE "rusEFI master.2023.11.13.alphax-2chan.2318979648"
#define SIGNATURE_HASH 1410282385
#define TS_SIGNATURE "rusEFI master.2023.11.13.alphax-2chan.1410282385"

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 576055446
#define TS_SIGNATURE "rusEFI master.2023.11.13.alphax-4chan.576055446"
#define SIGNATURE_HASH 4234283335
#define TS_SIGNATURE "rusEFI master.2023.11.13.alphax-4chan.4234283335"

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 576055446
#define TS_SIGNATURE "rusEFI master.2023.11.13.alphax-4chan_f7.576055446"
#define SIGNATURE_HASH 4234283335
#define TS_SIGNATURE "rusEFI master.2023.11.13.alphax-4chan_f7.4234283335"

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 3418273860
#define TS_SIGNATURE "rusEFI master.2023.11.13.alphax-8chan-revA.3418273860"
#define SIGNATURE_HASH 361322901
#define TS_SIGNATURE "rusEFI master.2023.11.13.alphax-8chan-revA.361322901"

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 4178342482
#define TS_SIGNATURE "rusEFI master.2023.11.13.alphax-8chan.4178342482"
#define SIGNATURE_HASH 658215811
#define TS_SIGNATURE "rusEFI master.2023.11.13.alphax-8chan.658215811"

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 4178342482
#define TS_SIGNATURE "rusEFI master.2023.11.13.alphax-8chan_f7.4178342482"
#define SIGNATURE_HASH 658215811
#define TS_SIGNATURE "rusEFI master.2023.11.13.alphax-8chan_f7.658215811"

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 4199376455
#define TS_SIGNATURE "rusEFI master.2023.11.13.at_start_f435.4199376455"
#define SIGNATURE_HASH 612009878
#define TS_SIGNATURE "rusEFI master.2023.11.13.at_start_f435.612009878"

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 3192566281
#define TS_SIGNATURE "rusEFI master.2023.11.13.atlas.3192566281"
#define SIGNATURE_HASH 1618826200
#define TS_SIGNATURE "rusEFI master.2023.11.13.atlas.1618826200"

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 3261754353
#define TS_SIGNATURE "rusEFI master.2023.11.13.core8.3261754353"
#define SIGNATURE_HASH 475892256
#define TS_SIGNATURE "rusEFI master.2023.11.13.core8.475892256"

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 4199376455
#define TS_SIGNATURE "rusEFI master.2023.11.13.cypress.4199376455"
#define SIGNATURE_HASH 612009878
#define TS_SIGNATURE "rusEFI master.2023.11.13.cypress.612009878"

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 1498805372
#define TS_SIGNATURE "rusEFI master.2023.11.13.f407-discovery.1498805372"
#define SIGNATURE_HASH 2271352237
#define TS_SIGNATURE "rusEFI master.2023.11.13.f407-discovery.2271352237"

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 4199376455
#define TS_SIGNATURE "rusEFI master.2023.11.13.f429-discovery.4199376455"
#define SIGNATURE_HASH 612009878
#define TS_SIGNATURE "rusEFI master.2023.11.13.f429-discovery.612009878"

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 3625944717
#define TS_SIGNATURE "rusEFI master.2023.11.13.frankenso_na6.3625944717"
#define SIGNATURE_HASH 103311196
#define TS_SIGNATURE "rusEFI master.2023.11.13.frankenso_na6.103311196"

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 4023948399
#define TS_SIGNATURE "rusEFI master.2023.11.13.harley81.4023948399"
#define SIGNATURE_HASH 837776830
#define TS_SIGNATURE "rusEFI master.2023.11.13.harley81.837776830"

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 2631807851
#define TS_SIGNATURE "rusEFI master.2023.11.13.hellen-112-17.2631807851"
#define SIGNATURE_HASH 1122620090
#define TS_SIGNATURE "rusEFI master.2023.11.13.hellen-112-17.1122620090"

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 686975765
#define TS_SIGNATURE "rusEFI master.2023.11.13.hellen-112-mg1.686975765"
#define SIGNATURE_HASH 4140141252
#define TS_SIGNATURE "rusEFI master.2023.11.13.hellen-112-mg1.4140141252"

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 1254084791
#define TS_SIGNATURE "rusEFI master.2023.11.13.hellen-gm-e67.1254084791"
#define SIGNATURE_HASH 2491953510
#define TS_SIGNATURE "rusEFI master.2023.11.13.hellen-gm-e67.2491953510"

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 598562916
#define TS_SIGNATURE "rusEFI master.2023.11.13.hellen-honda-k.598562916"
#define SIGNATURE_HASH 4254775733
#define TS_SIGNATURE "rusEFI master.2023.11.13.hellen-honda-k.4254775733"

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 2509204304
#define TS_SIGNATURE "rusEFI master.2023.11.13.hellen-nb1.2509204304"
#define SIGNATURE_HASH 1270385281
#define TS_SIGNATURE "rusEFI master.2023.11.13.hellen-nb1.1270385281"

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 1669038195
#define TS_SIGNATURE "rusEFI master.2023.11.13.hellen121nissan.1669038195"
#define SIGNATURE_HASH 3175899554
#define TS_SIGNATURE "rusEFI master.2023.11.13.hellen121nissan.3175899554"

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 1848867204
#define TS_SIGNATURE "rusEFI master.2023.11.13.hellen121vag.1848867204"
#define SIGNATURE_HASH 2953091157
#define TS_SIGNATURE "rusEFI master.2023.11.13.hellen121vag.2953091157"

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 899670317
#define TS_SIGNATURE "rusEFI master.2023.11.13.hellen128.899670317"
#define SIGNATURE_HASH 3953656060
#define TS_SIGNATURE "rusEFI master.2023.11.13.hellen128.3953656060"

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 722365693
#define TS_SIGNATURE "rusEFI master.2023.11.13.hellen154hyundai.722365693"
#define SIGNATURE_HASH 4114189612
#define TS_SIGNATURE "rusEFI master.2023.11.13.hellen154hyundai.4114189612"

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 2517196906
#define TS_SIGNATURE "rusEFI master.2023.11.13.hellen72.2517196906"
#define SIGNATURE_HASH 1212055995
#define TS_SIGNATURE "rusEFI master.2023.11.13.hellen72.1212055995"

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 656315432
#define TS_SIGNATURE "rusEFI master.2023.11.13.hellen81.656315432"
#define SIGNATURE_HASH 4180243961
#define TS_SIGNATURE "rusEFI master.2023.11.13.hellen81.4180243961"

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 342420355
#define TS_SIGNATURE "rusEFI master.2023.11.13.hellen88bmw.342420355"
#define SIGNATURE_HASH 3395226194
#define TS_SIGNATURE "rusEFI master.2023.11.13.hellen88bmw.3395226194"

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 289471075
#define TS_SIGNATURE "rusEFI master.2023.11.13.hellenNA6.289471075"
#define SIGNATURE_HASH 3480689586
#define TS_SIGNATURE "rusEFI master.2023.11.13.hellenNA6.3480689586"

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 2011294380
#define TS_SIGNATURE "rusEFI master.2023.11.13.hellenNA8_96.2011294380"
#define SIGNATURE_HASH 2849377149
#define TS_SIGNATURE "rusEFI master.2023.11.13.hellenNA8_96.2849377149"

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 3097272809
#define TS_SIGNATURE "rusEFI master.2023.11.13.kin.3097272809"
#define SIGNATURE_HASH 1722499128
#define TS_SIGNATURE "rusEFI master.2023.11.13.kin.1722499128"

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 2859214267
#define TS_SIGNATURE "rusEFI master.2023.11.13.m74_9.2859214267"
#define SIGNATURE_HASH 1952171114
#define TS_SIGNATURE "rusEFI master.2023.11.13.m74_9.1952171114"

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 3642789831
#define TS_SIGNATURE "rusEFI master.2023.11.13.mre_f4.3642789831"
#define SIGNATURE_HASH 118976022
#define TS_SIGNATURE "rusEFI master.2023.11.13.mre_f4.118976022"

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 3642789831
#define TS_SIGNATURE "rusEFI master.2023.11.13.mre_f7.3642789831"
#define SIGNATURE_HASH 118976022
#define TS_SIGNATURE "rusEFI master.2023.11.13.mre_f7.118976022"

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 4199376455
#define TS_SIGNATURE "rusEFI master.2023.11.13.nucleo_f429.4199376455"
#define SIGNATURE_HASH 612009878
#define TS_SIGNATURE "rusEFI master.2023.11.13.nucleo_f429.612009878"

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 4199376455
#define TS_SIGNATURE "rusEFI master.2023.11.13.nucleo_f767.4199376455"
#define SIGNATURE_HASH 612009878
#define TS_SIGNATURE "rusEFI master.2023.11.13.nucleo_f767.612009878"

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 4199376455
#define TS_SIGNATURE "rusEFI master.2023.11.13.nucleo_h743.4199376455"
#define SIGNATURE_HASH 612009878
#define TS_SIGNATURE "rusEFI master.2023.11.13.nucleo_h743.612009878"

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 3403262935
#define TS_SIGNATURE "rusEFI master.2023.11.13.prometheus_405.3403262935"
#define SIGNATURE_HASH 351160838
#define TS_SIGNATURE "rusEFI master.2023.11.13.prometheus_405.351160838"

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 3403262935
#define TS_SIGNATURE "rusEFI master.2023.11.13.prometheus_469.3403262935"
#define SIGNATURE_HASH 351160838
#define TS_SIGNATURE "rusEFI master.2023.11.13.prometheus_469.351160838"

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 4200503357
#define TS_SIGNATURE "rusEFI master.2023.11.13.proteus_f4.4200503357"
#define SIGNATURE_HASH 610892268
#define TS_SIGNATURE "rusEFI master.2023.11.13.proteus_f4.610892268"

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 4200503357
#define TS_SIGNATURE "rusEFI master.2023.11.13.proteus_f7.4200503357"
#define SIGNATURE_HASH 610892268
#define TS_SIGNATURE "rusEFI master.2023.11.13.proteus_f7.610892268"

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 4200503357
#define TS_SIGNATURE "rusEFI master.2023.11.13.proteus_h7.4200503357"
#define SIGNATURE_HASH 610892268
#define TS_SIGNATURE "rusEFI master.2023.11.13.proteus_h7.610892268"

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 2506524193
#define TS_SIGNATURE "rusEFI master.2023.11.13.s105.2506524193"
#define SIGNATURE_HASH 1263626224
#define TS_SIGNATURE "rusEFI master.2023.11.13.s105.1263626224"

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 4158478923
#define TS_SIGNATURE "rusEFI master.2023.11.13.small-can-board.4158478923"
#define SIGNATURE_HASH 703249306
#define TS_SIGNATURE "rusEFI master.2023.11.13.small-can-board.703249306"

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 4257259856
#define TS_SIGNATURE "rusEFI master.2023.11.13.subaru_eg33_f7.4257259856"
#define SIGNATURE_HASH 603406465
#define TS_SIGNATURE "rusEFI master.2023.11.13.subaru_eg33_f7.603406465"

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 4199376455
#define TS_SIGNATURE "rusEFI master.2023.11.13.t-b-g.4199376455"
#define SIGNATURE_HASH 612009878
#define TS_SIGNATURE "rusEFI master.2023.11.13.t-b-g.612009878"

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 1893943909
#define TS_SIGNATURE "rusEFI master.2023.11.13.tdg-pdm8.1893943909"
#define SIGNATURE_HASH 2933173172
#define TS_SIGNATURE "rusEFI master.2023.11.13.tdg-pdm8.2933173172"

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 1410347316
#define TS_SIGNATURE "rusEFI master.2023.11.13.uaefi.1410347316"
#define SIGNATURE_HASH 2317865189
#define TS_SIGNATURE "rusEFI master.2023.11.13.uaefi.2317865189"

View File

@ -1080,6 +1080,9 @@ float getOutputValueByName(const char *name) {
// acrStateDup
case -793662747:
return engine->engineState.acrStateDup;
// acrEngineMovedRecently
case -791147982:
return engine->engineState.acrEngineMovedRecently;
// 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.13.f407-discovery.1498805372"
signature = "rusEFI master.2023.11.13.f407-discovery.2271352237"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.f407-discovery.1498805372" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.f407-discovery.2271352237" ; 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 Mon Nov 13 07:03:09 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:29:05 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", 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 = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.alphax-2chan.2318979648"
signature = "rusEFI master.2023.11.13.alphax-2chan.1410282385"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.alphax-2chan.2318979648" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.alphax-2chan.1410282385" ; 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 Mon Nov 13 07:01:26 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:26:51 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", 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 = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.alphax-4chan.576055446"
signature = "rusEFI master.2023.11.13.alphax-4chan.4234283335"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.alphax-4chan.576055446" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.alphax-4chan.4234283335" ; 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 Mon Nov 13 07:01:28 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:26:55 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", 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 = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.alphax-4chan_f7.576055446"
signature = "rusEFI master.2023.11.13.alphax-4chan_f7.4234283335"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.alphax-4chan_f7.576055446" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.alphax-4chan_f7.4234283335" ; 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 Mon Nov 13 07:01:30 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:26:58 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", 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 = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.alphax-8chan-revA.3418273860"
signature = "rusEFI master.2023.11.13.alphax-8chan-revA.361322901"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.alphax-8chan-revA.3418273860" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.alphax-8chan-revA.361322901" ; 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 Mon Nov 13 07:01:37 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:27:07 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", 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 = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.alphax-8chan.4178342482"
signature = "rusEFI master.2023.11.13.alphax-8chan.658215811"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.alphax-8chan.4178342482" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.alphax-8chan.658215811" ; 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 Mon Nov 13 07:01:33 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:27:01 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", 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 = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.alphax-8chan_f7.4178342482"
signature = "rusEFI master.2023.11.13.alphax-8chan_f7.658215811"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.alphax-8chan_f7.4178342482" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.alphax-8chan_f7.658215811" ; 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 Mon Nov 13 07:01:35 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:27:04 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", 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 = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.at_start_f435.4199376455"
signature = "rusEFI master.2023.11.13.at_start_f435.612009878"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.at_start_f435.4199376455" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.at_start_f435.612009878" ; 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 Mon Nov 13 07:03:05 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:29:00 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6061,6 +6063,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.atlas.3192566281"
signature = "rusEFI master.2023.11.13.atlas.1618826200"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.atlas.3192566281" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.atlas.1618826200" ; 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 Mon Nov 13 07:02:58 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:28:51 UTC 2023
pageSize = 23380
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6061,6 +6063,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.core8.3261754353"
signature = "rusEFI master.2023.11.13.core8.475892256"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.core8.3261754353" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.core8.475892256" ; 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 Mon Nov 13 07:02:26 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:28:09 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", 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 = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.cypress.4199376455"
signature = "rusEFI master.2023.11.13.cypress.612009878"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.cypress.4199376455" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.cypress.612009878" ; 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 Mon Nov 13 07:01:22 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:26:47 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6061,6 +6063,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.f407-discovery.1498805372"
signature = "rusEFI master.2023.11.13.f407-discovery.2271352237"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.f407-discovery.1498805372" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.f407-discovery.2271352237" ; 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 Mon Nov 13 07:03:03 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:28:57 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", 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 = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.f429-discovery.4199376455"
signature = "rusEFI master.2023.11.13.f429-discovery.612009878"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.f429-discovery.4199376455" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.f429-discovery.612009878" ; 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 Mon Nov 13 07:02:49 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:28:40 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6061,6 +6063,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.frankenso_na6.3625944717"
signature = "rusEFI master.2023.11.13.frankenso_na6.103311196"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.frankenso_na6.3625944717" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.frankenso_na6.103311196" ; 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 Mon Nov 13 07:02:35 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:28:21 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6061,6 +6063,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.harley81.4023948399"
signature = "rusEFI master.2023.11.13.harley81.837776830"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.harley81.4023948399" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.harley81.837776830" ; 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 Mon Nov 13 17:51:26 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:27:10 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", 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 = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.hellen-112-17.2631807851"
signature = "rusEFI master.2023.11.13.hellen-112-17.1122620090"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.hellen-112-17.2631807851" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.hellen-112-17.1122620090" ; 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 Mon Nov 13 07:02:00 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:27:35 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6060,6 +6062,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.hellen-112-mg1.686975765"
signature = "rusEFI master.2023.11.13.hellen-112-mg1.4140141252"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.hellen-112-mg1.686975765" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.hellen-112-mg1.4140141252" ; 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 Mon Nov 13 07:02:02 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:27:38 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6060,6 +6062,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.hellen-gm-e67.1254084791"
signature = "rusEFI master.2023.11.13.hellen-gm-e67.2491953510"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.hellen-gm-e67.1254084791" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.hellen-gm-e67.2491953510" ; 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 Mon Nov 13 07:02:11 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:27:51 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", 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 = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.hellen-honda-k.598562916"
signature = "rusEFI master.2023.11.13.hellen-honda-k.4254775733"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.hellen-honda-k.598562916" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.hellen-honda-k.4254775733" ; 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 Mon Nov 13 07:01:50 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:27:23 UTC 2023
pageSize = 24552
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6060,6 +6062,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.hellen-nb1.2509204304"
signature = "rusEFI master.2023.11.13.hellen-nb1.1270385281"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.hellen-nb1.2509204304" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.hellen-nb1.1270385281" ; 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 Mon Nov 13 07:02:09 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:27:48 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", 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 = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.hellen121nissan.1669038195"
signature = "rusEFI master.2023.11.13.hellen121nissan.3175899554"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.hellen121nissan.1669038195" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.hellen121nissan.3175899554" ; 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 Mon Nov 13 07:01:48 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:27:20 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6060,6 +6062,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.hellen121vag.1848867204"
signature = "rusEFI master.2023.11.13.hellen121vag.2953091157"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.hellen121vag.1848867204" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.hellen121vag.2953091157" ; 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 Mon Nov 13 07:01:45 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:27:16 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", 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 = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.hellen128.899670317"
signature = "rusEFI master.2023.11.13.hellen128.3953656060"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.hellen128.899670317" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.hellen128.3953656060" ; 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 Mon Nov 13 07:01:42 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:27:13 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", 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 = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.hellen154hyundai.722365693"
signature = "rusEFI master.2023.11.13.hellen154hyundai.4114189612"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.hellen154hyundai.722365693" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.hellen154hyundai.4114189612" ; 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 Mon Nov 13 07:01:53 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:27:26 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6060,6 +6062,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.hellen72.2517196906"
signature = "rusEFI master.2023.11.13.hellen72.1212055995"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.hellen72.2517196906" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.hellen72.1212055995" ; 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 Mon Nov 13 07:02:04 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:27:41 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", 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 = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.hellen81.656315432"
signature = "rusEFI master.2023.11.13.hellen81.4180243961"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.hellen81.656315432" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.hellen81.4180243961" ; 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 Mon Nov 13 07:02:07 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:27:44 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6060,6 +6062,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.hellen88bmw.342420355"
signature = "rusEFI master.2023.11.13.hellen88bmw.3395226194"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.hellen88bmw.342420355" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.hellen88bmw.3395226194" ; 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 Mon Nov 13 07:01:55 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:27:29 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", 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 = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.hellenNA6.289471075"
signature = "rusEFI master.2023.11.13.hellenNA6.3480689586"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.hellenNA6.289471075" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.hellenNA6.3480689586" ; 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 Mon Nov 13 07:02:14 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:27:54 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", 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 = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.hellenNA8_96.2011294380"
signature = "rusEFI master.2023.11.13.hellenNA8_96.2849377149"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.hellenNA8_96.2011294380" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.hellenNA8_96.2849377149" ; 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 Mon Nov 13 07:02:16 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:27:57 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", 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 = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.kin.3097272809"
signature = "rusEFI master.2023.11.13.kin.1722499128"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.kin.3097272809" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.kin.1722499128" ; 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 Mon Nov 13 07:01:21 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:26:46 UTC 2023
pageSize = 22504
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6061,6 +6063,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.m74_9.2859214267"
signature = "rusEFI master.2023.11.13.m74_9.1952171114"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.m74_9.2859214267" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.m74_9.1952171114" ; 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 Mon Nov 13 07:02:28 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:28:12 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", 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 = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.mre_f4.3642789831"
signature = "rusEFI master.2023.11.13.mre_f4.118976022"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.mre_f4.3642789831" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.mre_f4.118976022" ; 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 Mon Nov 13 07:02:23 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:28:06 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5198,6 +5199,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", 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 = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.mre_f7.3642789831"
signature = "rusEFI master.2023.11.13.mre_f7.118976022"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.mre_f7.3642789831" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.mre_f7.118976022" ; 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 Mon Nov 13 07:02:21 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:28:03 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5198,6 +5199,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", 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 = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.nucleo_f429.4199376455"
signature = "rusEFI master.2023.11.13.nucleo_f429.612009878"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.nucleo_f429.4199376455" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.nucleo_f429.612009878" ; 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 Mon Nov 13 07:02:51 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:28:43 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6061,6 +6063,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.nucleo_f767.4199376455"
signature = "rusEFI master.2023.11.13.nucleo_f767.612009878"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.nucleo_f767.4199376455" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.nucleo_f767.612009878" ; 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 Mon Nov 13 07:02:54 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:28:45 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6061,6 +6063,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.nucleo_h743.4199376455"
signature = "rusEFI master.2023.11.13.nucleo_h743.612009878"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.nucleo_h743.4199376455" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.nucleo_h743.612009878" ; 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 Mon Nov 13 07:02:56 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:28:48 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6061,6 +6063,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.prometheus_405.3403262935"
signature = "rusEFI master.2023.11.13.prometheus_405.351160838"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.prometheus_405.3403262935" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.prometheus_405.351160838" ; 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 Mon Nov 13 07:02:40 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:28:27 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6056,6 +6058,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.prometheus_469.3403262935"
signature = "rusEFI master.2023.11.13.prometheus_469.351160838"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.prometheus_469.3403262935" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.prometheus_469.351160838" ; 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 Mon Nov 13 07:02:37 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:28:24 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6056,6 +6058,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.proteus_f4.4200503357"
signature = "rusEFI master.2023.11.13.proteus_f4.610892268"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.proteus_f4.4200503357" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.proteus_f4.610892268" ; 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 Mon Nov 13 07:02:44 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:28:33 UTC 2023
pageSize = 27880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6071,6 +6073,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.proteus_f7.4200503357"
signature = "rusEFI master.2023.11.13.proteus_f7.610892268"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.proteus_f7.4200503357" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.proteus_f7.610892268" ; 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 Mon Nov 13 07:02:42 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:28:30 UTC 2023
pageSize = 27880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6071,6 +6073,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.proteus_h7.4200503357"
signature = "rusEFI master.2023.11.13.proteus_h7.610892268"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.proteus_h7.4200503357" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.proteus_h7.610892268" ; 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 Mon Nov 13 07:02:47 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:28:36 UTC 2023
pageSize = 27880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6071,6 +6073,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.s105.2506524193"
signature = "rusEFI master.2023.11.13.s105.1263626224"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.s105.2506524193" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.s105.1263626224" ; 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 Mon Nov 13 07:02:30 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:28:15 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", 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 = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.small-can-board.4158478923"
signature = "rusEFI master.2023.11.13.small-can-board.703249306"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.small-can-board.4158478923" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.small-can-board.703249306" ; 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 Mon Nov 13 07:02:18 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:28:00 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6061,6 +6063,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.subaru_eg33_f7.4257259856"
signature = "rusEFI master.2023.11.13.subaru_eg33_f7.603406465"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.subaru_eg33_f7.4257259856" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.subaru_eg33_f7.603406465" ; 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 Mon Nov 13 07:01:23 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:26:48 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6061,6 +6063,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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.13.t-b-g.4199376455"
signature = "rusEFI master.2023.11.13.t-b-g.612009878"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.11.13.t-b-g.4199376455" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.11.13.t-b-g.612009878" ; 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 Mon Nov 13 07:02:33 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Nov 13 22:28:18 UTC 2023
pageSize = 23880
page = 1
@ -3001,6 +3001,7 @@ brakePedalState = scalar, S08, 1092, "", 1, 0
startStopState = scalar, S08, 1093, "", 1, 0
startStopPhysicalState = bits, U32, 1096, [0:0]
acrStateDup = bits, U32, 1096, [1:1]
acrEngineMovedRecently = bits, U32, 1096, [2:2]
startStopStateToggleCounter = scalar, U32, 1100, "", 1, 0
egtValue1 = scalar, F32, 1104, "", 1, 0
egtValue2 = scalar, F32, 1108, "", 1, 0
@ -5197,6 +5198,7 @@ entry = brakePedalState, "Brake switch", int, "%d"
entry = startStopState, "startStopState", int, "%d"
entry = startStopPhysicalState, "startStopPhysicalState", int, "%d"
entry = acrStateDup, "acrStateDup", int, "%d"
entry = acrEngineMovedRecently, "acrEngineMovedRecently", int, "%d"
entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d"
entry = egtValue1, "egtValue1", float, "%.3f"
entry = egtValue2, "egtValue2", float, "%.3f"
@ -6061,6 +6063,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {startStopPhysicalState}, "startStopPhysicalState No", "startStopPhysicalState Yes"
indicator = {acrStateDup}, "acrStateDup No", "acrStateDup Yes"
indicator = {acrEngineMovedRecently}, "acrEngineMovedRecently No", "acrEngineMovedRecently 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