Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-01-02 22:53:56 +00:00
parent f94aa7a7cd
commit 93d20f33ec
81 changed files with 363 additions and 251 deletions

View File

@ -1026,7 +1026,7 @@
#define SENT_INPUT_COUNT 1
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH snap_59303
#define SIGNATURE_HASH snap_42162
#define specs_s_size 12
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
@ -1300,7 +1300,7 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI 2023.01.02.cypress.snap_59303"
#define TS_SIGNATURE "rusEFI 2023.01.02.cypress.snap_42162"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -1026,7 +1026,7 @@
#define SENT_INPUT_COUNT 1
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH snap_17771
#define SIGNATURE_HASH snap_1662
#define specs_s_size 12
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
@ -1300,7 +1300,7 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI 2023.01.02.kin.snap_17771"
#define TS_SIGNATURE "rusEFI 2023.01.02.kin.snap_1662"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -992,7 +992,7 @@
#define show_Frankenso_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH snap_15997
#define SIGNATURE_HASH snap_32104
#define specs_s_size 12
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
@ -1267,7 +1267,7 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI 2023.01.02.subaru_eg33_f7.snap_15997"
#define TS_SIGNATURE "rusEFI 2023.01.02.subaru_eg33_f7.snap_32104"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -385,6 +385,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"

View File

