Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-10-20 00:47:00 +00:00
parent d5bb7bd060
commit 1c6791ed65
100 changed files with 404 additions and 260 deletions

View File

@ -812,7 +812,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 3650879369
#define SIGNATURE_HASH 1742098010
#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
@ -1107,7 +1107,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.10.20.cypress.3650879369"
#define TS_SIGNATURE "rusEFI master.2023.10.20.cypress.1742098010"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -812,7 +812,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 2605332519
#define SIGNATURE_HASH 621251060
#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
@ -1107,7 +1107,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.10.20.kin.2605332519"
#define TS_SIGNATURE "rusEFI master.2023.10.20.kin.621251060"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1050,7 +1050,7 @@
#define show_Frankenso_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3725998238
#define SIGNATURE_HASH 1616611661
#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
@ -1345,7 +1345,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.10.20.subaru_eg33_f7.3725998238"
#define TS_SIGNATURE "rusEFI master.2023.10.20.subaru_eg33_f7.1616611661"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -451,6 +451,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"

View File

@ -145,6 +145,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -581,6 +581,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/boost_control.txt Fri May 05 00:37:54 UTC 2023
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/actuators/boost_control.txt Fri Oct 20 00:44:15 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -34,73 +34,73 @@ struct boost_control_s {
bool mapTooLow : 1 {};
/**
offset 0 bit 9 */
bool unusedBit_9_9 : 1 {};
bool isPlantValid : 1 {};
/**
offset 0 bit 10 */
bool unusedBit_9_10 : 1 {};
bool unusedBit_10_10 : 1 {};
/**
offset 0 bit 11 */
bool unusedBit_9_11 : 1 {};
bool unusedBit_10_11 : 1 {};
/**
offset 0 bit 12 */
bool unusedBit_9_12 : 1 {};
bool unusedBit_10_12 : 1 {};
/**
offset 0 bit 13 */
bool unusedBit_9_13 : 1 {};
bool unusedBit_10_13 : 1 {};
/**
offset 0 bit 14 */
bool unusedBit_9_14 : 1 {};
bool unusedBit_10_14 : 1 {};
/**
offset 0 bit 15 */
bool unusedBit_9_15 : 1 {};
bool unusedBit_10_15 : 1 {};
/**
offset 0 bit 16 */
bool unusedBit_9_16 : 1 {};
bool unusedBit_10_16 : 1 {};
/**
offset 0 bit 17 */
bool unusedBit_9_17 : 1 {};
bool unusedBit_10_17 : 1 {};
/**
offset 0 bit 18 */
bool unusedBit_9_18 : 1 {};
bool unusedBit_10_18 : 1 {};
/**
offset 0 bit 19 */
bool unusedBit_9_19 : 1 {};
bool unusedBit_10_19 : 1 {};
/**
offset 0 bit 20 */
bool unusedBit_9_20 : 1 {};
bool unusedBit_10_20 : 1 {};
/**
offset 0 bit 21 */
bool unusedBit_9_21 : 1 {};
bool unusedBit_10_21 : 1 {};
/**
offset 0 bit 22 */
bool unusedBit_9_22 : 1 {};
bool unusedBit_10_22 : 1 {};
/**
offset 0 bit 23 */
bool unusedBit_9_23 : 1 {};
bool unusedBit_10_23 : 1 {};
/**
offset 0 bit 24 */
bool unusedBit_9_24 : 1 {};
bool unusedBit_10_24 : 1 {};
/**
offset 0 bit 25 */
bool unusedBit_9_25 : 1 {};
bool unusedBit_10_25 : 1 {};
/**
offset 0 bit 26 */
bool unusedBit_9_26 : 1 {};
bool unusedBit_10_26 : 1 {};
/**
offset 0 bit 27 */
bool unusedBit_9_27 : 1 {};
bool unusedBit_10_27 : 1 {};
/**
offset 0 bit 28 */
bool unusedBit_9_28 : 1 {};
bool unusedBit_10_28 : 1 {};
/**
offset 0 bit 29 */
bool unusedBit_9_29 : 1 {};
bool unusedBit_10_29 : 1 {};
/**
offset 0 bit 30 */
bool unusedBit_9_30 : 1 {};
bool unusedBit_10_30 : 1 {};
/**
offset 0 bit 31 */
bool unusedBit_9_31 : 1 {};
bool unusedBit_10_31 : 1 {};
/**
* "Boost: Lua target add"
v
@ -153,4 +153,4 @@ struct boost_control_s {
static_assert(sizeof(boost_control_s) == 24);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/boost_control.txt Fri May 05 00:37:54 UTC 2023
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/actuators/boost_control.txt Fri Oct 20 00:44:15 UTC 2023

View File

@ -1103,7 +1103,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 2055433650
#define SIGNATURE_HASH 3301891169
#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
@ -1398,7 +1398,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.10.20.f407-discovery.2055433650"
#define TS_SIGNATURE "rusEFI master.2023.10.20.f407-discovery.3301891169"
#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 2638313267
#define TS_SIGNATURE "rusEFI master.2023.10.20.48way.2638313267"
#define SIGNATURE_HASH 588039904
#define TS_SIGNATURE "rusEFI master.2023.10.20.48way.588039904"

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 2850966414
#define TS_SIGNATURE "rusEFI master.2023.10.20.alphax-2chan.2850966414"
#define SIGNATURE_HASH 396622429
#define TS_SIGNATURE "rusEFI master.2023.10.20.alphax-2chan.396622429"

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 296515956
#define TS_SIGNATURE "rusEFI master.2023.10.20.alphax-4chan.296515956"
#define SIGNATURE_HASH 2950809767
#define TS_SIGNATURE "rusEFI master.2023.10.20.alphax-4chan.2950809767"

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 296515956
#define TS_SIGNATURE "rusEFI master.2023.10.20.alphax-4chan_f7.296515956"
#define SIGNATURE_HASH 2950809767
#define TS_SIGNATURE "rusEFI master.2023.10.20.alphax-4chan_f7.2950809767"

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 3899138442
#define TS_SIGNATURE "rusEFI master.2023.10.20.alphax-8chan-revA.3899138442"
#define SIGNATURE_HASH 1445302361
#define TS_SIGNATURE "rusEFI master.2023.10.20.alphax-8chan-revA.1445302361"

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 3569844225
#define TS_SIGNATURE "rusEFI master.2023.10.20.alphax-8chan.3569844225"
#define SIGNATURE_HASH 1787441618
#define TS_SIGNATURE "rusEFI master.2023.10.20.alphax-8chan.1787441618"

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 3569844225
#define TS_SIGNATURE "rusEFI master.2023.10.20.alphax-8chan_f7.3569844225"
#define SIGNATURE_HASH 1787441618
#define TS_SIGNATURE "rusEFI master.2023.10.20.alphax-8chan_f7.1787441618"

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 3310422702
#define TS_SIGNATURE "rusEFI master.2023.10.20.atlas.3310422702"
#define SIGNATURE_HASH 2065480573
#define TS_SIGNATURE "rusEFI master.2023.10.20.atlas.2065480573"

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 3787256383
#define TS_SIGNATURE "rusEFI master.2023.10.20.core8.3787256383"
#define SIGNATURE_HASH 1609647084
#define TS_SIGNATURE "rusEFI master.2023.10.20.core8.1609647084"

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 3650879369
#define TS_SIGNATURE "rusEFI master.2023.10.20.cypress.3650879369"
#define SIGNATURE_HASH 1742098010
#define TS_SIGNATURE "rusEFI master.2023.10.20.cypress.1742098010"

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 2055433650
#define TS_SIGNATURE "rusEFI master.2023.10.20.f407-discovery.2055433650"
#define SIGNATURE_HASH 3301891169
#define TS_SIGNATURE "rusEFI master.2023.10.20.f407-discovery.3301891169"

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 3650879369
#define TS_SIGNATURE "rusEFI master.2023.10.20.f429-discovery.3650879369"
#define SIGNATURE_HASH 1742098010
#define TS_SIGNATURE "rusEFI master.2023.10.20.f429-discovery.1742098010"

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 4224261955
#define TS_SIGNATURE "rusEFI master.2023.10.20.frankenso_na6.4224261955"
#define SIGNATURE_HASH 1166323344
#define TS_SIGNATURE "rusEFI master.2023.10.20.frankenso_na6.1166323344"

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 1512415136
#define TS_SIGNATURE "rusEFI master.2023.10.20.harley81.1512415136"
#define SIGNATURE_HASH 3832032883
#define TS_SIGNATURE "rusEFI master.2023.10.20.harley81.3832032883"

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 1489627899
#define TS_SIGNATURE "rusEFI master.2023.10.20.hellen-112-17.1489627899"
#define SIGNATURE_HASH 3867433768
#define TS_SIGNATURE "rusEFI master.2023.10.20.hellen-112-17.3867433768"

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 1768507769
#define TS_SIGNATURE "rusEFI master.2023.10.20.hellen-gm-e67.1768507769"
#define SIGNATURE_HASH 3609524394
#define TS_SIGNATURE "rusEFI master.2023.10.20.hellen-gm-e67.3609524394"

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 8110506
#define TS_SIGNATURE "rusEFI master.2023.10.20.hellen-honda-k.8110506"
#define SIGNATURE_HASH 3191238777
#define TS_SIGNATURE "rusEFI master.2023.10.20.hellen-honda-k.3191238777"

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 3059348126
#define TS_SIGNATURE "rusEFI master.2023.10.20.hellen-nb1.3059348126"
#define SIGNATURE_HASH 135545677
#define TS_SIGNATURE "rusEFI master.2023.10.20.hellen-nb1.135545677"

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 1085086141
#define TS_SIGNATURE "rusEFI master.2023.10.20.hellen121nissan.1085086141"
#define SIGNATURE_HASH 4276136046
#define TS_SIGNATURE "rusEFI master.2023.10.20.hellen121nissan.4276136046"

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 1306910794
#define TS_SIGNATURE "rusEFI master.2023.10.20.hellen121vag.1306910794"
#define SIGNATURE_HASH 4087894425
#define TS_SIGNATURE "rusEFI master.2023.10.20.hellen121vag.4087894425"

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 373913827
#define TS_SIGNATURE "rusEFI master.2023.10.20.hellen128.373913827"
#define SIGNATURE_HASH 2818885936
#define TS_SIGNATURE "rusEFI master.2023.10.20.hellen128.2818885936"

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 148436275
#define TS_SIGNATURE "rusEFI master.2023.10.20.hellen154hyundai.148436275"
#define SIGNATURE_HASH 3063235808
#define TS_SIGNATURE "rusEFI master.2023.10.20.hellen154hyundai.3063235808"

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 3051354532
#define TS_SIGNATURE "rusEFI master.2023.10.20.hellen72.3051354532"
#define SIGNATURE_HASH 194136183
#define TS_SIGNATURE "rusEFI master.2023.10.20.hellen72.194136183"

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 80219622
#define TS_SIGNATURE "rusEFI master.2023.10.20.hellen81.80219622"
#define SIGNATURE_HASH 3129326645
#define TS_SIGNATURE "rusEFI master.2023.10.20.hellen81.3129326645"

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 935227981
#define TS_SIGNATURE "rusEFI master.2023.10.20.hellen88bmw.935227981"
#define SIGNATURE_HASH 2314453918
#define TS_SIGNATURE "rusEFI master.2023.10.20.hellen88bmw.2314453918"

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 848716717
#define TS_SIGNATURE "rusEFI master.2023.10.20.hellenNA6.848716717"
#define SIGNATURE_HASH 2363216510
#define TS_SIGNATURE "rusEFI master.2023.10.20.hellenNA6.2363216510"

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 1412920162
#define TS_SIGNATURE "rusEFI master.2023.10.20.hellenNA8_96.1412920162"
#define SIGNATURE_HASH 3933913777
#define TS_SIGNATURE "rusEFI master.2023.10.20.hellenNA8_96.3933913777"

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 2605332519
#define TS_SIGNATURE "rusEFI master.2023.10.20.kin.2605332519"
#define SIGNATURE_HASH 621251060
#define TS_SIGNATURE "rusEFI master.2023.10.20.kin.621251060"

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 3282101127
#define TS_SIGNATURE "rusEFI master.2023.10.20.m74_9.3282101127"
#define SIGNATURE_HASH 2112705108
#define TS_SIGNATURE "rusEFI master.2023.10.20.m74_9.2112705108"

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 4210431497
#define TS_SIGNATURE "rusEFI master.2023.10.20.mre_f4.4210431497"
#define SIGNATURE_HASH 1153148890
#define TS_SIGNATURE "rusEFI master.2023.10.20.mre_f4.1153148890"

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 4210431497
#define TS_SIGNATURE "rusEFI master.2023.10.20.mre_f7.4210431497"
#define SIGNATURE_HASH 1153148890
#define TS_SIGNATURE "rusEFI master.2023.10.20.mre_f7.1153148890"

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 3650879369
#define TS_SIGNATURE "rusEFI master.2023.10.20.nucleo_f429.3650879369"
#define SIGNATURE_HASH 1742098010
#define TS_SIGNATURE "rusEFI master.2023.10.20.nucleo_f429.1742098010"

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 3650879369
#define TS_SIGNATURE "rusEFI master.2023.10.20.nucleo_f767.3650879369"
#define SIGNATURE_HASH 1742098010
#define TS_SIGNATURE "rusEFI master.2023.10.20.nucleo_f767.1742098010"

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 3650879369
#define TS_SIGNATURE "rusEFI master.2023.10.20.nucleo_h743.3650879369"
#define SIGNATURE_HASH 1742098010
#define TS_SIGNATURE "rusEFI master.2023.10.20.nucleo_h743.1742098010"

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 3910087193
#define TS_SIGNATURE "rusEFI master.2023.10.20.prometheus_405.3910087193"
#define SIGNATURE_HASH 1463976906
#define TS_SIGNATURE "rusEFI master.2023.10.20.prometheus_405.1463976906"

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 3910087193
#define TS_SIGNATURE "rusEFI master.2023.10.20.prometheus_469.3910087193"
#define SIGNATURE_HASH 1463976906
#define TS_SIGNATURE "rusEFI master.2023.10.20.prometheus_469.1463976906"

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 3649569267
#define TS_SIGNATURE "rusEFI master.2023.10.20.proteus_f4.3649569267"
#define SIGNATURE_HASH 1741008928
#define TS_SIGNATURE "rusEFI master.2023.10.20.proteus_f4.1741008928"

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 3649569267
#define TS_SIGNATURE "rusEFI master.2023.10.20.proteus_f7.3649569267"
#define SIGNATURE_HASH 1741008928
#define TS_SIGNATURE "rusEFI master.2023.10.20.proteus_f7.1741008928"

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 3649569267
#define TS_SIGNATURE "rusEFI master.2023.10.20.proteus_h7.3649569267"
#define SIGNATURE_HASH 1741008928
#define TS_SIGNATURE "rusEFI master.2023.10.20.proteus_h7.1741008928"

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 3183483605
#define TS_SIGNATURE "rusEFI master.2023.10.20.s105.3183483605"
#define SIGNATURE_HASH 59616006
#define TS_SIGNATURE "rusEFI master.2023.10.20.s105.59616006"

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 3971564380
#define TS_SIGNATURE "rusEFI master.2023.10.20.small-can-board.3971564380"
#define SIGNATURE_HASH 1391784591
#define TS_SIGNATURE "rusEFI master.2023.10.20.small-can-board.1391784591"

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 3725998238
#define TS_SIGNATURE "rusEFI master.2023.10.20.subaru_eg33_f7.3725998238"
#define SIGNATURE_HASH 1616611661
#define TS_SIGNATURE "rusEFI master.2023.10.20.subaru_eg33_f7.1616611661"

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 3650879369
#define TS_SIGNATURE "rusEFI master.2023.10.20.t-b-g.3650879369"
#define SIGNATURE_HASH 1742098010
#define TS_SIGNATURE "rusEFI master.2023.10.20.t-b-g.1742098010"

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 1396036523
#define TS_SIGNATURE "rusEFI master.2023.10.20.tdg-pdm8.1396036523"
#define SIGNATURE_HASH 3984089720
#define TS_SIGNATURE "rusEFI master.2023.10.20.tdg-pdm8.3984089720"

View File

@ -911,6 +911,11 @@ float getOutputValueByName(const char *name) {
case -734877977:
return ___engine.module<BoostController>()->mapTooLow;
#endif
// isPlantValid
#if EFI_BOOST_CONTROL
case -304796912:
return ___engine.module<BoostController>()->isPlantValid;
#endif
// luaTargetAdd
#if EFI_BOOST_CONTROL
case 119157463:

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.f407-discovery.2055433650"
signature = "rusEFI master.2023.10.20.f407-discovery.3301891169"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.f407-discovery.2055433650" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.f407-discovery.3301891169" ; 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 Thu Oct 19 23:33:04 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:46:58 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5968,6 +5970,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.48way.2638313267"
signature = "rusEFI master.2023.10.20.48way.588039904"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.48way.2638313267" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.48way.588039904" ; 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 Thu Oct 19 23:32:13 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:45:58 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5968,6 +5970,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.alphax-2chan.2850966414"
signature = "rusEFI master.2023.10.20.alphax-2chan.396622429"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.alphax-2chan.2850966414" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.alphax-2chan.396622429" ; 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 Thu Oct 19 23:31:01 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:44:32 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5964,6 +5966,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.alphax-4chan.296515956"
signature = "rusEFI master.2023.10.20.alphax-4chan.2950809767"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.alphax-4chan.296515956" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.alphax-4chan.2950809767" ; 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 Thu Oct 19 23:31:04 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:44:36 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5967,6 +5969,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.alphax-4chan_f7.296515956"
signature = "rusEFI master.2023.10.20.alphax-4chan_f7.2950809767"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.alphax-4chan_f7.296515956" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.alphax-4chan_f7.2950809767" ; 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 Thu Oct 19 23:31:07 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:44:40 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5967,6 +5969,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.alphax-8chan-revA.3899138442"
signature = "rusEFI master.2023.10.20.alphax-8chan-revA.1445302361"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.alphax-8chan-revA.3899138442" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.alphax-8chan-revA.1445302361" ; 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 Thu Oct 19 23:31:16 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:44:51 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5968,6 +5970,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.alphax-8chan.3569844225"
signature = "rusEFI master.2023.10.20.alphax-8chan.1787441618"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.alphax-8chan.3569844225" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.alphax-8chan.1787441618" ; 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 Thu Oct 19 23:31:11 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:44:43 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5968,6 +5970,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.alphax-8chan_f7.3569844225"
signature = "rusEFI master.2023.10.20.alphax-8chan_f7.1787441618"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.alphax-8chan_f7.3569844225" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.alphax-8chan_f7.1787441618" ; 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 Thu Oct 19 23:31:13 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:44:47 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5968,6 +5970,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.atlas.3310422702"
signature = "rusEFI master.2023.10.20.atlas.2065480573"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.atlas.3310422702" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.atlas.2065480573" ; 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 Thu Oct 19 23:32:53 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:46:45 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5966,6 +5968,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.core8.3787256383"
signature = "rusEFI master.2023.10.20.core8.1609647084"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.core8.3787256383" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.core8.1609647084" ; 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 Thu Oct 19 23:32:10 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:45:55 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5968,6 +5970,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.cypress.3650879369"
signature = "rusEFI master.2023.10.20.cypress.1742098010"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.cypress.3650879369" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.cypress.1742098010" ; 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 Thu Oct 19 23:30:57 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:44:27 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5966,6 +5968,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.f407-discovery.2055433650"
signature = "rusEFI master.2023.10.20.f407-discovery.3301891169"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.f407-discovery.2055433650" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.f407-discovery.3301891169" ; 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 Thu Oct 19 23:32:59 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:46:52 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5968,6 +5970,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.f429-discovery.3650879369"
signature = "rusEFI master.2023.10.20.f429-discovery.1742098010"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.f429-discovery.3650879369" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.f429-discovery.1742098010" ; 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 Thu Oct 19 23:32:42 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:46:32 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5966,6 +5968,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.frankenso_na6.4224261955"
signature = "rusEFI master.2023.10.20.frankenso_na6.1166323344"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.frankenso_na6.4224261955" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.frankenso_na6.1166323344" ; 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 Thu Oct 19 23:32:24 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:46:12 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5966,6 +5968,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.harley81.1512415136"
signature = "rusEFI master.2023.10.20.harley81.3832032883"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.harley81.1512415136" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.harley81.3832032883" ; 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 Thu Oct 19 23:31:19 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:44:55 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5967,6 +5969,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.hellen-112-17.1489627899"
signature = "rusEFI master.2023.10.20.hellen-112-17.3867433768"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.hellen-112-17.1489627899" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.hellen-112-17.3867433768" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","220 TPS Throttle Position 2","114 Analog Input","INVALID","121 PPS1","203 TPS Throttle Position 1","INVALID","107 TODO","119 Analog Input","110 Analog Input","INVALID","219 MAP","109 Analog Input","215 CLT","227 IAT","111 Analog Input","112 Analog Input"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 23:31:40 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:45:20 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5965,6 +5967,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.hellen-gm-e67.1768507769"
signature = "rusEFI master.2023.10.20.hellen-gm-e67.3609524394"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.hellen-gm-e67.1768507769" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.hellen-gm-e67.3609524394" ; 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 Thu Oct 19 23:31:52 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:45:34 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5967,6 +5969,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.hellen-honda-k.8110506"
signature = "rusEFI master.2023.10.20.hellen-honda-k.3191238777"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.hellen-honda-k.8110506" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.hellen-honda-k.3191238777" ; 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 Thu Oct 19 23:31:31 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:45:09 UTC 2023
pageSize = 24344
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5965,6 +5967,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.hellen-nb1.3059348126"
signature = "rusEFI master.2023.10.20.hellen-nb1.135545677"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.hellen-nb1.3059348126" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.hellen-nb1.135545677" ; 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 Thu Oct 19 23:31:49 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:45:30 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5967,6 +5969,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.hellen121nissan.1085086141"
signature = "rusEFI master.2023.10.20.hellen121nissan.4276136046"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.hellen121nissan.1085086141" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.hellen121nissan.4276136046" ; 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 Thu Oct 19 23:31:29 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:45:06 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5965,6 +5967,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.hellen121vag.1306910794"
signature = "rusEFI master.2023.10.20.hellen121vag.4087894425"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.hellen121vag.1306910794" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.hellen121vag.4087894425" ; 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 Thu Oct 19 23:31:25 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:45:02 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5967,6 +5969,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.hellen128.373913827"
signature = "rusEFI master.2023.10.20.hellen128.2818885936"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.hellen128.373913827" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.hellen128.2818885936" ; 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 Thu Oct 19 23:31:22 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:44:59 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5967,6 +5969,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.hellen154hyundai.148436275"
signature = "rusEFI master.2023.10.20.hellen154hyundai.3063235808"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.hellen154hyundai.148436275" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.hellen154hyundai.3063235808" ; 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 Thu Oct 19 23:31:34 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:45:13 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5965,6 +5967,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.hellen72.3051354532"
signature = "rusEFI master.2023.10.20.hellen72.194136183"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.hellen72.3051354532" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.hellen72.194136183" ; 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 Thu Oct 19 23:31:43 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:45:24 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5967,6 +5969,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.hellen81.80219622"
signature = "rusEFI master.2023.10.20.hellen81.3129326645"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.hellen81.80219622" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.hellen81.3129326645" ; 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 Thu Oct 19 23:31:46 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:45:27 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5965,6 +5967,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.hellen88bmw.935227981"
signature = "rusEFI master.2023.10.20.hellen88bmw.2314453918"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.hellen88bmw.935227981" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.hellen88bmw.2314453918" ; 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 Thu Oct 19 23:31:37 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:45:17 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5967,6 +5969,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.hellenNA6.848716717"
signature = "rusEFI master.2023.10.20.hellenNA6.2363216510"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.hellenNA6.848716717" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.hellenNA6.2363216510" ; 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 Thu Oct 19 23:31:55 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:45:38 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5967,6 +5969,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.hellenNA8_96.1412920162"
signature = "rusEFI master.2023.10.20.hellenNA8_96.3933913777"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.hellenNA8_96.1412920162" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.hellenNA8_96.3933913777" ; 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 Thu Oct 19 23:31:58 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:45:41 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5967,6 +5969,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.kin.2605332519"
signature = "rusEFI master.2023.10.20.kin.621251060"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.kin.2605332519" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.kin.621251060" ; 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 Thu Oct 19 23:30:56 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:44:25 UTC 2023
pageSize = 22296
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5966,6 +5968,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.m74_9.3282101127"
signature = "rusEFI master.2023.10.20.m74_9.2112705108"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.m74_9.3282101127" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.m74_9.2112705108" ; 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 Thu Oct 19 23:32:16 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:46:02 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5967,6 +5969,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.mre_f4.4210431497"
signature = "rusEFI master.2023.10.20.mre_f4.1153148890"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.mre_f4.4210431497" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.mre_f4.1153148890" ; 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 Thu Oct 19 23:32:07 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:45:51 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5122,6 +5123,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5969,6 +5971,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.mre_f7.4210431497"
signature = "rusEFI master.2023.10.20.mre_f7.1153148890"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.mre_f7.4210431497" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.mre_f7.1153148890" ; 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 Thu Oct 19 23:32:04 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:45:48 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5122,6 +5123,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5969,6 +5971,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.nucleo_f429.3650879369"
signature = "rusEFI master.2023.10.20.nucleo_f429.1742098010"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.nucleo_f429.3650879369" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.nucleo_f429.1742098010" ; 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 Thu Oct 19 23:32:45 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:46:35 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5966,6 +5968,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.nucleo_f767.3650879369"
signature = "rusEFI master.2023.10.20.nucleo_f767.1742098010"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.nucleo_f767.3650879369" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.nucleo_f767.1742098010" ; 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 Thu Oct 19 23:32:48 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:46:39 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5966,6 +5968,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.nucleo_h743.3650879369"
signature = "rusEFI master.2023.10.20.nucleo_h743.1742098010"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.nucleo_h743.3650879369" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.nucleo_h743.1742098010" ; 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 Thu Oct 19 23:32:50 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:46:42 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5966,6 +5968,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.prometheus_405.3910087193"
signature = "rusEFI master.2023.10.20.prometheus_405.1463976906"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.prometheus_405.3910087193" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.prometheus_405.1463976906" ; 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 Thu Oct 19 23:32:30 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:46:18 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5961,6 +5963,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.prometheus_469.3910087193"
signature = "rusEFI master.2023.10.20.prometheus_469.1463976906"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.prometheus_469.3910087193" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.prometheus_469.1463976906" ; 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 Thu Oct 19 23:32:27 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:46:15 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5961,6 +5963,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.proteus_f4.3649569267"
signature = "rusEFI master.2023.10.20.proteus_f4.1741008928"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.proteus_f4.3649569267" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.proteus_f4.1741008928" ; 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 Thu Oct 19 23:32:36 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:46:25 UTC 2023
pageSize = 27672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5976,6 +5978,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.proteus_f7.3649569267"
signature = "rusEFI master.2023.10.20.proteus_f7.1741008928"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.proteus_f7.3649569267" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.proteus_f7.1741008928" ; 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 Thu Oct 19 23:32:33 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:46:21 UTC 2023
pageSize = 27672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5976,6 +5978,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.proteus_h7.3649569267"
signature = "rusEFI master.2023.10.20.proteus_h7.1741008928"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.proteus_h7.3649569267" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.proteus_h7.1741008928" ; 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 Thu Oct 19 23:32:39 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:46:28 UTC 2023
pageSize = 27672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5976,6 +5978,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.s105.3183483605"
signature = "rusEFI master.2023.10.20.s105.59616006"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.s105.3183483605" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.s105.59616006" ; 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 Thu Oct 19 23:32:19 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:46:05 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5967,6 +5969,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.small-can-board.3971564380"
signature = "rusEFI master.2023.10.20.small-can-board.1391784591"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.small-can-board.3971564380" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.small-can-board.1391784591" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","INVALID","B2 - Analog/Digital Input","B3 - Analog/Digital Input","B4 - Analog/Digital Input","B5 - Analog/Digital Input","B7 - Analog/Digital Input","C1 - Analog/Digital Input","INVALID","INVALID","INVALID","A2 Battery Sense","INVALID","INVALID","C2 - Analog/Digital Input","C4 - Analog/Digital Input"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Thu Oct 19 23:32:01 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:45:44 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5966,6 +5968,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.subaru_eg33_f7.3725998238"
signature = "rusEFI master.2023.10.20.subaru_eg33_f7.1616611661"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.subaru_eg33_f7.3725998238" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.subaru_eg33_f7.1616611661" ; 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 Thu Oct 19 23:30:58 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:44:28 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5966,6 +5968,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.t-b-g.3650879369"
signature = "rusEFI master.2023.10.20.t-b-g.1742098010"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.t-b-g.3650879369" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.t-b-g.1742098010" ; 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 Thu Oct 19 23:32:22 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:46:08 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5966,6 +5968,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.20.tdg-pdm8.1396036523"
signature = "rusEFI master.2023.10.20.tdg-pdm8.3984089720"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.20.tdg-pdm8.1396036523" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.20.tdg-pdm8.3984089720" ; 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 Thu Oct 19 23:32:56 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:46:49 UTC 2023
pageSize = 23672
page = 1
@ -2930,6 +2930,7 @@ hasInitBoost = bits, U32, 996, [5:5]
rpmTooLow = bits, U32, 996, [6:6]
tpsTooLow = bits, U32, 996, [7:7]
mapTooLow = bits, U32, 996, [8:8]
isPlantValid = bits, U32, 996, [9:9]
luaTargetAdd = scalar, S16, 1000, "v", 0.5,0
boostOutput = scalar, S16, 1002, "percent", 0.01,0
luaTargetMult = scalar, F32, 1004, "v", 1,0
@ -5121,6 +5122,7 @@ entry = hasInitBoost, "hasInitBoost", int, "%d"
entry = rpmTooLow, "rpmTooLow", int, "%d"
entry = tpsTooLow, "tpsTooLow", int, "%d"
entry = mapTooLow, "mapTooLow", int, "%d"
entry = isPlantValid, "isPlantValid", int, "%d"
entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f"
entry = boostOutput, "Boost: Output", float, "%.3f"
entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f"
@ -5966,6 +5968,7 @@ indicatorPanel = boost_controlIndicatorPanel, 2
indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes"
indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes"
indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes"
indicator = {isPlantValid}, "isPlantValid No", "isPlantValid Yes"
dialog = boost_controlDialog, "boost_control"
panel = boost_controlIndicatorPanel

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/actuators/boost_control.txt Thu Oct 19 16:56:08 UTC 2023
// this file was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/actuators/boost_control.txt Fri Oct 20 00:44:15 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -178,6 +178,7 @@ public class BoostControl {
public static final Field RPMTOOLOW = Field.create("RPMTOOLOW", 0, FieldType.BIT, 6).setBaseOffset(996);
public static final Field TPSTOOLOW = Field.create("TPSTOOLOW", 0, FieldType.BIT, 7).setBaseOffset(996);
public static final Field MAPTOOLOW = Field.create("MAPTOOLOW", 0, FieldType.BIT, 8).setBaseOffset(996);
public static final Field ISPLANTVALID = Field.create("ISPLANTVALID", 0, FieldType.BIT, 9).setBaseOffset(996);
public static final Field LUATARGETADD = Field.create("LUATARGETADD", 4, FieldType.INT16).setScale(0.5).setBaseOffset(996);
public static final Field BOOSTOUTPUT = Field.create("BOOSTOUTPUT", 6, FieldType.INT16).setScale(0.01).setBaseOffset(996);
public static final Field LUATARGETMULT = Field.create("LUATARGETMULT", 8, FieldType.FLOAT).setBaseOffset(996);
@ -196,6 +197,7 @@ public class BoostControl {
RPMTOOLOW,
TPSTOOLOW,
MAPTOOLOW,
ISPLANTVALID,
LUATARGETADD,
BOOSTOUTPUT,
LUATARGETMULT,

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 Thu Oct 19 23:33:04 UTC 2023
// this file was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Oct 20 00:46:58 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -1043,7 +1043,6 @@ 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 = 2055433650;
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;
@ -1269,7 +1268,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.10.20.f407-discovery.2055433650";
public static final String TS_SIGNATURE = "rusEFI master.2023.10.20.f407-discovery.3301891169";
public static final char TS_SIMULATE_CAN = '>';
public static final char TS_SINGLE_WRITE_COMMAND = 'W';
public static final char TS_TEST_COMMAND = 't';