Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-09-27 01:14:21 +00:00
parent 7c1ec7843e
commit dff215461f
102 changed files with 643 additions and 600 deletions

View File

@ -794,7 +794,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 4116258512
#define SIGNATURE_HASH 4130429971
#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
@ -1087,7 +1087,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.09.26.cypress.4116258512"
#define TS_SIGNATURE "rusEFI master.2023.09.27.cypress.4130429971"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -794,7 +794,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 3079199102
#define SIGNATURE_HASH 3034618813
#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
@ -1087,7 +1087,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.09.26.kin.3079199102"
#define TS_SIGNATURE "rusEFI master.2023.09.27.kin.3034618813"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1032,7 +1032,7 @@
#define show_Frankenso_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4074035655
#define SIGNATURE_HASH 4055669508
#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
@ -1325,7 +1325,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.09.26.subaru_eg33_f7.4074035655"
#define TS_SIGNATURE "rusEFI master.2023.09.27.subaru_eg33_f7.4055669508"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -20,7 +20,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -548,6 +547,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"

View File

@ -339,6 +339,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -21,12 +21,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -726,6 +725,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) console/binary/output_channels.txt Tue Sep 26 17:12:20 UTC 2023
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) console/binary/output_channels.txt Wed Sep 27 01:12:02 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -119,38 +119,37 @@ struct output_channels_s {
* Error: TPS2
offset 0 bit 22 */
bool isTps2Error : 1 {};
/**
* Idle: Closed Loop
offset 0 bit 23 */
bool isIdleClosedLoop : 1 {};
/**
* Injector Fault
offset 0 bit 24 */
offset 0 bit 23 */
bool injectorFault : 1 {};
/**
* Ignition Fault
offset 0 bit 25 */
offset 0 bit 24 */
bool ignitionFault : 1 {};
/**
offset 0 bit 26 */
offset 0 bit 25 */
bool isMainRelayOn : 1 {};
/**
* isUsbConnected
* Original reason for this is to check if USB is connected from Lua
offset 0 bit 27 */
offset 0 bit 26 */
bool isUsbConnected : 1 {};
/**
offset 0 bit 28 */
offset 0 bit 27 */
bool dfcoActive : 1 {};
/**
offset 0 bit 28 */
bool unusedBit_28_28 : 1 {};
/**
offset 0 bit 29 */
bool unusedBit_29_29 : 1 {};
bool unusedBit_28_29 : 1 {};
/**
offset 0 bit 30 */
bool unusedBit_29_30 : 1 {};
bool unusedBit_28_30 : 1 {};
/**
offset 0 bit 31 */
bool unusedBit_29_31 : 1 {};
bool unusedBit_28_31 : 1 {};
/**
* @@GAUGE_NAME_RPM@@
RPM
@ -1236,4 +1235,4 @@ struct output_channels_s {
static_assert(sizeof(output_channels_s) == 804);
// end
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) console/binary/output_channels.txt Tue Sep 26 17:12:20 UTC 2023
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) console/binary/output_channels.txt Wed Sep 27 01:12:02 UTC 2023

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/actuators/idle_state.txt Mon Sep 25 12:41:04 UTC 2023
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/actuators/idle_state.txt Wed Sep 27 01:12:03 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -96,53 +96,54 @@ struct idle_state_s {
offset 20 bit 15 */
bool isIdleCoasting : 1 {};
/**
* Idle: Closed loop active
offset 20 bit 16 */
bool unusedBit_21_16 : 1 {};
bool isIdleClosedLoop : 1 {};
/**
offset 20 bit 17 */
bool unusedBit_21_17 : 1 {};
bool unusedBit_22_17 : 1 {};
/**
offset 20 bit 18 */
bool unusedBit_21_18 : 1 {};
bool unusedBit_22_18 : 1 {};
/**
offset 20 bit 19 */
bool unusedBit_21_19 : 1 {};
bool unusedBit_22_19 : 1 {};
/**
offset 20 bit 20 */
bool unusedBit_21_20 : 1 {};
bool unusedBit_22_20 : 1 {};
/**
offset 20 bit 21 */
bool unusedBit_21_21 : 1 {};
bool unusedBit_22_21 : 1 {};
/**
offset 20 bit 22 */
bool unusedBit_21_22 : 1 {};
bool unusedBit_22_22 : 1 {};
/**
offset 20 bit 23 */
bool unusedBit_21_23 : 1 {};
bool unusedBit_22_23 : 1 {};
/**
offset 20 bit 24 */
bool unusedBit_21_24 : 1 {};
bool unusedBit_22_24 : 1 {};
/**
offset 20 bit 25 */
bool unusedBit_21_25 : 1 {};
bool unusedBit_22_25 : 1 {};
/**
offset 20 bit 26 */
bool unusedBit_21_26 : 1 {};
bool unusedBit_22_26 : 1 {};
/**
offset 20 bit 27 */
bool unusedBit_21_27 : 1 {};
bool unusedBit_22_27 : 1 {};
/**
offset 20 bit 28 */
bool unusedBit_21_28 : 1 {};
bool unusedBit_22_28 : 1 {};
/**
offset 20 bit 29 */
bool unusedBit_21_29 : 1 {};
bool unusedBit_22_29 : 1 {};
/**
offset 20 bit 30 */
bool unusedBit_21_30 : 1 {};
bool unusedBit_22_30 : 1 {};
/**
offset 20 bit 31 */
bool unusedBit_21_31 : 1 {};
bool unusedBit_22_31 : 1 {};
/**
* idle: target by CLT
* offset 24
@ -167,4 +168,4 @@ struct idle_state_s {
static_assert(sizeof(idle_state_s) == 40);
// end
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/actuators/idle_state.txt Mon Sep 25 12:41:04 UTC 2023
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/actuators/idle_state.txt Wed Sep 27 01:12:03 UTC 2023

View File

@ -1085,7 +1085,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 1447136491
#define SIGNATURE_HASH 1428803112
#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
@ -1378,7 +1378,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.09.26.f407-discovery.1447136491"
#define TS_SIGNATURE "rusEFI master.2023.09.27.f407-discovery.1428803112"
#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 2978190954
#define TS_SIGNATURE "rusEFI master.2023.09.26.48way.2978190954"
#define SIGNATURE_HASH 3001799849
#define TS_SIGNATURE "rusEFI master.2023.09.27.48way.3001799849"

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 2234297047
#define TS_SIGNATURE "rusEFI master.2023.09.26.alphax-2chan.2234297047"
#define SIGNATURE_HASH 2252662804
#define TS_SIGNATURE "rusEFI master.2023.09.27.alphax-2chan.2252662804"

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 1030658093
#define TS_SIGNATURE "rusEFI master.2023.09.26.alphax-4chan.1030658093"
#define SIGNATURE_HASH 1040636654
#define TS_SIGNATURE "rusEFI master.2023.09.27.alphax-4chan.1040636654"

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 1030658093
#define TS_SIGNATURE "rusEFI master.2023.09.26.alphax-4chan_f7.1030658093"
#define SIGNATURE_HASH 1040636654
#define TS_SIGNATURE "rusEFI master.2023.09.27.alphax-4chan_f7.1040636654"

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 3299524819
#define TS_SIGNATURE "rusEFI master.2023.09.26.alphax-8chan-revA.3299524819"
#define SIGNATURE_HASH 3351413264
#define TS_SIGNATURE "rusEFI master.2023.09.27.alphax-8chan-revA.3351413264"

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 4161102168
#define TS_SIGNATURE "rusEFI master.2023.09.26.alphax-8chan.4161102168"
#define SIGNATURE_HASH 4218233755
#define TS_SIGNATURE "rusEFI master.2023.09.27.alphax-8chan.4218233755"

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 4161102168
#define TS_SIGNATURE "rusEFI master.2023.09.26.alphax-8chan_f7.4161102168"
#define SIGNATURE_HASH 4218233755
#define TS_SIGNATURE "rusEFI master.2023.09.27.alphax-8chan_f7.4218233755"

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 3918785527
#define TS_SIGNATURE "rusEFI master.2023.09.26.atlas.3918785527"
#define SIGNATURE_HASH 3942361396
#define TS_SIGNATURE "rusEFI master.2023.09.27.atlas.3942361396"

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 3447591782
#define TS_SIGNATURE "rusEFI master.2023.09.26.core8.3447591782"
#define SIGNATURE_HASH 3457569189
#define TS_SIGNATURE "rusEFI master.2023.09.27.core8.3457569189"

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 4116258512
#define TS_SIGNATURE "rusEFI master.2023.09.26.cypress.4116258512"
#define SIGNATURE_HASH 4130429971
#define TS_SIGNATURE "rusEFI master.2023.09.27.cypress.4130429971"

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 1447136491
#define TS_SIGNATURE "rusEFI master.2023.09.26.f407-discovery.1447136491"
#define SIGNATURE_HASH 1428803112
#define TS_SIGNATURE "rusEFI master.2023.09.27.f407-discovery.1428803112"

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 4116258512
#define TS_SIGNATURE "rusEFI master.2023.09.26.f429-discovery.4116258512"
#define SIGNATURE_HASH 4130429971
#define TS_SIGNATURE "rusEFI master.2023.09.27.f429-discovery.4130429971"

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 3607887386
#define TS_SIGNATURE "rusEFI master.2023.09.26.frankenso_na6.3607887386"
#define SIGNATURE_HASH 3563306201
#define TS_SIGNATURE "rusEFI master.2023.09.27.frankenso_na6.3563306201"

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 915451530
#define TS_SIGNATURE "rusEFI master.2023.09.26.harley81.915451530"
#define SIGNATURE_HASH 905505865
#define TS_SIGNATURE "rusEFI master.2023.09.27.harley81.905505865"

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 2118085216
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen-112-17.2118085216"
#define SIGNATURE_HASH 2102864035
#define TS_SIGNATURE "rusEFI master.2023.09.27.hellen-112-17.2102864035"

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 1168877600
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen-gm-e67.1168877600"
#define SIGNATURE_HASH 1187244771
#define TS_SIGNATURE "rusEFI master.2023.09.27.hellen-gm-e67.1187244771"

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 1632480000
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen-honda-k.1632480000"
#define SIGNATURE_HASH 1646651843
#define TS_SIGNATURE "rusEFI master.2023.09.27.hellen-honda-k.1646651843"

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 2593854407
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen-nb1.2593854407"
#define SIGNATURE_HASH 2582860036
#define TS_SIGNATURE "rusEFI master.2023.09.27.hellen-nb1.2582860036"

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 1819277540
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen121nissan.1819277540"
#define SIGNATURE_HASH 1862777383
#define TS_SIGNATURE "rusEFI master.2023.09.27.hellen121nissan.1862777383"

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 1629946131
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen121vag.1629946131"
#define SIGNATURE_HASH 1649361872
#define TS_SIGNATURE "rusEFI master.2023.09.27.hellen121vag.1649361872"

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 982227386
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen128.982227386"
#define SIGNATURE_HASH 971234169
#define TS_SIGNATURE "rusEFI master.2023.09.27.hellen128.971234169"

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 153781341
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen154hyundai.153781341"
#define SIGNATURE_HASH 172148382
#define TS_SIGNATURE "rusEFI master.2023.09.27.hellen154hyundai.172148382"

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 2568820989
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen72.2568820989"
#define SIGNATURE_HASH 2591382078
#define TS_SIGNATURE "rusEFI master.2023.09.27.hellen72.2591382078"

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 34183741
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen81.34183741"
#define SIGNATURE_HASH 23189758
#define TS_SIGNATURE "rusEFI master.2023.09.27.hellen81.23189758"

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 461148948
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen88bmw.461148948"
#define SIGNATURE_HASH 404017623
#define TS_SIGNATURE "rusEFI master.2023.09.27.hellen88bmw.404017623"

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 508855028
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellenNA6.508855028"
#define SIGNATURE_HASH 490520631
#define TS_SIGNATURE "rusEFI master.2023.09.27.hellenNA6.490520631"

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 2029359675
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellenNA8_96.2029359675"
#define SIGNATURE_HASH 2073940216
#define TS_SIGNATURE "rusEFI master.2023.09.27.hellenNA8_96.2073940216"

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 3079199102
#define TS_SIGNATURE "rusEFI master.2023.09.26.kin.3079199102"
#define SIGNATURE_HASH 3034618813
#define TS_SIGNATURE "rusEFI master.2023.09.27.kin.3034618813"

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 4016177886
#define TS_SIGNATURE "rusEFI master.2023.09.26.m74_9.4016177886"
#define SIGNATURE_HASH 3960094749
#define TS_SIGNATURE "rusEFI master.2023.09.27.m74_9.3960094749"

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 3593795408
#define TS_SIGNATURE "rusEFI master.2023.09.26.mre_f4.3593795408"
#define SIGNATURE_HASH 3579622803
#define TS_SIGNATURE "rusEFI master.2023.09.27.mre_f4.3579622803"

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 3593795408
#define TS_SIGNATURE "rusEFI master.2023.09.26.mre_f7.3593795408"
#define SIGNATURE_HASH 3579622803
#define TS_SIGNATURE "rusEFI master.2023.09.27.mre_f7.3579622803"

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 4116258512
#define TS_SIGNATURE "rusEFI master.2023.09.26.nucleo_f429.4116258512"
#define SIGNATURE_HASH 4130429971
#define TS_SIGNATURE "rusEFI master.2023.09.27.nucleo_f429.4130429971"

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 4116258512
#define TS_SIGNATURE "rusEFI master.2023.09.26.nucleo_f767.4116258512"
#define SIGNATURE_HASH 4130429971
#define TS_SIGNATURE "rusEFI master.2023.09.27.nucleo_f767.4130429971"

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 4116258512
#define TS_SIGNATURE "rusEFI master.2023.09.26.nucleo_h743.4116258512"
#define SIGNATURE_HASH 4130429971
#define TS_SIGNATURE "rusEFI master.2023.09.27.nucleo_h743.4130429971"

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 3318600512
#define TS_SIGNATURE "rusEFI master.2023.09.26.prometheus_405.3318600512"
#define SIGNATURE_HASH 3332739459
#define TS_SIGNATURE "rusEFI master.2023.09.27.prometheus_405.3332739459"

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 3318600512
#define TS_SIGNATURE "rusEFI master.2023.09.26.prometheus_469.3318600512"
#define SIGNATURE_HASH 3332739459
#define TS_SIGNATURE "rusEFI master.2023.09.27.prometheus_469.3332739459"

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 4115325098
#define TS_SIGNATURE "rusEFI master.2023.09.26.proteus_f4.4115325098"
#define SIGNATURE_HASH 4129464937
#define TS_SIGNATURE "rusEFI master.2023.09.27.proteus_f4.4129464937"

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 4115325098
#define TS_SIGNATURE "rusEFI master.2023.09.26.proteus_f7.4115325098"
#define SIGNATURE_HASH 4129464937
#define TS_SIGNATURE "rusEFI master.2023.09.27.proteus_f7.4129464937"

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 4115325098
#define TS_SIGNATURE "rusEFI master.2023.09.26.proteus_h7.4115325098"
#define SIGNATURE_HASH 4129464937
#define TS_SIGNATURE "rusEFI master.2023.09.27.proteus_h7.4129464937"

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 2432891788
#define TS_SIGNATURE "rusEFI master.2023.09.26.s105.2432891788"
#define SIGNATURE_HASH 2456467791
#define TS_SIGNATURE "rusEFI master.2023.09.27.s105.2456467791"

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 945460313
#define TS_SIGNATURE "rusEFI master.2023.09.26.small-can.945460313"
#define SIGNATURE_HASH 993187482
#define TS_SIGNATURE "rusEFI master.2023.09.27.small-can.993187482"

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 4074035655
#define TS_SIGNATURE "rusEFI master.2023.09.26.subaru_eg33_f7.4074035655"
#define SIGNATURE_HASH 4055669508
#define TS_SIGNATURE "rusEFI master.2023.09.27.subaru_eg33_f7.4055669508"

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 4116258512
#define TS_SIGNATURE "rusEFI master.2023.09.26.t-b-g.4116258512"
#define SIGNATURE_HASH 4130429971
#define TS_SIGNATURE "rusEFI master.2023.09.27.t-b-g.4130429971"

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 2146906866
#define TS_SIGNATURE "rusEFI master.2023.09.26.tdg-pdm8.2146906866"
#define SIGNATURE_HASH 2090823729
#define TS_SIGNATURE "rusEFI master.2023.09.27.tdg-pdm8.2090823729"

View File

@ -71,9 +71,6 @@ float getOutputValueByName(const char *name) {
// isTps2Error
case -1529936844:
return engine->outputChannels.isTps2Error;
// isIdleClosedLoop
case 1473688883:
return engine->outputChannels.isIdleClosedLoop;
// injectorFault
case 1608791711:
return engine->outputChannels.injectorFault;

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.f407-discovery.1447136491"
signature = "rusEFI master.2023.09.27.f407-discovery.1428803112"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.f407-discovery.1447136491" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.f407-discovery.1428803112" ; 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 Tue Sep 26 17:15:10 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:14:19 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6101,6 +6101,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.48way.2978190954"
signature = "rusEFI master.2023.09.27.48way.3001799849"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.48way.2978190954" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.48way.3001799849" ; 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","Battery Reference Input (A0)","TPS Reference Input (A1)","CLT Reference Input (A2)","IAT Reference Input (A3)","O2 Reference Input (A4)","INVALID","INVALID","INVALID","MAP Pressure Reference Input (B0)","BARO Pressure Reference Input (B1)","INVALID","INVALID","INVALID","INVALID","Fuel Pressure Reference Input (C4)","Oil Pressure Reference Input (C5)"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:14:08 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:13:29 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6101,6 +6101,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.alphax-2chan.2234297047"
signature = "rusEFI master.2023.09.27.alphax-2chan.2252662804"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.alphax-2chan.2234297047" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.alphax-2chan.2252662804" ; 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 Tue Sep 26 17:12:40 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:12:17 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6097,6 +6097,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.alphax-4chan.1030658093"
signature = "rusEFI master.2023.09.27.alphax-4chan.1040636654"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.alphax-4chan.1030658093" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.alphax-4chan.1040636654" ; 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","X5 - AIN4","INVALID","INVALID","INVALID","INVALID","D5 - PPS rev G"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:12:44 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:12:20 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6100,6 +6100,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.alphax-4chan_f7.1030658093"
signature = "rusEFI master.2023.09.27.alphax-4chan_f7.1040636654"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.alphax-4chan_f7.1030658093" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.alphax-4chan_f7.1040636654" ; 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","X5 - AIN4","INVALID","INVALID","INVALID","INVALID","D5 - PPS rev G"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:12:47 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:12:23 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6100,6 +6100,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.alphax-8chan-revA.3299524819"
signature = "rusEFI master.2023.09.27.alphax-8chan-revA.3351413264"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.alphax-8chan-revA.3299524819" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.alphax-8chan-revA.3351413264" ; 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 Tue Sep 26 17:12:59 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:12:32 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6101,6 +6101,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.alphax-8chan.4161102168"
signature = "rusEFI master.2023.09.27.alphax-8chan.4218233755"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.alphax-8chan.4161102168" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.alphax-8chan.4218233755" ; 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","33A - 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","32A - 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 Tue Sep 26 17:12:52 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:12:26 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6101,6 +6101,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.alphax-8chan_f7.4161102168"
signature = "rusEFI master.2023.09.27.alphax-8chan_f7.4218233755"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.alphax-8chan_f7.4161102168" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.alphax-8chan_f7.4218233755" ; 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","33A - 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","32A - 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 Tue Sep 26 17:12:55 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:12:29 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6101,6 +6101,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.atlas.3918785527"
signature = "rusEFI master.2023.09.27.atlas.3942361396"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.atlas.3918785527" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.atlas.3942361396" ; 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 Tue Sep 26 17:14:57 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:14:09 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6099,6 +6099,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.core8.3447591782"
signature = "rusEFI master.2023.09.27.core8.3457569189"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.core8.3447591782" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.core8.3457569189" ; 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 Tue Sep 26 17:14:05 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:13:26 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6101,6 +6101,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.cypress.4116258512"
signature = "rusEFI master.2023.09.27.cypress.4130429971"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.cypress.4116258512" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.cypress.4130429971" ; 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 Tue Sep 26 17:12:34 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:12:13 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6099,6 +6099,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.f407-discovery.1447136491"
signature = "rusEFI master.2023.09.27.f407-discovery.1428803112"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.f407-discovery.1447136491" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.f407-discovery.1428803112" ; 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 Tue Sep 26 17:15:04 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:14:14 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6101,6 +6101,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.f429-discovery.4116258512"
signature = "rusEFI master.2023.09.27.f429-discovery.4130429971"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.f429-discovery.4116258512" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.f429-discovery.4130429971" ; 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 Tue Sep 26 17:14:43 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:13:57 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6099,6 +6099,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.frankenso_na6.3607887386"
signature = "rusEFI master.2023.09.27.frankenso_na6.3563306201"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.frankenso_na6.3607887386" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.frankenso_na6.3563306201" ; 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 Tue Sep 26 17:14:22 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:13:40 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6099,6 +6099,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.harley81.915451530"
signature = "rusEFI master.2023.09.27.harley81.905505865"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.harley81.915451530" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.harley81.905505865" ; 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 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 Tue Sep 26 17:13:03 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:12:35 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6100,6 +6100,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.hellen-112-17.2118085216"
signature = "rusEFI master.2023.09.27.hellen-112-17.2102864035"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.hellen-112-17.2118085216" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.hellen-112-17.2102864035" ; 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","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 Tue Sep 26 17:13:29 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:12:56 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6098,6 +6098,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.hellen-gm-e67.1168877600"
signature = "rusEFI master.2023.09.27.hellen-gm-e67.1187244771"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.hellen-gm-e67.1168877600" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.hellen-gm-e67.1187244771" ; 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 Tue Sep 26 17:13:43 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:13:08 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6100,6 +6100,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.hellen-honda-k.1632480000"
signature = "rusEFI master.2023.09.27.hellen-honda-k.1646651843"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.hellen-honda-k.1632480000" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.hellen-honda-k.1646651843" ; 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 Tue Sep 26 17:13:17 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:12:47 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6098,6 +6098,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.hellen-nb1.2593854407"
signature = "rusEFI master.2023.09.27.hellen-nb1.2582860036"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.hellen-nb1.2593854407" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.hellen-nb1.2582860036" ; 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 Tue Sep 26 17:13:40 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:13:05 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6100,6 +6100,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.hellen121nissan.1819277540"
signature = "rusEFI master.2023.09.27.hellen121nissan.1862777383"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.hellen121nissan.1819277540" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.hellen121nissan.1862777383" ; 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 Tue Sep 26 17:13:14 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:12:44 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6098,6 +6098,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.hellen121vag.1629946131"
signature = "rusEFI master.2023.09.27.hellen121vag.1649361872"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.hellen121vag.1629946131" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.hellen121vag.1649361872" ; 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 Tue Sep 26 17:13:10 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:12:41 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6100,6 +6100,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.hellen128.982227386"
signature = "rusEFI master.2023.09.27.hellen128.971234169"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.hellen128.982227386" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.hellen128.971234169" ; 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 Tue Sep 26 17:13:06 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:12:38 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6100,6 +6100,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.hellen154hyundai.153781341"
signature = "rusEFI master.2023.09.27.hellen154hyundai.172148382"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.hellen154hyundai.153781341" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.hellen154hyundai.172148382" ; 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 Tue Sep 26 17:13:21 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:12:50 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6098,6 +6098,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.hellen72.2568820989"
signature = "rusEFI master.2023.09.27.hellen72.2591382078"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.hellen72.2568820989" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.hellen72.2591382078" ; 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 Tue Sep 26 17:13:32 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:12:59 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6100,6 +6100,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.hellen81.34183741"
signature = "rusEFI master.2023.09.27.hellen81.23189758"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.hellen81.34183741" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.hellen81.23189758" ; 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 Tue Sep 26 17:13:36 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:13:02 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6098,6 +6098,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.hellen88bmw.461148948"
signature = "rusEFI master.2023.09.27.hellen88bmw.404017623"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.hellen88bmw.461148948" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.hellen88bmw.404017623" ; 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 Tue Sep 26 17:13:25 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:12:53 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6100,6 +6100,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.hellenNA6.508855028"
signature = "rusEFI master.2023.09.27.hellenNA6.490520631"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.hellenNA6.508855028" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.hellenNA6.490520631" ; 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 Tue Sep 26 17:13:47 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:13:11 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6100,6 +6100,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.hellenNA8_96.2029359675"
signature = "rusEFI master.2023.09.27.hellenNA8_96.2073940216"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.hellenNA8_96.2029359675" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.hellenNA8_96.2073940216" ; 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 Tue Sep 26 17:13:50 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:13:14 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6100,6 +6100,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.kin.3079199102"
signature = "rusEFI master.2023.09.27.kin.3034618813"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.kin.3079199102" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.kin.3034618813" ; 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 Tue Sep 26 17:12:32 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:12:12 UTC 2023
pageSize = 22288
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6099,6 +6099,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.m74_9.4016177886"
signature = "rusEFI master.2023.09.27.m74_9.3960094749"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.m74_9.4016177886" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.m74_9.3960094749" ; 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 Tue Sep 26 17:14:12 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:13:32 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6100,6 +6100,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.mre_f4.3593795408"
signature = "rusEFI master.2023.09.27.mre_f4.3579622803"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.mre_f4.3593795408" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.mre_f4.3579622803" ; 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 Tue Sep 26 17:14:01 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:13:23 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4669,7 +4669,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5197,6 +5196,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6102,6 +6102,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.mre_f7.3593795408"
signature = "rusEFI master.2023.09.27.mre_f7.3579622803"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.mre_f7.3593795408" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.mre_f7.3579622803" ; 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 Tue Sep 26 17:13:58 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:13:20 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4669,7 +4669,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5197,6 +5196,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6102,6 +6102,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.nucleo_f429.4116258512"
signature = "rusEFI master.2023.09.27.nucleo_f429.4130429971"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.nucleo_f429.4116258512" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.nucleo_f429.4130429971" ; 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 Tue Sep 26 17:14:46 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:14:00 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6099,6 +6099,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.nucleo_f767.4116258512"
signature = "rusEFI master.2023.09.27.nucleo_f767.4130429971"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.nucleo_f767.4116258512" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.nucleo_f767.4130429971" ; 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 Tue Sep 26 17:14:50 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:14:03 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6099,6 +6099,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.nucleo_h743.4116258512"
signature = "rusEFI master.2023.09.27.nucleo_h743.4130429971"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.nucleo_h743.4116258512" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.nucleo_h743.4130429971" ; 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 Tue Sep 26 17:14:53 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:14:06 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6099,6 +6099,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.prometheus_405.3318600512"
signature = "rusEFI master.2023.09.27.prometheus_405.3332739459"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.prometheus_405.3318600512" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.prometheus_405.3332739459" ; 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 Tue Sep 26 17:14:29 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:13:46 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6094,6 +6094,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.prometheus_469.3318600512"
signature = "rusEFI master.2023.09.27.prometheus_469.3332739459"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.prometheus_469.3318600512" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.prometheus_469.3332739459" ; 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 Tue Sep 26 17:14:26 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:13:43 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6094,6 +6094,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.proteus_f4.4115325098"
signature = "rusEFI master.2023.09.27.proteus_f4.4129464937"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.proteus_f4.4115325098" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.proteus_f4.4129464937" ; 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 Tue Sep 26 17:14:36 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:13:51 UTC 2023
pageSize = 27664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6109,6 +6109,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.proteus_f7.4115325098"
signature = "rusEFI master.2023.09.27.proteus_f7.4129464937"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.proteus_f7.4115325098" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.proteus_f7.4129464937" ; 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 Tue Sep 26 17:14:33 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:13:48 UTC 2023
pageSize = 27664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6109,6 +6109,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.proteus_h7.4115325098"
signature = "rusEFI master.2023.09.27.proteus_h7.4129464937"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.proteus_h7.4115325098" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.proteus_h7.4129464937" ; 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 Tue Sep 26 17:14:40 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:13:54 UTC 2023
pageSize = 27664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6109,6 +6109,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.s105.2432891788"
signature = "rusEFI master.2023.09.27.s105.2456467791"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.s105.2432891788" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.s105.2456467791" ; 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 Tue Sep 26 17:14:15 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:13:34 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6100,6 +6100,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.small-can.945460313"
signature = "rusEFI master.2023.09.27.small-can.993187482"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.small-can.945460313" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.small-can.993187482" ; 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 - Analog input","INVALID","INVALID","INVALID","A2 Battery Sense","INVALID","INVALID","INVALID","INVALID","INVALID","B2 - Analog input"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:13:54 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:13:17 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6099,6 +6099,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.subaru_eg33_f7.4074035655"
signature = "rusEFI master.2023.09.27.subaru_eg33_f7.4055669508"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.subaru_eg33_f7.4074035655" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.subaru_eg33_f7.4055669508" ; 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 Tue Sep 26 17:12:36 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:12:14 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6099,6 +6099,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.t-b-g.4116258512"
signature = "rusEFI master.2023.09.27.t-b-g.4130429971"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.t-b-g.4116258512" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.t-b-g.4130429971" ; 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 Tue Sep 26 17:14:19 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:13:37 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6099,6 +6099,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.tdg-pdm8.2146906866"
signature = "rusEFI master.2023.09.27.tdg-pdm8.2090823729"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.tdg-pdm8.2146906866" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.27.tdg-pdm8.2090823729" ; 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","Battery Sense","INVALID","INVALID","INVALID","Sense 7","Sense 8","Sense 1","Sense 2","Sense 3","Sense 4","Sense 5","Sense 6"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:15:00 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:14:11 UTC 2023
pageSize = 23664
page = 1
@ -2354,12 +2354,11 @@ isPedalError = bits, U32, 0, [19:19]
isKnockChipOk = bits, U32, 0, [20:20]
launchTriggered = bits, U32, 0, [21:21]
isTps2Error = bits, U32, 0, [22:22]
isIdleClosedLoop = bits, U32, 0, [23:23]
injectorFault = bits, U32, 0, [24:24]
ignitionFault = bits, U32, 0, [25:25]
isMainRelayOn = bits, U32, 0, [26:26]
isUsbConnected = bits, U32, 0, [27:27]
dfcoActive = bits, U32, 0, [28:28]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
isMainRelayOn = bits, U32, 0, [25:25]
isUsbConnected = bits, U32, 0, [26:26]
dfcoActive = bits, U32, 0, [27:27]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -3059,6 +3058,7 @@ looksLikeRunning = bits, U32, 1300, [12:12]
looksLikeCoasting = bits, U32, 1300, [13:13]
looksLikeCrankToIdle = bits, U32, 1300, [14:14]
isIdleCoasting = bits, U32, 1300, [15:15]
isIdleClosedLoop = bits, U32, 1300, [16:16]
targetRpmByClt = scalar, S32, 1304, "", 1, 0
targetRpmAcBump = scalar, S32, 1308, "", 1, 0
iacByRpmTaper = scalar, F32, 1312
@ -4668,7 +4668,6 @@ entry = isPedalError, "Error: Pedal", int, "%d"
entry = isKnockChipOk, "isKnockChipOk", int, "%d"
entry = launchTriggered, "Launch Control Triggered", int, "%d"
entry = isTps2Error, "Error: TPS2", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d"
entry = injectorFault, "Injector Fault", int, "%d"
entry = ignitionFault, "Ignition Fault", int, "%d"
entry = isMainRelayOn, "isMainRelayOn", int, "%d"
@ -5196,6 +5195,7 @@ entry = looksLikeRunning, "looksLikeRunning", int, "%d"
entry = looksLikeCoasting, "looksLikeCoasting", int, "%d"
entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d"
entry = isIdleCoasting, "Idle: coasting", int, "%d"
entry = isIdleClosedLoop, "Idle: Closed loop active", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f"
@ -6099,6 +6099,7 @@ indicatorPanel = idle_stateIndicatorPanel, 2
indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes"
indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes"
indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes"
indicator = {isIdleClosedLoop}, "isIdleClosedLoop No", "isIdleClosedLoop Yes"
dialog = idle_stateDialog, "idle_state"
panel = idle_stateIndicatorPanel

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:15:10 UTC 2023
// this file was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Sep 27 01:14:19 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -1025,7 +1025,7 @@ public class Fields {
public static final int SentEtbType_FORD_TYPE_1 = 2;
public static final int SentEtbType_GM_TYPE_1 = 1;
public static final int SentEtbType_NONE = 0;
public static final int SIGNATURE_HASH = 1447136491;
public static final int SIGNATURE_HASH = 1428803112;
public static final String SIMULATOR_TUNE_BIN_FILE_NAME = "generated/simulator_tune_image.bin";
public static final int spi_device_e_SPI_DEVICE_1 = 1;
public static final int spi_device_e_SPI_DEVICE_2 = 2;
@ -1250,7 +1250,7 @@ public class Fields {
public static final int TS_RESPONSE_UNDERRUN = 0x80;
public static final int TS_RESPONSE_UNRECOGNIZED_COMMAND = 0x83;
public static final char TS_SET_LOGGER_SWITCH = 'l';
public static final String TS_SIGNATURE = "rusEFI master.2023.09.26.f407-discovery.1447136491";
public static final String TS_SIGNATURE = "rusEFI master.2023.09.27.f407-discovery.1428803112";
public static final char TS_SIMULATE_CAN = '>';
public static final char TS_SINGLE_WRITE_COMMAND = 'W';
public static final char TS_TEST_COMMAND = 't';

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