@ -146,6 +146,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -560,6 +560,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/engine_state.txt Mon Jan 02 19:57:36 UTC 2023
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/engine_state.txt Mon Jan 02 22:53:02 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -27,88 +27,88 @@ struct LuaAdjustments {
bool luaDisableEtb : 1 {};
/**
offset 8 bit 4 */
bool unusedBit_6_4 : 1 {};
bool luaIgnCut : 1 {};
/**
offset 8 bit 5 */
bool unusedBit_6_5 : 1 {};
bool unusedBit_7_5 : 1 {};
/**
offset 8 bit 6 */
bool unusedBit_6_6 : 1 {};
bool unusedBit_7_6 : 1 {};
/**
offset 8 bit 7 */
bool unusedBit_6_7 : 1 {};
bool unusedBit_7_7 : 1 {};
/**
offset 8 bit 8 */
bool unusedBit_6_8 : 1 {};
bool unusedBit_7_8 : 1 {};
/**
offset 8 bit 9 */
bool unusedBit_6_9 : 1 {};
bool unusedBit_7_9 : 1 {};
/**
offset 8 bit 10 */
bool unusedBit_6_10 : 1 {};
bool unusedBit_7_10 : 1 {};
/**
offset 8 bit 11 */
bool unusedBit_6_11 : 1 {};
bool unusedBit_7_11 : 1 {};
/**
offset 8 bit 12 */
bool unusedBit_6_12 : 1 {};
bool unusedBit_7_12 : 1 {};
/**
offset 8 bit 13 */
bool unusedBit_6_13 : 1 {};
bool unusedBit_7_13 : 1 {};
/**
offset 8 bit 14 */
bool unusedBit_6_14 : 1 {};
bool unusedBit_7_14 : 1 {};
/**
offset 8 bit 15 */
bool unusedBit_6_15 : 1 {};
bool unusedBit_7_15 : 1 {};
/**
offset 8 bit 16 */
bool unusedBit_6_16 : 1 {};
bool unusedBit_7_16 : 1 {};
/**
offset 8 bit 17 */
bool unusedBit_6_17 : 1 {};
bool unusedBit_7_17 : 1 {};
/**
offset 8 bit 18 */
bool unusedBit_6_18 : 1 {};
bool unusedBit_7_18 : 1 {};
/**
offset 8 bit 19 */
bool unusedBit_6_19 : 1 {};
bool unusedBit_7_19 : 1 {};
/**
offset 8 bit 20 */
bool unusedBit_6_20 : 1 {};
bool unusedBit_7_20 : 1 {};
/**
offset 8 bit 21 */
bool unusedBit_6_21 : 1 {};
bool unusedBit_7_21 : 1 {};
/**
offset 8 bit 22 */
bool unusedBit_6_22 : 1 {};
bool unusedBit_7_22 : 1 {};
/**
offset 8 bit 23 */
bool unusedBit_6_23 : 1 {};
bool unusedBit_7_23 : 1 {};
/**
offset 8 bit 24 */
bool unusedBit_6_24 : 1 {};
bool unusedBit_7_24 : 1 {};
/**
offset 8 bit 25 */
bool unusedBit_6_25 : 1 {};
bool unusedBit_7_25 : 1 {};
/**
offset 8 bit 26 */
bool unusedBit_6_26 : 1 {};
bool unusedBit_7_26 : 1 {};
/**
offset 8 bit 27 */
bool unusedBit_6_27 : 1 {};
bool unusedBit_7_27 : 1 {};
/**
offset 8 bit 28 */
bool unusedBit_6_28 : 1 {};
bool unusedBit_7_28 : 1 {};
/**
offset 8 bit 29 */
bool unusedBit_6_29 : 1 {};
bool unusedBit_7_29 : 1 {};
/**
offset 8 bit 30 */
bool unusedBit_6_30 : 1 {};
bool unusedBit_7_30 : 1 {};
/**
offset 8 bit 31 */
bool unusedBit_6_31 : 1 {};
bool unusedBit_7_31 : 1 {};
};
static_assert(sizeof(LuaAdjustments) == 12);
@ -441,4 +441,4 @@ struct engine_state_s {
static_assert(sizeof(engine_state_s) == 156);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/engine_state.txt Mon Jan 02 19:57:36 UTC 2023
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/engine_state.txt Mon Jan 02 22:53:02 UTC 2023

View File

@ -1026,7 +1026,7 @@
#define SENT_INPUT_COUNT 1
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH snap_59303
#define SIGNATURE_HASH snap_42162
#define specs_s_size 12
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
@ -1300,7 +1300,7 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI 2023.01.02.all.snap_59303"
#define TS_SIGNATURE "rusEFI 2023.01.02.all.snap_42162"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_61416
#define TS_SIGNATURE "rusEFI 2023.01.02.48way.snap_61416"
#define SIGNATURE_HASH snap_44285
#define TS_SIGNATURE "rusEFI 2023.01.02.48way.snap_44285"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_59303
#define TS_SIGNATURE "rusEFI 2023.01.02.all.snap_59303"
#define SIGNATURE_HASH snap_42162
#define TS_SIGNATURE "rusEFI 2023.01.02.all.snap_42162"

View File

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

View File

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

View File

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

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_4736
#define TS_SIGNATURE "rusEFI 2023.01.02.atlas.snap_4736"
#define SIGNATURE_HASH snap_20885
#define TS_SIGNATURE "rusEFI 2023.01.02.atlas.snap_20885"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_46686
#define TS_SIGNATURE "rusEFI 2023.01.02.core8.snap_46686"
#define SIGNATURE_HASH snap_62795
#define TS_SIGNATURE "rusEFI 2023.01.02.core8.snap_62795"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat by SignatureConsumer
//
#define SIGNATURE_HASH snap_59303
#define TS_SIGNATURE "rusEFI 2023.01.02.cypress.snap_59303"
#define SIGNATURE_HASH snap_42162
#define TS_SIGNATURE "rusEFI 2023.01.02.cypress.snap_42162"

View File

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

View File

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

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_7011
#define TS_SIGNATURE "rusEFI 2023.01.02.frankenso_na6.snap_7011"
#define SIGNATURE_HASH snap_22646
#define TS_SIGNATURE "rusEFI 2023.01.02.frankenso_na6.snap_22646"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_41304
#define TS_SIGNATURE "rusEFI 2023.01.02.harley81.snap_41304"
#define SIGNATURE_HASH snap_57933
#define TS_SIGNATURE "rusEFI 2023.01.02.harley81.snap_57933"

View File

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

View File

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

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_6709
#define TS_SIGNATURE "rusEFI 2023.01.02.hellen121nissan.snap_6709"
#define SIGNATURE_HASH snap_22816
#define TS_SIGNATURE "rusEFI 2023.01.02.hellen121nissan.snap_22816"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_28858
#define TS_SIGNATURE "rusEFI 2023.01.02.hellen121vag.snap_28858"
#define SIGNATURE_HASH snap_13231
#define TS_SIGNATURE "rusEFI 2023.01.02.hellen121vag.snap_13231"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_39580
#define TS_SIGNATURE "rusEFI 2023.01.02.hellen128.snap_39580"
#define SIGNATURE_HASH snap_55689
#define TS_SIGNATURE "rusEFI 2023.01.02.hellen128.snap_55689"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_56644
#define TS_SIGNATURE "rusEFI 2023.01.02.hellen154hyundai.snap_56644"
#define SIGNATURE_HASH snap_40529
#define TS_SIGNATURE "rusEFI 2023.01.02.hellen154hyundai.snap_40529"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_59692
#define TS_SIGNATURE "rusEFI 2023.01.02.hellen72.snap_59692"
#define SIGNATURE_HASH snap_43577
#define TS_SIGNATURE "rusEFI 2023.01.02.hellen72.snap_43577"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_31194
#define TS_SIGNATURE "rusEFI 2023.01.02.hellen81.snap_31194"
#define SIGNATURE_HASH snap_15055
#define TS_SIGNATURE "rusEFI 2023.01.02.hellen81.snap_15055"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_62571
#define TS_SIGNATURE "rusEFI 2023.01.02.hellen88bmw.snap_62571"
#define SIGNATURE_HASH snap_46974
#define TS_SIGNATURE "rusEFI 2023.01.02.hellen88bmw.snap_46974"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_22160
#define TS_SIGNATURE "rusEFI 2023.01.02.hellenNA6.snap_22160"
#define SIGNATURE_HASH snap_5509
#define TS_SIGNATURE "rusEFI 2023.01.02.hellenNA6.snap_5509"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_22095
#define TS_SIGNATURE "rusEFI 2023.01.02.hellenNA8_96.snap_22095"
#define SIGNATURE_HASH snap_5466
#define TS_SIGNATURE "rusEFI 2023.01.02.hellenNA8_96.snap_5466"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat by SignatureConsumer
//
#define SIGNATURE_HASH snap_17771
#define TS_SIGNATURE "rusEFI 2023.01.02.kin.snap_17771"
#define SIGNATURE_HASH snap_1662
#define TS_SIGNATURE "rusEFI 2023.01.02.kin.snap_1662"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_15004
#define TS_SIGNATURE "rusEFI 2023.01.02.m74_9.snap_15004"
#define SIGNATURE_HASH snap_31113
#define TS_SIGNATURE "rusEFI 2023.01.02.m74_9.snap_31113"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_32935
#define TS_SIGNATURE "rusEFI 2023.01.02.mre_f4.snap_32935"
#define SIGNATURE_HASH snap_50098
#define TS_SIGNATURE "rusEFI 2023.01.02.mre_f4.snap_50098"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_32935
#define TS_SIGNATURE "rusEFI 2023.01.02.mre_f7.snap_32935"
#define SIGNATURE_HASH snap_50098
#define TS_SIGNATURE "rusEFI 2023.01.02.mre_f7.snap_50098"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_15937
#define TS_SIGNATURE "rusEFI 2023.01.02.prometheus_405.snap_15937"
#define SIGNATURE_HASH snap_32084
#define TS_SIGNATURE "rusEFI 2023.01.02.prometheus_405.snap_32084"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_15937
#define TS_SIGNATURE "rusEFI 2023.01.02.prometheus_469.snap_15937"
#define SIGNATURE_HASH snap_32084
#define TS_SIGNATURE "rusEFI 2023.01.02.prometheus_469.snap_32084"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_11287
#define TS_SIGNATURE "rusEFI 2023.01.02.proteus_f4.snap_11287"
#define SIGNATURE_HASH snap_28418
#define TS_SIGNATURE "rusEFI 2023.01.02.proteus_f4.snap_28418"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_11287
#define TS_SIGNATURE "rusEFI 2023.01.02.proteus_f7.snap_11287"
#define SIGNATURE_HASH snap_28418
#define TS_SIGNATURE "rusEFI 2023.01.02.proteus_f7.snap_28418"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_11287
#define TS_SIGNATURE "rusEFI 2023.01.02.proteus_h7.snap_11287"
#define SIGNATURE_HASH snap_28418
#define TS_SIGNATURE "rusEFI 2023.01.02.proteus_h7.snap_28418"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_60439
#define TS_SIGNATURE "rusEFI 2023.01.02.s105.snap_60439"
#define SIGNATURE_HASH snap_44802
#define TS_SIGNATURE "rusEFI 2023.01.02.s105.snap_44802"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_15997
#define TS_SIGNATURE "rusEFI 2023.01.02.subaru_eg33_f7.snap_15997"
#define SIGNATURE_HASH snap_32104
#define TS_SIGNATURE "rusEFI 2023.01.02.subaru_eg33_f7.snap_32104"

View File

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

View File

@ -501,6 +501,8 @@ float getOutputValueByName(const char *name) {
return engine->engineState.lua.acRequestState;
case 2055342630:
return engine->engineState.lua.luaDisableEtb;
case -802271455:
return engine->engineState.lua.luaIgnCut;
case -893334680:
return engine->engineState.sd.tCharge;
case 584726739:

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.all.snap_59303"
signature = "rusEFI 2023.01.02.all.snap_42162"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.all.snap_59303" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.all.snap_42162" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:58:18 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:43 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5453,6 +5455,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.48way.snap_61416"
signature = "rusEFI 2023.01.02.48way.snap_44285"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.48way.snap_61416" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.48way.snap_44285" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:58:02 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:28 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5451,6 +5453,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.alphax-2chan.snap_31435"
signature = "rusEFI 2023.01.02.alphax-2chan.snap_14814"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.alphax-2chan.snap_31435" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.alphax-2chan.snap_14814" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:57:40 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:06 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5447,6 +5449,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.alphax-4chan.snap_63118"
signature = "rusEFI 2023.01.02.alphax-4chan.snap_46491"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.alphax-4chan.snap_63118" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.alphax-4chan.snap_46491" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:57:41 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:07 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5450,6 +5452,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.alphax-8chan.snap_24820"
signature = "rusEFI 2023.01.02.alphax-8chan.snap_9185"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.alphax-8chan.snap_24820" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.alphax-8chan.snap_9185" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:57:43 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:09 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5450,6 +5452,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.atlas.snap_4736"
signature = "rusEFI 2023.01.02.atlas.snap_20885"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.atlas.snap_4736" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.atlas.snap_20885" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:58:15 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:41 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5453,6 +5455,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.core8.snap_46686"
signature = "rusEFI 2023.01.02.core8.snap_62795"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.core8.snap_46686" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.core8.snap_62795" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:58:01 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:27 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5451,6 +5453,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.cypress.snap_59303"
signature = "rusEFI 2023.01.02.cypress.snap_42162"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.cypress.snap_59303" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.cypress.snap_42162" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon Jan 02 19:57:38 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon Jan 02 22:53:04 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5453,6 +5455,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.f407-discovery.snap_59303"
signature = "rusEFI 2023.01.02.f407-discovery.snap_42162"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.f407-discovery.snap_59303" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.f407-discovery.snap_42162" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:58:13 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:38 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5453,6 +5455,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.f429-discovery.snap_59303"
signature = "rusEFI 2023.01.02.f429-discovery.snap_42162"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.f429-discovery.snap_59303" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.f429-discovery.snap_42162" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:58:14 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:40 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5453,6 +5455,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.frankenso_na6.snap_7011"
signature = "rusEFI 2023.01.02.frankenso_na6.snap_22646"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.frankenso_na6.snap_7011" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.frankenso_na6.snap_22646" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:58:06 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:31 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5453,6 +5455,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.harley81.snap_41304"
signature = "rusEFI 2023.01.02.harley81.snap_57933"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.harley81.snap_41304" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.harley81.snap_57933" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:57:44 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:10 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5450,6 +5452,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.hellen-gm-e67.snap_33955"
signature = "rusEFI 2023.01.02.hellen-gm-e67.snap_51126"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.hellen-gm-e67.snap_33955" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.hellen-gm-e67.snap_51126" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:57:55 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:21 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5450,6 +5452,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.hellen-nb1.snap_54891"
signature = "rusEFI 2023.01.02.hellen-nb1.snap_38270"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.hellen-nb1.snap_54891" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.hellen-nb1.snap_38270" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:57:54 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:19 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5450,6 +5452,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.hellen121nissan.snap_6709"
signature = "rusEFI 2023.01.02.hellen121nissan.snap_22816"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.hellen121nissan.snap_6709" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.hellen121nissan.snap_22816" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:57:48 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:14 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5450,6 +5452,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.hellen121vag.snap_28858"
signature = "rusEFI 2023.01.02.hellen121vag.snap_13231"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.hellen121vag.snap_28858" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.hellen121vag.snap_13231" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:57:46 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:12 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5450,6 +5452,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.hellen128.snap_39580"
signature = "rusEFI 2023.01.02.hellen128.snap_55689"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.hellen128.snap_39580" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.hellen128.snap_55689" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:57:45 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:11 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5450,6 +5452,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.hellen154hyundai.snap_56644"
signature = "rusEFI 2023.01.02.hellen154hyundai.snap_40529"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.hellen154hyundai.snap_56644" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.hellen154hyundai.snap_40529" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:57:49 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:15 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5450,6 +5452,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.hellen72.snap_59692"
signature = "rusEFI 2023.01.02.hellen72.snap_43577"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.hellen72.snap_59692" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.hellen72.snap_43577" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:57:51 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:17 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5450,6 +5452,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.hellen81.snap_31194"
signature = "rusEFI 2023.01.02.hellen81.snap_15055"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.hellen81.snap_31194" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.hellen81.snap_15055" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:57:53 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:18 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5448,6 +5450,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.hellen88bmw.snap_62571"
signature = "rusEFI 2023.01.02.hellen88bmw.snap_46974"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.hellen88bmw.snap_62571" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.hellen88bmw.snap_46974" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:57:50 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:16 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5450,6 +5452,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.hellenNA6.snap_22160"
signature = "rusEFI 2023.01.02.hellenNA6.snap_5509"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.hellenNA6.snap_22160" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.hellenNA6.snap_5509" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:57:56 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:22 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5450,6 +5452,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.hellenNA8_96.snap_22095"
signature = "rusEFI 2023.01.02.hellenNA8_96.snap_5466"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.hellenNA8_96.snap_22095" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.hellenNA8_96.snap_5466" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:57:57 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:23 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5450,6 +5452,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.kin.snap_17771"
signature = "rusEFI 2023.01.02.kin.snap_1662"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.kin.snap_17771" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.kin.snap_1662" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon Jan 02 19:57:37 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon Jan 02 22:53:03 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5453,6 +5455,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.m74_9.snap_15004"
signature = "rusEFI 2023.01.02.m74_9.snap_31113"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.m74_9.snap_15004" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.m74_9.snap_31113" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:58:03 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:29 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5450,6 +5452,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.mre_f4.snap_32935"
signature = "rusEFI 2023.01.02.mre_f4.snap_50098"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.mre_f4.snap_32935" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.mre_f4.snap_50098" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:58:00 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:25 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5451,6 +5453,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.mre_f7.snap_32935"
signature = "rusEFI 2023.01.02.mre_f7.snap_50098"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.mre_f7.snap_32935" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.mre_f7.snap_50098" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:57:58 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:24 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5451,6 +5453,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.prometheus_405.snap_15937"
signature = "rusEFI 2023.01.02.prometheus_405.snap_32084"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.prometheus_405.snap_15937" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.prometheus_405.snap_32084" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:58:08 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:34 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5447,6 +5449,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.prometheus_469.snap_15937"
signature = "rusEFI 2023.01.02.prometheus_469.snap_32084"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.prometheus_469.snap_15937" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.prometheus_469.snap_32084" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:58:07 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:32 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5447,6 +5449,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.proteus_f4.snap_11287"
signature = "rusEFI 2023.01.02.proteus_f4.snap_28418"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.proteus_f4.snap_11287" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.proteus_f4.snap_28418" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:58:11 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:36 UTC 2023
pageSize = 26896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5447,6 +5449,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.proteus_f7.snap_11287"
signature = "rusEFI 2023.01.02.proteus_f7.snap_28418"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.proteus_f7.snap_11287" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.proteus_f7.snap_28418" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:58:09 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:35 UTC 2023
pageSize = 26896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5447,6 +5449,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.proteus_h7.snap_11287"
signature = "rusEFI 2023.01.02.proteus_h7.snap_28418"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.proteus_h7.snap_11287" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.proteus_h7.snap_28418" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:58:12 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:37 UTC 2023
pageSize = 26896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5447,6 +5449,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.s105.snap_60439"
signature = "rusEFI 2023.01.02.s105.snap_44802"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.s105.snap_60439" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.s105.snap_44802" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:58:04 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:30 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5450,6 +5452,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.subaru_eg33_f7.snap_15997"
signature = "rusEFI 2023.01.02.subaru_eg33_f7.snap_32104"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.subaru_eg33_f7.snap_15997" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.subaru_eg33_f7.snap_32104" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Mon Jan 02 19:57:39 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:05 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5449,6 +5451,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2023.01.02.tdg-pdm8.snap_10739"
signature = "rusEFI 2023.01.02.tdg-pdm8.snap_27366"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2023.01.02.tdg-pdm8.snap_10739" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2023.01.02.tdg-pdm8.snap_27366" ; 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
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 19:58:16 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:42 UTC 2023
pageSize = 22896
page = 1
@ -2755,6 +2755,7 @@ lua_clutchUpState = bits, U32, 896, [0:0]
lua_brakePedalState = bits, U32, 896, [1:1]
lua_acRequestState = bits, U32, 896, [2:2]
lua_luaDisableEtb = bits, U32, 896, [3:3]
lua_luaIgnCut = bits, U32, 896, [4:4]
sd_tCharge = scalar, F32, 900, "", 1, 0
sd_tChargeK = scalar, F32, 904, "", 1, 0
sd_airFlow = scalar, F32, 908, "", 1, 0
@ -2955,7 +2956,7 @@ esr = scalar, U16, 1288, "", 1, 0
wboFaultCodeList = bits, U08, [0:3], "OK", "Unk", "Unk", "failed to heat", "overheat", "underheat", "no supply"
; ClearReason
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off"
fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua"
; TpsState
etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise"
@ -4659,6 +4660,7 @@ entry = lua_clutchUpState, "lua_clutchUpState", int, "%d"
entry = lua_brakePedalState, "lua_brakePedalState", int, "%d"
entry = lua_acRequestState, "lua_acRequestState", int, "%d"
entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d"
entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d"
entry = sd_tCharge, "speed density", float, "%.3f"
entry = sd_tChargeK, "sd_tChargeK", float, "%.3f"
entry = sd_airFlow, "sd_airFlow", float, "%.3f"
@ -5453,6 +5455,7 @@ indicatorPanel = engine_stateIndicatorPanel, 2
indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes"
indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes"
indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes"
indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes"
indicator = {clutchUpState}, "clutchUpState No", "clutchUpState Yes"
indicator = {clutchDownState}, "clutchDownState No", "clutchDownState Yes"
indicator = {brakePedalState}, "brakePedalState No", "brakePedalState Yes"

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/engine_state.txt Thu Dec 22 00:28:50 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/algo/engine_state.txt Mon Jan 02 22:53:02 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -406,6 +406,7 @@ public class EngineState {
public static final Field LUA_BRAKEPEDALSTATE = Field.create("LUA_BRAKEPEDALSTATE", 8, FieldType.BIT, 1).setBaseOffset(888);
public static final Field LUA_ACREQUESTSTATE = Field.create("LUA_ACREQUESTSTATE", 8, FieldType.BIT, 2).setBaseOffset(888);
public static final Field LUA_LUADISABLEETB = Field.create("LUA_LUADISABLEETB", 8, FieldType.BIT, 3).setBaseOffset(888);
public static final Field LUA_LUAIGNCUT = Field.create("LUA_LUAIGNCUT", 8, FieldType.BIT, 4).setBaseOffset(888);
public static final Field SD_TCHARGE = Field.create("SD_TCHARGE", 12, FieldType.FLOAT).setBaseOffset(888);
public static final Field SD_TCHARGEK = Field.create("SD_TCHARGEK", 16, FieldType.FLOAT).setBaseOffset(888);
public static final Field SD_AIRFLOW = Field.create("SD_AIRFLOW", 20, FieldType.FLOAT).setBaseOffset(888);
@ -456,6 +457,7 @@ public class EngineState {
LUA_BRAKEPEDALSTATE,
LUA_ACREQUESTSTATE,
LUA_LUADISABLEETB,
LUA_LUAIGNCUT,
SD_TCHARGE,
SD_TCHARGEK,
SD_AIRFLOW,

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 17:58:10 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Jan 02 22:53:45 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -1182,7 +1182,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 2023.01.02.all.snap_59303";
public static final String TS_SIGNATURE = "rusEFI 2023.01.02.all.snap_42162";
public static final char TS_SINGLE_WRITE_COMMAND = 'W';
public static final char TS_TEST_COMMAND = 't';
public static final int TS_TOTAL_OUTPUT_SIZE = 1292;