diff --git a/firmware/console/binary/generated/output_channels.ini b/firmware/console/binary/generated/output_channels.ini index 45a83afbc9..ced2c30f47 100644 --- a/firmware/console/binary/generated/output_channels.ini +++ b/firmware/console/binary/generated/output_channels.ini @@ -109,14 +109,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 diff --git a/firmware/console/binary/output_channels_generated.h b/firmware/console/binary/output_channels_generated.h index f5c93236dd..d88eed5576 100644 --- a/firmware/console/binary/output_channels_generated.h +++ b/firmware/console/binary/output_channels_generated.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) console/binary/output_channels.txt Sat Mar 09 11:25:42 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) console/binary/output_channels.txt Sun Mar 10 16:57:07 UTC 2024 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -596,7 +596,7 @@ struct output_channels_s { * units: deg C * offset 200 */ - scaled_channel egt[EGT_CHANNEL_COUNT]; + scaled_channel egt[EGT_CHANNEL_COUNT]; /** * units: V * offset 216 @@ -1277,4 +1277,4 @@ struct output_channels_s { static_assert(sizeof(output_channels_s) == 796); // end -// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) console/binary/output_channels.txt Sat Mar 09 11:25:42 UTC 2024 +// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) console/binary/output_channels.txt Sun Mar 10 16:57:07 UTC 2024 diff --git a/firmware/controllers/generated/rusefi_generated_alphax-2chan.h b/firmware/controllers/generated/rusefi_generated_alphax-2chan.h index e2de3767db..55b2e30ccb 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-2chan.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-2chan.h @@ -1188,7 +1188,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3447382623 +#define SIGNATURE_HASH 3595445766 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1549,7 +1549,7 @@ #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins false #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.alphax-2chan.3447382623" +#define TS_SIGNATURE "rusEFI master.2024.03.10.alphax-2chan.3595445766" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_alphax-4chan.h b/firmware/controllers/generated/rusefi_generated_alphax-4chan.h index f01943863e..35dc4927cd 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-4chan.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-4chan.h @@ -1189,7 +1189,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 49719028 +#define SIGNATURE_HASH 432169645 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1550,7 +1550,7 @@ #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins false #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.alphax-4chan.49719028" +#define TS_SIGNATURE "rusEFI master.2024.03.10.alphax-4chan.432169645" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_alphax-4chan_f7.h b/firmware/controllers/generated/rusefi_generated_alphax-4chan_f7.h index db69915971..dc7c0782e6 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-4chan_f7.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-4chan_f7.h @@ -1189,7 +1189,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 49719028 +#define SIGNATURE_HASH 432169645 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1550,7 +1550,7 @@ #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins false #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.alphax-4chan_f7.49719028" +#define TS_SIGNATURE "rusEFI master.2024.03.10.alphax-4chan_f7.432169645" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_alphax-8chan-revA.h b/firmware/controllers/generated/rusefi_generated_alphax-8chan-revA.h index d4189dcdae..b2bbbd1f47 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-8chan-revA.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-8chan-revA.h @@ -1188,7 +1188,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 4093891430 +#define SIGNATURE_HASH 4013365055 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1549,7 +1549,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.alphax-8chan-revA.4093891430" +#define TS_SIGNATURE "rusEFI master.2024.03.10.alphax-8chan-revA.4013365055" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_alphax-8chan.h b/firmware/controllers/generated/rusefi_generated_alphax-8chan.h index 7fc3bc7d1e..0bef2ee4f1 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-8chan.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-8chan.h @@ -1188,7 +1188,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2370694541 +#define SIGNATURE_HASH 2524522964 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1549,7 +1549,7 @@ #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins false #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.alphax-8chan.2370694541" +#define TS_SIGNATURE "rusEFI master.2024.03.10.alphax-8chan.2524522964" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_alphax-8chan_f7.h b/firmware/controllers/generated/rusefi_generated_alphax-8chan_f7.h index 65a339e985..096610e938 100644 --- a/firmware/controllers/generated/rusefi_generated_alphax-8chan_f7.h +++ b/firmware/controllers/generated/rusefi_generated_alphax-8chan_f7.h @@ -1188,7 +1188,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2370694541 +#define SIGNATURE_HASH 2524522964 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1549,7 +1549,7 @@ #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins false #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.alphax-8chan_f7.2370694541" +#define TS_SIGNATURE "rusEFI master.2024.03.10.alphax-8chan_f7.2524522964" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_at_start_f435.h b/firmware/controllers/generated/rusefi_generated_at_start_f435.h index 86f5b26176..48e8de982c 100644 --- a/firmware/controllers/generated/rusefi_generated_at_start_f435.h +++ b/firmware/controllers/generated/rusefi_generated_at_start_f435.h @@ -1187,7 +1187,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2749913329 +#define SIGNATURE_HASH 3101465768 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1548,7 +1548,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.at_start_f435.2749913329" +#define TS_SIGNATURE "rusEFI master.2024.03.10.at_start_f435.3101465768" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_atlas.h b/firmware/controllers/generated/rusefi_generated_atlas.h index 9ae2a53aed..45cd7113f2 100644 --- a/firmware/controllers/generated/rusefi_generated_atlas.h +++ b/firmware/controllers/generated/rusefi_generated_atlas.h @@ -1187,7 +1187,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3891236031 +#define SIGNATURE_HASH 4242229478 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1548,7 +1548,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.atlas.3891236031" +#define TS_SIGNATURE "rusEFI master.2024.03.10.atlas.4242229478" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_f407-discovery.h b/firmware/controllers/generated/rusefi_generated_f407-discovery.h index c89c4b74f9..9ab99fdfcb 100644 --- a/firmware/controllers/generated/rusefi_generated_f407-discovery.h +++ b/firmware/controllers/generated/rusefi_generated_f407-discovery.h @@ -1187,7 +1187,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets true -#define SIGNATURE_HASH 129606544 +#define SIGNATURE_HASH 479029193 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1548,7 +1548,7 @@ #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.f407-discovery.129606544" +#define TS_SIGNATURE "rusEFI master.2024.03.10.f407-discovery.479029193" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_f429-discovery.h b/firmware/controllers/generated/rusefi_generated_f429-discovery.h index e54621efaf..0728309bc2 100644 --- a/firmware/controllers/generated/rusefi_generated_f429-discovery.h +++ b/firmware/controllers/generated/rusefi_generated_f429-discovery.h @@ -1187,7 +1187,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2749913329 +#define SIGNATURE_HASH 3101465768 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1548,7 +1548,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.f429-discovery.2749913329" +#define TS_SIGNATURE "rusEFI master.2024.03.10.f429-discovery.3101465768" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_f469-discovery.h b/firmware/controllers/generated/rusefi_generated_f469-discovery.h index 4d92cbb4f7..84f570be1e 100644 --- a/firmware/controllers/generated/rusefi_generated_f469-discovery.h +++ b/firmware/controllers/generated/rusefi_generated_f469-discovery.h @@ -1187,7 +1187,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2436849250 +#define SIGNATURE_HASH 2316016187 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1548,7 +1548,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.f469-discovery.2436849250" +#define TS_SIGNATURE "rusEFI master.2024.03.10.f469-discovery.2316016187" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_frankenso_na6.h b/firmware/controllers/generated/rusefi_generated_frankenso_na6.h index 7f0684d399..824502491c 100644 --- a/firmware/controllers/generated/rusefi_generated_frankenso_na6.h +++ b/firmware/controllers/generated/rusefi_generated_frankenso_na6.h @@ -1187,7 +1187,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets true -#define SIGNATURE_HASH 4117441770 +#define SIGNATURE_HASH 3999262899 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1548,7 +1548,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.frankenso_na6.4117441770" +#define TS_SIGNATURE "rusEFI master.2024.03.10.frankenso_na6.3999262899" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_haba208.h b/firmware/controllers/generated/rusefi_generated_haba208.h index 536ed43678..398df1fa08 100644 --- a/firmware/controllers/generated/rusefi_generated_haba208.h +++ b/firmware/controllers/generated/rusefi_generated_haba208.h @@ -1187,7 +1187,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2749913329 +#define SIGNATURE_HASH 3101465768 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1548,7 +1548,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.haba208.2749913329" +#define TS_SIGNATURE "rusEFI master.2024.03.10.haba208.3101465768" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen-112-17.h b/firmware/controllers/generated/rusefi_generated_hellen-112-17.h index d425ad8877..7c5a90dee7 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen-112-17.h +++ b/firmware/controllers/generated/rusefi_generated_hellen-112-17.h @@ -1188,7 +1188,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 719372405 +#define SIGNATURE_HASH 835978284 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1549,7 +1549,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen-112-17.719372405" +#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen-112-17.835978284" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen-gm-e67.h b/firmware/controllers/generated/rusefi_generated_hellen-gm-e67.h index 7d377d9b11..70ad6abf71 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen-gm-e67.h +++ b/firmware/controllers/generated/rusefi_generated_hellen-gm-e67.h @@ -1187,7 +1187,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1871789897 +#define SIGNATURE_HASH 1957034768 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1548,7 +1548,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen-gm-e67.1871789897" +#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen-gm-e67.1957034768" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen-honda-k.h b/firmware/controllers/generated/rusefi_generated_hellen-honda-k.h index 9a0a9a2d84..eb23e19349 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen-honda-k.h +++ b/firmware/controllers/generated/rusefi_generated_hellen-honda-k.h @@ -1188,7 +1188,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 134816047 +#define SIGNATURE_HASH 322823542 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1550,7 +1550,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen-honda-k.134816047" +#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen-honda-k.322823542" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen-nb1.h b/firmware/controllers/generated/rusefi_generated_hellen-nb1.h index 08d67093fa..8eb85d07e3 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen-nb1.h +++ b/firmware/controllers/generated/rusefi_generated_hellen-nb1.h @@ -1188,7 +1188,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1257287377 +#define SIGNATURE_HASH 1371826824 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1549,7 +1549,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen-nb1.1257287377" +#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen-nb1.1371826824" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen121nissan.h b/firmware/controllers/generated/rusefi_generated_hellen121nissan.h index 20ba150d30..dea2fcf0df 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen121nissan.h +++ b/firmware/controllers/generated/rusefi_generated_hellen121nissan.h @@ -1188,7 +1188,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2387801830 +#define SIGNATURE_HASH 2506502847 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1549,7 +1549,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen121nissan.2387801830" +#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen121nissan.2506502847" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen121vag.h b/firmware/controllers/generated/rusefi_generated_hellen121vag.h index 88044f6766..65482b2bea 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen121vag.h +++ b/firmware/controllers/generated/rusefi_generated_hellen121vag.h @@ -1188,7 +1188,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2475771159 +#define SIGNATURE_HASH 2292547918 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1549,7 +1549,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen121vag.2475771159" +#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen121vag.2292547918" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen128.h b/firmware/controllers/generated/rusefi_generated_hellen128.h index fbefafaeb2..90c3533b53 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen128.h +++ b/firmware/controllers/generated/rusefi_generated_hellen128.h @@ -1188,7 +1188,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1316647430 +#define SIGNATURE_HASH 1431221855 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1549,7 +1549,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen128.1316647430" +#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen128.1431221855" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen154hyundai.h b/firmware/controllers/generated/rusefi_generated_hellen154hyundai.h index 5c2c1a7a36..93b4cb35d0 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen154hyundai.h +++ b/firmware/controllers/generated/rusefi_generated_hellen154hyundai.h @@ -1188,7 +1188,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2420690127 +#define SIGNATURE_HASH 2340161686 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1549,7 +1549,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen154hyundai.2420690127" +#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen154hyundai.2340161686" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen154hyundai_f7.h b/firmware/controllers/generated/rusefi_generated_hellen154hyundai_f7.h index a48e8e1298..42797c2b88 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen154hyundai_f7.h +++ b/firmware/controllers/generated/rusefi_generated_hellen154hyundai_f7.h @@ -1188,7 +1188,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2420690127 +#define SIGNATURE_HASH 2340161686 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1549,7 +1549,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen154hyundai_f7.2420690127" +#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen154hyundai_f7.2340161686" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen72.h b/firmware/controllers/generated/rusefi_generated_hellen72.h index aa9640c373..c772d48157 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen72.h +++ b/firmware/controllers/generated/rusefi_generated_hellen72.h @@ -1188,7 +1188,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 587836525 +#define SIGNATURE_HASH 943548468 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1549,7 +1549,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen72.587836525" +#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen72.943548468" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen81.h b/firmware/controllers/generated/rusefi_generated_hellen81.h index 173b5ba71e..6aafa9c30f 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen81.h +++ b/firmware/controllers/generated/rusefi_generated_hellen81.h @@ -1187,7 +1187,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3329804311 +#define SIGNATURE_HASH 3712748622 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1548,7 +1548,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen81.3329804311" +#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen81.3712748622" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellen88bmw.h b/firmware/controllers/generated/rusefi_generated_hellen88bmw.h index 2bdb7f2e5c..3842032d38 100644 --- a/firmware/controllers/generated/rusefi_generated_hellen88bmw.h +++ b/firmware/controllers/generated/rusefi_generated_hellen88bmw.h @@ -1188,7 +1188,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3512458580 +#define SIGNATURE_HASH 3396278541 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1549,7 +1549,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output false -#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen88bmw.3512458580" +#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen88bmw.3396278541" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellenNA6.h b/firmware/controllers/generated/rusefi_generated_hellenNA6.h index 86b571cdab..3015ccf282 100644 --- a/firmware/controllers/generated/rusefi_generated_hellenNA6.h +++ b/firmware/controllers/generated/rusefi_generated_hellenNA6.h @@ -1188,7 +1188,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 927841041 +#define SIGNATURE_HASH 746159944 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1549,7 +1549,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.hellenNA6.927841041" +#define TS_SIGNATURE "rusEFI master.2024.03.10.hellenNA6.746159944" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_hellenNA8_96.h b/firmware/controllers/generated/rusefi_generated_hellenNA8_96.h index a4896da9fe..e3a093a277 100644 --- a/firmware/controllers/generated/rusefi_generated_hellenNA8_96.h +++ b/firmware/controllers/generated/rusefi_generated_hellenNA8_96.h @@ -1189,7 +1189,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 3365403103 +#define SIGNATURE_HASH 3550690694 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1550,7 +1550,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.hellenNA8_96.3365403103" +#define TS_SIGNATURE "rusEFI master.2024.03.10.hellenNA8_96.3550690694" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_m74_9.h b/firmware/controllers/generated/rusefi_generated_m74_9.h index 52e7b9c1a6..670f69b283 100644 --- a/firmware/controllers/generated/rusefi_generated_m74_9.h +++ b/firmware/controllers/generated/rusefi_generated_m74_9.h @@ -1187,7 +1187,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 391274542 +#define SIGNATURE_HASH 208053367 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1549,7 +1549,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.m74_9.391274542" +#define TS_SIGNATURE "rusEFI master.2024.03.10.m74_9.208053367" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_mre_f4.h b/firmware/controllers/generated/rusefi_generated_mre_f4.h index b34c1758f3..501bbe7201 100644 --- a/firmware/controllers/generated/rusefi_generated_mre_f4.h +++ b/firmware/controllers/generated/rusefi_generated_mre_f4.h @@ -1188,7 +1188,7 @@ #define show_microRusEFI_presets true #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2686912014 +#define SIGNATURE_HASH 3138634327 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1549,7 +1549,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.mre_f4.2686912014" +#define TS_SIGNATURE "rusEFI master.2024.03.10.mre_f4.3138634327" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_mre_f7.h b/firmware/controllers/generated/rusefi_generated_mre_f7.h index ab29f3fdac..d3ba1ab8be 100644 --- a/firmware/controllers/generated/rusefi_generated_mre_f7.h +++ b/firmware/controllers/generated/rusefi_generated_mre_f7.h @@ -1188,7 +1188,7 @@ #define show_microRusEFI_presets true #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2686912014 +#define SIGNATURE_HASH 3138634327 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1549,7 +1549,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.mre_f7.2686912014" +#define TS_SIGNATURE "rusEFI master.2024.03.10.mre_f7.3138634327" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_nucleo_f413.h b/firmware/controllers/generated/rusefi_generated_nucleo_f413.h index 138194f62a..542728bebc 100644 --- a/firmware/controllers/generated/rusefi_generated_nucleo_f413.h +++ b/firmware/controllers/generated/rusefi_generated_nucleo_f413.h @@ -1187,7 +1187,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2749913329 +#define SIGNATURE_HASH 3101465768 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1548,7 +1548,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.nucleo_f413.2749913329" +#define TS_SIGNATURE "rusEFI master.2024.03.10.nucleo_f413.3101465768" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_prometheus_405.h b/firmware/controllers/generated/rusefi_generated_prometheus_405.h index 741496b1e3..31bfd7b0f1 100644 --- a/firmware/controllers/generated/rusefi_generated_prometheus_405.h +++ b/firmware/controllers/generated/rusefi_generated_prometheus_405.h @@ -1187,7 +1187,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2474415457 +#define SIGNATURE_HASH 2286440760 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1548,7 +1548,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.prometheus_405.2474415457" +#define TS_SIGNATURE "rusEFI master.2024.03.10.prometheus_405.2286440760" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_prometheus_469.h b/firmware/controllers/generated/rusefi_generated_prometheus_469.h index 39cecd0d86..4bb78bc441 100644 --- a/firmware/controllers/generated/rusefi_generated_prometheus_469.h +++ b/firmware/controllers/generated/rusefi_generated_prometheus_469.h @@ -1187,7 +1187,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2474415457 +#define SIGNATURE_HASH 2286440760 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1548,7 +1548,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.prometheus_469.2474415457" +#define TS_SIGNATURE "rusEFI master.2024.03.10.prometheus_469.2286440760" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_proteus_f4.h b/firmware/controllers/generated/rusefi_generated_proteus_f4.h index fa237c2256..4a27e24474 100644 --- a/firmware/controllers/generated/rusefi_generated_proteus_f4.h +++ b/firmware/controllers/generated/rusefi_generated_proteus_f4.h @@ -1187,7 +1187,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets true #define show_test_presets false -#define SIGNATURE_HASH 1246739974 +#define SIGNATURE_HASH 1367046751 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1548,7 +1548,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.proteus_f4.1246739974" +#define TS_SIGNATURE "rusEFI master.2024.03.10.proteus_f4.1367046751" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_proteus_f7.h b/firmware/controllers/generated/rusefi_generated_proteus_f7.h index 075283c246..e0ee06eb3c 100644 --- a/firmware/controllers/generated/rusefi_generated_proteus_f7.h +++ b/firmware/controllers/generated/rusefi_generated_proteus_f7.h @@ -1187,7 +1187,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets true #define show_test_presets false -#define SIGNATURE_HASH 1246739974 +#define SIGNATURE_HASH 1367046751 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1548,7 +1548,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.proteus_f7.1246739974" +#define TS_SIGNATURE "rusEFI master.2024.03.10.proteus_f7.1367046751" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_proteus_h7.h b/firmware/controllers/generated/rusefi_generated_proteus_h7.h index 997b84077b..cbc8605fc0 100644 --- a/firmware/controllers/generated/rusefi_generated_proteus_h7.h +++ b/firmware/controllers/generated/rusefi_generated_proteus_h7.h @@ -1187,7 +1187,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets true #define show_test_presets false -#define SIGNATURE_HASH 1246739974 +#define SIGNATURE_HASH 1367046751 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1548,7 +1548,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.proteus_h7.1246739974" +#define TS_SIGNATURE "rusEFI master.2024.03.10.proteus_h7.1367046751" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_s105.h b/firmware/controllers/generated/rusefi_generated_s105.h index e18a3c9e54..f7140ba333 100644 --- a/firmware/controllers/generated/rusefi_generated_s105.h +++ b/firmware/controllers/generated/rusefi_generated_s105.h @@ -1187,7 +1187,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 476305459 +#define SIGNATURE_HASH 123149418 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1549,7 +1549,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.s105.476305459" +#define TS_SIGNATURE "rusEFI master.2024.03.10.s105.123149418" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_small-can-board.h b/firmware/controllers/generated/rusefi_generated_small-can-board.h index 77a0c811e5..8b8ba92142 100644 --- a/firmware/controllers/generated/rusefi_generated_small-can-board.h +++ b/firmware/controllers/generated/rusefi_generated_small-can-board.h @@ -1188,7 +1188,7 @@ #define show_Proteus_presets false #define show_small_can_board_presets true #define show_test_presets false -#define SIGNATURE_HASH 2638845048 +#define SIGNATURE_HASH 2256359457 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1550,7 +1550,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.small-can-board.2638845048" +#define TS_SIGNATURE "rusEFI master.2024.03.10.small-can-board.2256359457" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_stm32f429_nucleo.h b/firmware/controllers/generated/rusefi_generated_stm32f429_nucleo.h index 0478fdcf30..9e78d14711 100644 --- a/firmware/controllers/generated/rusefi_generated_stm32f429_nucleo.h +++ b/firmware/controllers/generated/rusefi_generated_stm32f429_nucleo.h @@ -1187,7 +1187,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2749913329 +#define SIGNATURE_HASH 3101465768 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1548,7 +1548,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.stm32f429_nucleo.2749913329" +#define TS_SIGNATURE "rusEFI master.2024.03.10.stm32f429_nucleo.3101465768" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_stm32f767_nucleo.h b/firmware/controllers/generated/rusefi_generated_stm32f767_nucleo.h index 329435017a..79ab75e607 100644 --- a/firmware/controllers/generated/rusefi_generated_stm32f767_nucleo.h +++ b/firmware/controllers/generated/rusefi_generated_stm32f767_nucleo.h @@ -1187,7 +1187,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2749913329 +#define SIGNATURE_HASH 3101465768 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1548,7 +1548,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.stm32f767_nucleo.2749913329" +#define TS_SIGNATURE "rusEFI master.2024.03.10.stm32f767_nucleo.3101465768" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_stm32h743_nucleo.h b/firmware/controllers/generated/rusefi_generated_stm32h743_nucleo.h index 8e982673d6..5a78b17e5e 100644 --- a/firmware/controllers/generated/rusefi_generated_stm32h743_nucleo.h +++ b/firmware/controllers/generated/rusefi_generated_stm32h743_nucleo.h @@ -1187,7 +1187,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2749913329 +#define SIGNATURE_HASH 3101465768 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1548,7 +1548,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.stm32h743_nucleo.2749913329" +#define TS_SIGNATURE "rusEFI master.2024.03.10.stm32h743_nucleo.3101465768" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_t-b-g.h b/firmware/controllers/generated/rusefi_generated_t-b-g.h index c58272f3b7..8c28133a44 100644 --- a/firmware/controllers/generated/rusefi_generated_t-b-g.h +++ b/firmware/controllers/generated/rusefi_generated_t-b-g.h @@ -1187,7 +1187,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 2749913329 +#define SIGNATURE_HASH 3101465768 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1548,7 +1548,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.t-b-g.2749913329" +#define TS_SIGNATURE "rusEFI master.2024.03.10.t-b-g.3101465768" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_tdg-pdm8.h b/firmware/controllers/generated/rusefi_generated_tdg-pdm8.h index 9ef23b4889..53287ed85b 100644 --- a/firmware/controllers/generated/rusefi_generated_tdg-pdm8.h +++ b/firmware/controllers/generated/rusefi_generated_tdg-pdm8.h @@ -1187,7 +1187,7 @@ #define show_microRusEFI_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 692483283 +#define SIGNATURE_HASH 846377098 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1548,7 +1548,7 @@ #define ts_show_vr_threshold_all false #define ts_show_vr_threshold_pins true #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.tdg-pdm8.692483283" +#define TS_SIGNATURE "rusEFI master.2024.03.10.tdg-pdm8.846377098" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/rusefi_generated_uaefi.h b/firmware/controllers/generated/rusefi_generated_uaefi.h index 342e84098f..0f200cb32a 100644 --- a/firmware/controllers/generated/rusefi_generated_uaefi.h +++ b/firmware/controllers/generated/rusefi_generated_uaefi.h @@ -1188,7 +1188,7 @@ #define show_Proteus_presets false #define show_test_presets false #define show_uaefi_presets true -#define SIGNATURE_HASH 3650233802 +#define SIGNATURE_HASH 3265716627 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" @@ -1549,7 +1549,7 @@ #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins false #define ts_show_vvt_output true -#define TS_SIGNATURE "rusEFI master.2024.03.10.uaefi.3650233802" +#define TS_SIGNATURE "rusEFI master.2024.03.10.uaefi.3265716627" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/signature_alphax-2chan.h b/firmware/controllers/generated/signature_alphax-2chan.h index 6d1f7fa2ef..c05710849e 100644 --- a/firmware/controllers/generated/signature_alphax-2chan.h +++ b/firmware/controllers/generated/signature_alphax-2chan.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3447382623 -#define TS_SIGNATURE "rusEFI master.2024.03.10.alphax-2chan.3447382623" +#define SIGNATURE_HASH 3595445766 +#define TS_SIGNATURE "rusEFI master.2024.03.10.alphax-2chan.3595445766" diff --git a/firmware/controllers/generated/signature_alphax-4chan.h b/firmware/controllers/generated/signature_alphax-4chan.h index 17bf6c945d..89e083c317 100644 --- a/firmware/controllers/generated/signature_alphax-4chan.h +++ b/firmware/controllers/generated/signature_alphax-4chan.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 49719028 -#define TS_SIGNATURE "rusEFI master.2024.03.10.alphax-4chan.49719028" +#define SIGNATURE_HASH 432169645 +#define TS_SIGNATURE "rusEFI master.2024.03.10.alphax-4chan.432169645" diff --git a/firmware/controllers/generated/signature_alphax-4chan_f7.h b/firmware/controllers/generated/signature_alphax-4chan_f7.h index 51125fe74f..d8b329d02b 100644 --- a/firmware/controllers/generated/signature_alphax-4chan_f7.h +++ b/firmware/controllers/generated/signature_alphax-4chan_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 49719028 -#define TS_SIGNATURE "rusEFI master.2024.03.10.alphax-4chan_f7.49719028" +#define SIGNATURE_HASH 432169645 +#define TS_SIGNATURE "rusEFI master.2024.03.10.alphax-4chan_f7.432169645" diff --git a/firmware/controllers/generated/signature_alphax-8chan-revA.h b/firmware/controllers/generated/signature_alphax-8chan-revA.h index 9f41bbf906..b1352fd5c3 100644 --- a/firmware/controllers/generated/signature_alphax-8chan-revA.h +++ b/firmware/controllers/generated/signature_alphax-8chan-revA.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 4093891430 -#define TS_SIGNATURE "rusEFI master.2024.03.10.alphax-8chan-revA.4093891430" +#define SIGNATURE_HASH 4013365055 +#define TS_SIGNATURE "rusEFI master.2024.03.10.alphax-8chan-revA.4013365055" diff --git a/firmware/controllers/generated/signature_alphax-8chan.h b/firmware/controllers/generated/signature_alphax-8chan.h index 8a5909cd57..b2136feb8c 100644 --- a/firmware/controllers/generated/signature_alphax-8chan.h +++ b/firmware/controllers/generated/signature_alphax-8chan.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2370694541 -#define TS_SIGNATURE "rusEFI master.2024.03.10.alphax-8chan.2370694541" +#define SIGNATURE_HASH 2524522964 +#define TS_SIGNATURE "rusEFI master.2024.03.10.alphax-8chan.2524522964" diff --git a/firmware/controllers/generated/signature_alphax-8chan_f7.h b/firmware/controllers/generated/signature_alphax-8chan_f7.h index 8a5791b17a..19a1892e7d 100644 --- a/firmware/controllers/generated/signature_alphax-8chan_f7.h +++ b/firmware/controllers/generated/signature_alphax-8chan_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2370694541 -#define TS_SIGNATURE "rusEFI master.2024.03.10.alphax-8chan_f7.2370694541" +#define SIGNATURE_HASH 2524522964 +#define TS_SIGNATURE "rusEFI master.2024.03.10.alphax-8chan_f7.2524522964" diff --git a/firmware/controllers/generated/signature_at_start_f435.h b/firmware/controllers/generated/signature_at_start_f435.h index bd04340354..c9cc7cfcd6 100644 --- a/firmware/controllers/generated/signature_at_start_f435.h +++ b/firmware/controllers/generated/signature_at_start_f435.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2749913329 -#define TS_SIGNATURE "rusEFI master.2024.03.10.at_start_f435.2749913329" +#define SIGNATURE_HASH 3101465768 +#define TS_SIGNATURE "rusEFI master.2024.03.10.at_start_f435.3101465768" diff --git a/firmware/controllers/generated/signature_atlas.h b/firmware/controllers/generated/signature_atlas.h index cbb6ed6931..19f7f59545 100644 --- a/firmware/controllers/generated/signature_atlas.h +++ b/firmware/controllers/generated/signature_atlas.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3891236031 -#define TS_SIGNATURE "rusEFI master.2024.03.10.atlas.3891236031" +#define SIGNATURE_HASH 4242229478 +#define TS_SIGNATURE "rusEFI master.2024.03.10.atlas.4242229478" diff --git a/firmware/controllers/generated/signature_f407-discovery.h b/firmware/controllers/generated/signature_f407-discovery.h index 1aeb121adb..662b042f0c 100644 --- a/firmware/controllers/generated/signature_f407-discovery.h +++ b/firmware/controllers/generated/signature_f407-discovery.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 129606544 -#define TS_SIGNATURE "rusEFI master.2024.03.10.f407-discovery.129606544" +#define SIGNATURE_HASH 479029193 +#define TS_SIGNATURE "rusEFI master.2024.03.10.f407-discovery.479029193" diff --git a/firmware/controllers/generated/signature_f429-discovery.h b/firmware/controllers/generated/signature_f429-discovery.h index 76f23bb3f2..44deaafd9f 100644 --- a/firmware/controllers/generated/signature_f429-discovery.h +++ b/firmware/controllers/generated/signature_f429-discovery.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2749913329 -#define TS_SIGNATURE "rusEFI master.2024.03.10.f429-discovery.2749913329" +#define SIGNATURE_HASH 3101465768 +#define TS_SIGNATURE "rusEFI master.2024.03.10.f429-discovery.3101465768" diff --git a/firmware/controllers/generated/signature_f469-discovery.h b/firmware/controllers/generated/signature_f469-discovery.h index d43c5c1ad2..ec0ea067b9 100644 --- a/firmware/controllers/generated/signature_f469-discovery.h +++ b/firmware/controllers/generated/signature_f469-discovery.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2436849250 -#define TS_SIGNATURE "rusEFI master.2024.03.10.f469-discovery.2436849250" +#define SIGNATURE_HASH 2316016187 +#define TS_SIGNATURE "rusEFI master.2024.03.10.f469-discovery.2316016187" diff --git a/firmware/controllers/generated/signature_frankenso_na6.h b/firmware/controllers/generated/signature_frankenso_na6.h index 3918b75bfd..1ec2027399 100644 --- a/firmware/controllers/generated/signature_frankenso_na6.h +++ b/firmware/controllers/generated/signature_frankenso_na6.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 4117441770 -#define TS_SIGNATURE "rusEFI master.2024.03.10.frankenso_na6.4117441770" +#define SIGNATURE_HASH 3999262899 +#define TS_SIGNATURE "rusEFI master.2024.03.10.frankenso_na6.3999262899" diff --git a/firmware/controllers/generated/signature_haba208.h b/firmware/controllers/generated/signature_haba208.h index 6ad863d5fb..792b7930bc 100644 --- a/firmware/controllers/generated/signature_haba208.h +++ b/firmware/controllers/generated/signature_haba208.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2749913329 -#define TS_SIGNATURE "rusEFI master.2024.03.10.haba208.2749913329" +#define SIGNATURE_HASH 3101465768 +#define TS_SIGNATURE "rusEFI master.2024.03.10.haba208.3101465768" diff --git a/firmware/controllers/generated/signature_hellen-112-17.h b/firmware/controllers/generated/signature_hellen-112-17.h index 3032712e6b..82866a35e8 100644 --- a/firmware/controllers/generated/signature_hellen-112-17.h +++ b/firmware/controllers/generated/signature_hellen-112-17.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 719372405 -#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen-112-17.719372405" +#define SIGNATURE_HASH 835978284 +#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen-112-17.835978284" diff --git a/firmware/controllers/generated/signature_hellen-gm-e67.h b/firmware/controllers/generated/signature_hellen-gm-e67.h index a21c510fe8..ec2609a0f9 100644 --- a/firmware/controllers/generated/signature_hellen-gm-e67.h +++ b/firmware/controllers/generated/signature_hellen-gm-e67.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1871789897 -#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen-gm-e67.1871789897" +#define SIGNATURE_HASH 1957034768 +#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen-gm-e67.1957034768" diff --git a/firmware/controllers/generated/signature_hellen-honda-k.h b/firmware/controllers/generated/signature_hellen-honda-k.h index 7778848429..fdf86c3677 100644 --- a/firmware/controllers/generated/signature_hellen-honda-k.h +++ b/firmware/controllers/generated/signature_hellen-honda-k.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 134816047 -#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen-honda-k.134816047" +#define SIGNATURE_HASH 322823542 +#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen-honda-k.322823542" diff --git a/firmware/controllers/generated/signature_hellen-nb1.h b/firmware/controllers/generated/signature_hellen-nb1.h index 2b9a4c4d26..475b95cfd2 100644 --- a/firmware/controllers/generated/signature_hellen-nb1.h +++ b/firmware/controllers/generated/signature_hellen-nb1.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1257287377 -#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen-nb1.1257287377" +#define SIGNATURE_HASH 1371826824 +#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen-nb1.1371826824" diff --git a/firmware/controllers/generated/signature_hellen121nissan.h b/firmware/controllers/generated/signature_hellen121nissan.h index 507a9a6c48..1c3a9e7187 100644 --- a/firmware/controllers/generated/signature_hellen121nissan.h +++ b/firmware/controllers/generated/signature_hellen121nissan.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2387801830 -#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen121nissan.2387801830" +#define SIGNATURE_HASH 2506502847 +#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen121nissan.2506502847" diff --git a/firmware/controllers/generated/signature_hellen121vag.h b/firmware/controllers/generated/signature_hellen121vag.h index 7d50d4d20b..1c36aa22d7 100644 --- a/firmware/controllers/generated/signature_hellen121vag.h +++ b/firmware/controllers/generated/signature_hellen121vag.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2475771159 -#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen121vag.2475771159" +#define SIGNATURE_HASH 2292547918 +#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen121vag.2292547918" diff --git a/firmware/controllers/generated/signature_hellen128.h b/firmware/controllers/generated/signature_hellen128.h index c5cc5249ab..f5a659a9d1 100644 --- a/firmware/controllers/generated/signature_hellen128.h +++ b/firmware/controllers/generated/signature_hellen128.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1316647430 -#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen128.1316647430" +#define SIGNATURE_HASH 1431221855 +#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen128.1431221855" diff --git a/firmware/controllers/generated/signature_hellen154hyundai.h b/firmware/controllers/generated/signature_hellen154hyundai.h index 693419dfd3..2eae047a37 100644 --- a/firmware/controllers/generated/signature_hellen154hyundai.h +++ b/firmware/controllers/generated/signature_hellen154hyundai.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2420690127 -#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen154hyundai.2420690127" +#define SIGNATURE_HASH 2340161686 +#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen154hyundai.2340161686" diff --git a/firmware/controllers/generated/signature_hellen154hyundai_f7.h b/firmware/controllers/generated/signature_hellen154hyundai_f7.h index f113705856..938f7834f1 100644 --- a/firmware/controllers/generated/signature_hellen154hyundai_f7.h +++ b/firmware/controllers/generated/signature_hellen154hyundai_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2420690127 -#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen154hyundai_f7.2420690127" +#define SIGNATURE_HASH 2340161686 +#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen154hyundai_f7.2340161686" diff --git a/firmware/controllers/generated/signature_hellen72.h b/firmware/controllers/generated/signature_hellen72.h index 3d3eead7ca..8fd21f9203 100644 --- a/firmware/controllers/generated/signature_hellen72.h +++ b/firmware/controllers/generated/signature_hellen72.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 587836525 -#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen72.587836525" +#define SIGNATURE_HASH 943548468 +#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen72.943548468" diff --git a/firmware/controllers/generated/signature_hellen81.h b/firmware/controllers/generated/signature_hellen81.h index e2a6ba2c09..6368c196eb 100644 --- a/firmware/controllers/generated/signature_hellen81.h +++ b/firmware/controllers/generated/signature_hellen81.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3329804311 -#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen81.3329804311" +#define SIGNATURE_HASH 3712748622 +#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen81.3712748622" diff --git a/firmware/controllers/generated/signature_hellen88bmw.h b/firmware/controllers/generated/signature_hellen88bmw.h index de4cbeb851..6955291e9d 100644 --- a/firmware/controllers/generated/signature_hellen88bmw.h +++ b/firmware/controllers/generated/signature_hellen88bmw.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3512458580 -#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen88bmw.3512458580" +#define SIGNATURE_HASH 3396278541 +#define TS_SIGNATURE "rusEFI master.2024.03.10.hellen88bmw.3396278541" diff --git a/firmware/controllers/generated/signature_hellenNA6.h b/firmware/controllers/generated/signature_hellenNA6.h index 01009e8da1..2b3c2f5c76 100644 --- a/firmware/controllers/generated/signature_hellenNA6.h +++ b/firmware/controllers/generated/signature_hellenNA6.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 927841041 -#define TS_SIGNATURE "rusEFI master.2024.03.10.hellenNA6.927841041" +#define SIGNATURE_HASH 746159944 +#define TS_SIGNATURE "rusEFI master.2024.03.10.hellenNA6.746159944" diff --git a/firmware/controllers/generated/signature_hellenNA8_96.h b/firmware/controllers/generated/signature_hellenNA8_96.h index ecb88a25d2..5bbecd5a5a 100644 --- a/firmware/controllers/generated/signature_hellenNA8_96.h +++ b/firmware/controllers/generated/signature_hellenNA8_96.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3365403103 -#define TS_SIGNATURE "rusEFI master.2024.03.10.hellenNA8_96.3365403103" +#define SIGNATURE_HASH 3550690694 +#define TS_SIGNATURE "rusEFI master.2024.03.10.hellenNA8_96.3550690694" diff --git a/firmware/controllers/generated/signature_m74_9.h b/firmware/controllers/generated/signature_m74_9.h index 74eb9beb74..31bb6ceaa0 100644 --- a/firmware/controllers/generated/signature_m74_9.h +++ b/firmware/controllers/generated/signature_m74_9.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 391274542 -#define TS_SIGNATURE "rusEFI master.2024.03.10.m74_9.391274542" +#define SIGNATURE_HASH 208053367 +#define TS_SIGNATURE "rusEFI master.2024.03.10.m74_9.208053367" diff --git a/firmware/controllers/generated/signature_mre_f4.h b/firmware/controllers/generated/signature_mre_f4.h index 739cd9d4a7..0226c5cccf 100644 --- a/firmware/controllers/generated/signature_mre_f4.h +++ b/firmware/controllers/generated/signature_mre_f4.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2686912014 -#define TS_SIGNATURE "rusEFI master.2024.03.10.mre_f4.2686912014" +#define SIGNATURE_HASH 3138634327 +#define TS_SIGNATURE "rusEFI master.2024.03.10.mre_f4.3138634327" diff --git a/firmware/controllers/generated/signature_mre_f7.h b/firmware/controllers/generated/signature_mre_f7.h index c62fe3b6ac..80d49f63eb 100644 --- a/firmware/controllers/generated/signature_mre_f7.h +++ b/firmware/controllers/generated/signature_mre_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2686912014 -#define TS_SIGNATURE "rusEFI master.2024.03.10.mre_f7.2686912014" +#define SIGNATURE_HASH 3138634327 +#define TS_SIGNATURE "rusEFI master.2024.03.10.mre_f7.3138634327" diff --git a/firmware/controllers/generated/signature_nucleo_f413.h b/firmware/controllers/generated/signature_nucleo_f413.h index 706278dcbd..6d6456bd7f 100644 --- a/firmware/controllers/generated/signature_nucleo_f413.h +++ b/firmware/controllers/generated/signature_nucleo_f413.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2749913329 -#define TS_SIGNATURE "rusEFI master.2024.03.10.nucleo_f413.2749913329" +#define SIGNATURE_HASH 3101465768 +#define TS_SIGNATURE "rusEFI master.2024.03.10.nucleo_f413.3101465768" diff --git a/firmware/controllers/generated/signature_prometheus_405.h b/firmware/controllers/generated/signature_prometheus_405.h index 595be06f71..8d18ea031a 100644 --- a/firmware/controllers/generated/signature_prometheus_405.h +++ b/firmware/controllers/generated/signature_prometheus_405.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2474415457 -#define TS_SIGNATURE "rusEFI master.2024.03.10.prometheus_405.2474415457" +#define SIGNATURE_HASH 2286440760 +#define TS_SIGNATURE "rusEFI master.2024.03.10.prometheus_405.2286440760" diff --git a/firmware/controllers/generated/signature_prometheus_469.h b/firmware/controllers/generated/signature_prometheus_469.h index 60955e0e53..62d51fb068 100644 --- a/firmware/controllers/generated/signature_prometheus_469.h +++ b/firmware/controllers/generated/signature_prometheus_469.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2474415457 -#define TS_SIGNATURE "rusEFI master.2024.03.10.prometheus_469.2474415457" +#define SIGNATURE_HASH 2286440760 +#define TS_SIGNATURE "rusEFI master.2024.03.10.prometheus_469.2286440760" diff --git a/firmware/controllers/generated/signature_proteus_f4.h b/firmware/controllers/generated/signature_proteus_f4.h index 116d07a0b1..b4258b85db 100644 --- a/firmware/controllers/generated/signature_proteus_f4.h +++ b/firmware/controllers/generated/signature_proteus_f4.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1246739974 -#define TS_SIGNATURE "rusEFI master.2024.03.10.proteus_f4.1246739974" +#define SIGNATURE_HASH 1367046751 +#define TS_SIGNATURE "rusEFI master.2024.03.10.proteus_f4.1367046751" diff --git a/firmware/controllers/generated/signature_proteus_f7.h b/firmware/controllers/generated/signature_proteus_f7.h index 5e77ecc40f..52a544b91f 100644 --- a/firmware/controllers/generated/signature_proteus_f7.h +++ b/firmware/controllers/generated/signature_proteus_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1246739974 -#define TS_SIGNATURE "rusEFI master.2024.03.10.proteus_f7.1246739974" +#define SIGNATURE_HASH 1367046751 +#define TS_SIGNATURE "rusEFI master.2024.03.10.proteus_f7.1367046751" diff --git a/firmware/controllers/generated/signature_proteus_h7.h b/firmware/controllers/generated/signature_proteus_h7.h index b3966d818e..7b9ffd0e47 100644 --- a/firmware/controllers/generated/signature_proteus_h7.h +++ b/firmware/controllers/generated/signature_proteus_h7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1246739974 -#define TS_SIGNATURE "rusEFI master.2024.03.10.proteus_h7.1246739974" +#define SIGNATURE_HASH 1367046751 +#define TS_SIGNATURE "rusEFI master.2024.03.10.proteus_h7.1367046751" diff --git a/firmware/controllers/generated/signature_s105.h b/firmware/controllers/generated/signature_s105.h index 5f48d28118..f0e193b360 100644 --- a/firmware/controllers/generated/signature_s105.h +++ b/firmware/controllers/generated/signature_s105.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 476305459 -#define TS_SIGNATURE "rusEFI master.2024.03.10.s105.476305459" +#define SIGNATURE_HASH 123149418 +#define TS_SIGNATURE "rusEFI master.2024.03.10.s105.123149418" diff --git a/firmware/controllers/generated/signature_small-can-board.h b/firmware/controllers/generated/signature_small-can-board.h index 469a2b6e73..a7c982d21c 100644 --- a/firmware/controllers/generated/signature_small-can-board.h +++ b/firmware/controllers/generated/signature_small-can-board.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2638845048 -#define TS_SIGNATURE "rusEFI master.2024.03.10.small-can-board.2638845048" +#define SIGNATURE_HASH 2256359457 +#define TS_SIGNATURE "rusEFI master.2024.03.10.small-can-board.2256359457" diff --git a/firmware/controllers/generated/signature_stm32f429_nucleo.h b/firmware/controllers/generated/signature_stm32f429_nucleo.h index d88e354cdb..19b73e2ffe 100644 --- a/firmware/controllers/generated/signature_stm32f429_nucleo.h +++ b/firmware/controllers/generated/signature_stm32f429_nucleo.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2749913329 -#define TS_SIGNATURE "rusEFI master.2024.03.10.stm32f429_nucleo.2749913329" +#define SIGNATURE_HASH 3101465768 +#define TS_SIGNATURE "rusEFI master.2024.03.10.stm32f429_nucleo.3101465768" diff --git a/firmware/controllers/generated/signature_stm32f767_nucleo.h b/firmware/controllers/generated/signature_stm32f767_nucleo.h index 83a6113db6..d0dfa31f77 100644 --- a/firmware/controllers/generated/signature_stm32f767_nucleo.h +++ b/firmware/controllers/generated/signature_stm32f767_nucleo.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2749913329 -#define TS_SIGNATURE "rusEFI master.2024.03.10.stm32f767_nucleo.2749913329" +#define SIGNATURE_HASH 3101465768 +#define TS_SIGNATURE "rusEFI master.2024.03.10.stm32f767_nucleo.3101465768" diff --git a/firmware/controllers/generated/signature_stm32h743_nucleo.h b/firmware/controllers/generated/signature_stm32h743_nucleo.h index ef9173e5aa..57fd557b9f 100644 --- a/firmware/controllers/generated/signature_stm32h743_nucleo.h +++ b/firmware/controllers/generated/signature_stm32h743_nucleo.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2749913329 -#define TS_SIGNATURE "rusEFI master.2024.03.10.stm32h743_nucleo.2749913329" +#define SIGNATURE_HASH 3101465768 +#define TS_SIGNATURE "rusEFI master.2024.03.10.stm32h743_nucleo.3101465768" diff --git a/firmware/controllers/generated/signature_t-b-g.h b/firmware/controllers/generated/signature_t-b-g.h index 92f65e146c..5da19d384c 100644 --- a/firmware/controllers/generated/signature_t-b-g.h +++ b/firmware/controllers/generated/signature_t-b-g.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2749913329 -#define TS_SIGNATURE "rusEFI master.2024.03.10.t-b-g.2749913329" +#define SIGNATURE_HASH 3101465768 +#define TS_SIGNATURE "rusEFI master.2024.03.10.t-b-g.3101465768" diff --git a/firmware/controllers/generated/signature_tdg-pdm8.h b/firmware/controllers/generated/signature_tdg-pdm8.h index 8518cb896a..78bbe08ff7 100644 --- a/firmware/controllers/generated/signature_tdg-pdm8.h +++ b/firmware/controllers/generated/signature_tdg-pdm8.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 692483283 -#define TS_SIGNATURE "rusEFI master.2024.03.10.tdg-pdm8.692483283" +#define SIGNATURE_HASH 846377098 +#define TS_SIGNATURE "rusEFI master.2024.03.10.tdg-pdm8.846377098" diff --git a/firmware/controllers/generated/signature_uaefi.h b/firmware/controllers/generated/signature_uaefi.h index 8c752de6a9..4a857e88a8 100644 --- a/firmware/controllers/generated/signature_uaefi.h +++ b/firmware/controllers/generated/signature_uaefi.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3650233802 -#define TS_SIGNATURE "rusEFI master.2024.03.10.uaefi.3650233802" +#define SIGNATURE_HASH 3265716627 +#define TS_SIGNATURE "rusEFI master.2024.03.10.uaefi.3265716627" diff --git a/firmware/tunerstudio/generated/rusefi.ini b/firmware/tunerstudio/generated/rusefi.ini index a3567cc3eb..0d0c3923af 100644 --- a/firmware/tunerstudio/generated/rusefi.ini +++ b/firmware/tunerstudio/generated/rusefi.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.f407-discovery.129606544" + signature = "rusEFI master.2024.03.10.f407-discovery.479029193" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.f407-discovery.129606544" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.f407-discovery.479029193" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:17:38 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:58:32 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini index 13ce579572..befc2f41e4 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.alphax-2chan.3447382623" + signature = "rusEFI master.2024.03.10.alphax-2chan.3595445766" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.alphax-2chan.3447382623" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.alphax-2chan.3595445766" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","INVALID","B5 - TPS","A2 Battery Sense","C7 - CAM Hall/Digital","INVALID","X1 - AIN1","INVALID","INVALID","B2 - MAP","B7 - CLT","B3 - IAT","X3 - AIN2","X7 - AIN4" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:16:50 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:57:45 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini index f8d7a2bc37..134541549c 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.alphax-4chan.49719028" + signature = "rusEFI master.2024.03.10.alphax-4chan.432169645" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.alphax-4chan.49719028" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.alphax-4chan.432169645" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","X7 - AIN4","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","INVALID","INVALID","INVALID","INVALID","X3 - AIN2","X1 - AIN1 and D5 on older boards" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:16:40 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:57:35 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini b/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini index 0e134940d1..17d32df118 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.alphax-4chan_f7.49719028" + signature = "rusEFI master.2024.03.10.alphax-4chan_f7.432169645" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.alphax-4chan_f7.49719028" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.alphax-4chan_f7.432169645" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","X7 - AIN4","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","INVALID","INVALID","INVALID","INVALID","X3 - AIN2","X1 - AIN1 and D5 on older boards" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:16:38 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:57:33 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini index 7acf250de1..a179db5088 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.alphax-8chan-revA.4093891430" + signature = "rusEFI master.2024.03.10.alphax-8chan-revA.4013365055" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.alphax-8chan-revA.4093891430" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.alphax-8chan-revA.4013365055" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","17A - PPS","23C - TPS","Battery Sense","INVALID","15D - AN5","24C - TPS2","14A - Analog 1","22A - Analog 22","On-board MAP","16A - CLT","15A - IAT","31C - PPS2","33A - AN3","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","16D - AN6","INVALID","INVALID","INVALID","INVALID","7C - AT4","INVALID","6C - AT3","14D - AN4" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:16:31 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:57:26 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini index b2339df0b6..39a9aee9d5 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.alphax-8chan.2370694541" + signature = "rusEFI master.2024.03.10.alphax-8chan.2524522964" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.alphax-8chan.2370694541" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.alphax-8chan.2524522964" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","3A - Aux Analog 2","On-board MAP","32A - PPS Sensor Input","31A - TPS Sensor Input","24 - Ignition Key Voltage","INVALID","INVALID","19A - Aux Analog 6","1A - Aux Analog 1","2A - Aux Analog 4","INVALID","29A - CLT Sensor Input","27A - IAT Sensor Input","INVALID","12A - Aux Analog 8","INVALID","11A - Aux Analog 3","INVALID","34A - PPS2 Sensor Input","33A - TPS2 Sensor Input","INVALID","INVALID","INVALID","4A - Aux Analog 7","INVALID","10A - Aux Analog 5","INVALID","28A - Aux Temp 2","28A - Aux Temp 1","INVALID","20A - Aux Analog 9" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:16:33 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:57:28 UTC 2024 pageSize = 22252 page = 1 @@ -2600,14 +2600,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4599,13 +4599,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini index 1f7486b9c0..d1efd75e07 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.alphax-8chan_f7.2370694541" + signature = "rusEFI master.2024.03.10.alphax-8chan_f7.2524522964" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.alphax-8chan_f7.2370694541" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.alphax-8chan_f7.2524522964" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","3A - Aux Analog 2","On-board MAP","32A - PPS Sensor Input","31A - TPS Sensor Input","24 - Ignition Key Voltage","INVALID","INVALID","19A - Aux Analog 6","1A - Aux Analog 1","2A - Aux Analog 4","INVALID","29A - CLT Sensor Input","27A - IAT Sensor Input","INVALID","12A - Aux Analog 8","INVALID","11A - Aux Analog 3","INVALID","34A - PPS2 Sensor Input","33A - TPS2 Sensor Input","INVALID","INVALID","INVALID","4A - Aux Analog 7","INVALID","10A - Aux Analog 5","INVALID","28A - Aux Temp 2","28A - Aux Temp 1","INVALID","20A - Aux Analog 9" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:16:34 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:57:29 UTC 2024 pageSize = 22252 page = 1 @@ -2600,14 +2600,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4599,13 +4599,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_at_start_f435.ini b/firmware/tunerstudio/generated/rusefi_at_start_f435.ini index dcf053b894..e0c353d2f1 100644 --- a/firmware/tunerstudio/generated/rusefi_at_start_f435.ini +++ b/firmware/tunerstudio/generated/rusefi_at_start_f435.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.at_start_f435.2749913329" + signature = "rusEFI master.2024.03.10.at_start_f435.3101465768" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.at_start_f435.2749913329" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.at_start_f435.3101465768" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:17:05 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:58:00 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_atlas.ini b/firmware/tunerstudio/generated/rusefi_atlas.ini index e4ab678397..7accca1067 100644 --- a/firmware/tunerstudio/generated/rusefi_atlas.ini +++ b/firmware/tunerstudio/generated/rusefi_atlas.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.atlas.3891236031" + signature = "rusEFI master.2024.03.10.atlas.4242229478" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.atlas.3891236031" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.atlas.4242229478" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:17:04 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:57:59 UTC 2024 pageSize = 21736 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_f407-discovery.ini b/firmware/tunerstudio/generated/rusefi_f407-discovery.ini index 2b3f594bf6..d9d57fcea7 100644 --- a/firmware/tunerstudio/generated/rusefi_f407-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f407-discovery.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.f407-discovery.129606544" + signature = "rusEFI master.2024.03.10.f407-discovery.479029193" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.f407-discovery.129606544" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.f407-discovery.479029193" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:16:22 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:57:17 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_f429-discovery.ini b/firmware/tunerstudio/generated/rusefi_f429-discovery.ini index 4223f973bc..1e91efc047 100644 --- a/firmware/tunerstudio/generated/rusefi_f429-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f429-discovery.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.f429-discovery.2749913329" + signature = "rusEFI master.2024.03.10.f429-discovery.3101465768" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.f429-discovery.2749913329" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.f429-discovery.3101465768" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:17:12 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:58:07 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_f469-discovery.ini b/firmware/tunerstudio/generated/rusefi_f469-discovery.ini index 4d4e3d81cf..536aa2d149 100644 --- a/firmware/tunerstudio/generated/rusefi_f469-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f469-discovery.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.f469-discovery.2436849250" + signature = "rusEFI master.2024.03.10.f469-discovery.2316016187" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.f469-discovery.2436849250" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.f469-discovery.2316016187" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:17:09 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:58:04 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini index bb1724ba84..617df533e1 100644 --- a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini +++ b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.frankenso_na6.4117441770" + signature = "rusEFI master.2024.03.10.frankenso_na6.3999262899" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.frankenso_na6.4117441770" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.frankenso_na6.3999262899" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","Analog 3O","Analog 3L","Analog 3M","Analog 3J","Analog 3I","INVALID","Analog 3H","Analog 3G","INVALID","INVALID","INVALID","Analog 3P","Analog 3Q","Analog 3N","Analog VBatt","Analog 3E" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:17:10 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:58:05 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_haba208.ini b/firmware/tunerstudio/generated/rusefi_haba208.ini index ad5b785a2a..91786f82e5 100644 --- a/firmware/tunerstudio/generated/rusefi_haba208.ini +++ b/firmware/tunerstudio/generated/rusefi_haba208.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.haba208.2749913329" + signature = "rusEFI master.2024.03.10.haba208.3101465768" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.haba208.2749913329" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.haba208.3101465768" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:17:06 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:58:01 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini b/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini index b573208724..310f85f256 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.hellen-112-17.719372405" + signature = "rusEFI master.2024.03.10.hellen-112-17.835978284" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.hellen-112-17.719372405" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.hellen-112-17.835978284" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","B20 TPS Throttle Position 2","A14 Analog Input","INVALID","A21 PPS1","B03 TPS Throttle Position 1","INVALID","A07 TODO","A12 Analog Input","A10 Analog Input","INVALID","B19 MAP","A09 Analog Input","B15 CLT","B27 IAT","A11 Analog Input","A19 Analog Input" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:16:41 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:57:36 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini b/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini index 63989f9e6b..8e0cfa813b 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.hellen-gm-e67.1871789897" + signature = "rusEFI master.2024.03.10.hellen-gm-e67.1957034768" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.hellen-gm-e67.1871789897" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.hellen-gm-e67.1957034768" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","C2-60 - Oil Pressure","C3-58 - Baro","C1-47 - PPS1","C2-64 - TPS1","C1-19 Battery Sense","C1-45 Secondary Fuel Level","C3-57 - A/C Pressure","C2-66 - TPS2","C1-44 Primary Fuel Level","C2-65 - Trans Fluids","C3-59 - MAP","C3-55 - CLT","C3-56 - IAT","C1-49 - PPS2","C1-46 Vac Sense" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:16:49 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:57:44 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini b/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini index b51be97f03..1e2d9876e3 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.hellen-honda-k.134816047" + signature = "rusEFI master.2024.03.10.hellen-honda-k.322823542" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.hellen-honda-k.134816047" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.hellen-honda-k.322823542" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","INVALID","A15 TPS","E9 Ignition Key Voltage","INVALID","Aux Analog 3","Aux Analog 1","INVALID","A19 - MAP","INVALID","B8 - CLT","B17 IAT","Aux Analog 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:16:46 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:57:41 UTC 2024 pageSize = 22908 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini b/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini index fe389a93da..3ecf96c2a1 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.hellen-nb1.1257287377" + signature = "rusEFI master.2024.03.10.hellen-nb1.1371826824" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.hellen-nb1.1257287377" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.hellen-nb1.1371826824" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","2C - O2S","TPS1","intMAP","1G - Steering/RES2","3E - TPS","1B - Battery Sense","2H - CAM","3S - EGR BOOST IN","2A - Pressure Input","2J - CRANK","2L - MAF","3D - MAP","2E - Coolant","2B - IAT","4C - IN TEMP/PPS2","1P - AC Switch" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:16:45 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:57:40 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini index 3b742ec3a6..df12ee20bf 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.hellen121nissan.2387801830" + signature = "rusEFI master.2024.03.10.hellen121nissan.2506502847" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.hellen121nissan.2387801830" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.hellen121nissan.2506502847" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","51 - MAF","INVALID","Aux P68","106 - PPS 1","50 - TPS 1","109 Ignition Key Voltage","INVALID","INVALID","69 - TPS 2","INVALID","Aux P66","Aux P67","73 - CLT","34 - IAT","98 - PPS 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:16:44 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:57:39 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini index 1280e6422e..1ad5f8f526 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.hellen121vag.2475771159" + signature = "rusEFI master.2024.03.10.hellen121vag.2292547918" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.hellen121vag.2475771159" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.hellen121vag.2292547918" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","14 - O2","INVALID","INVALID","34 In PPS1","92 - TPS 1","106 - KNOCK","86 - CAM1","87 - CAM2","84 - TPS2","INVALID","29 In Maf","101 - MAP2","93 - CLT","85 - IAT","35 In PPS2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:16:30 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:57:25 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_hellen128.ini b/firmware/tunerstudio/generated/rusefi_hellen128.ini index d7c6b899cf..e3555bec53 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen128.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen128.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.hellen128.1316647430" + signature = "rusEFI master.2024.03.10.hellen128.1431221855" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.hellen128.1316647430" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.hellen128.1431221855" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","P36_IN_O2S","P32_IN_O2S2","P40_IN_MAP3","C24 - PPS1","E31 - TPS1","Battery Sense","E40 - IN_CAM","P30_IN_AUX4","E34 - TPS2","E37 - Crank Input","E47 - MAF","E23 - MAP","E29 - Coolant Temp","E45 - IAT","C25 - PPS2","P41_IN_AUX3" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:16:54 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:57:49 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini b/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini index e95fc00281..e42e71e5ee 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.hellen154hyundai.2420690127" + signature = "rusEFI master.2024.03.10.hellen154hyundai.2340161686" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.hellen154hyundai.2420690127" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.hellen154hyundai.2340161686" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","K21 Ambient Temperature","K58 Oil Temp","K54 A/C pressure","PPS 1","TPS 1","K2 Ignition Key Voltage","X10 AIN2","INVALID","TPS 2","X11 AIN1","Map Sensor K31","K10 Sensor","CLT","IAT","PPS 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:16:57 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:57:52 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_hellen154hyundai_f7.ini b/firmware/tunerstudio/generated/rusefi_hellen154hyundai_f7.ini index cc10a98327..eb794d49b5 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen154hyundai_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen154hyundai_f7.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.hellen154hyundai_f7.2420690127" + signature = "rusEFI master.2024.03.10.hellen154hyundai_f7.2340161686" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.hellen154hyundai_f7.2420690127" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.hellen154hyundai_f7.2340161686" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","K21 Ambient Temperature","K58 Oil Temp","K54 A/C pressure","PPS 1","TPS 1","K2 Ignition Key Voltage","X10 AIN2","INVALID","TPS 2","X11 AIN1","Map Sensor K31","K10 Sensor","CLT","IAT","PPS 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:16:56 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:57:51 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_hellen72.ini b/firmware/tunerstudio/generated/rusefi_hellen72.ini index 7656434889..2c375cf0cb 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen72.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen72.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.hellen72.587836525" + signature = "rusEFI master.2024.03.10.hellen72.943548468" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.hellen72.587836525" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.hellen72.943548468" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","5N - TPS2","3L - IGN_7 / AFR","intMAP (A15)","5P - PPS1","4V - TPS (A17)","4S/4T - Alternator voltage","3V - CAM (A19)","4J - VTCS/AUX4 (A20)","4F - AC_PRES/AUX1 (A23)","3Y - CRANK (A24)","4X - MAF (A9)","4U - MAP2/Ign8 (A10)","4P - CLT (A11)","4N - IAT (A14)","5M - PPS2 OR TEMPERATURE SENSOR","4AE - EGR/MAP4 (A22)" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:16:29 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:57:23 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_hellen81.ini b/firmware/tunerstudio/generated/rusefi_hellen81.ini index a1a2d596af..6a5d0227d9 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen81.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen81.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.hellen81.3329804311" + signature = "rusEFI master.2024.03.10.hellen81.3712748622" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.hellen81.3329804311" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.hellen81.3712748622" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","18 - IN_O2S","55 - IN_O2S2","41 - IN_MAP3","78 - IN_PPS","16 - IN_TPS","13 - IN_VIGN","79 - IN_CAM","77 - IN_AUX4","74 - IN_AUX1","15 - IN_CRANK (A24)","37 - IN_MAP1","38 - IN_MAP2","39 - IN_CLT","40 - IN_IAT","75 - IN_AUX2","76 - IN_AUX3" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:16:52 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:57:47 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini b/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini index 2c211c3b74..111c8b9160 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.hellen88bmw.3512458580" + signature = "rusEFI master.2024.03.10.hellen88bmw.3396278541" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.hellen88bmw.3512458580" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.hellen88bmw.3396278541" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","VIN5","VIN6","INVALID","PPS1","73 - TPS","56 - Battery Sense","17 - CAM","Aux BARO","Aux TPS2","16 - CRANK","41 - MAF","Aux MAP","78 - CLT","77 - IAT","Aux PPS2","Aux TPS3" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:16:25 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:57:19 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini index 836564913b..fae15cbf1a 100644 --- a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini +++ b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.hellenNA6.927841041" + signature = "rusEFI master.2024.03.10.hellenNA6.746159944" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.hellenNA6.927841041" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.hellenNA6.746159944" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","3N - O2S","2N - Temperature Sensor","intMAP (A15)","4I - PPS1","TPS Input","1B - Battery Sense","INVALID","4G - PPS2 OR TEMPERATURE SENSOR","4H - TPS2","INVALID","3O - MAF","2M - Pressure Sensor","3Q - CLT","3P - IAT","1V - Clutch Switch","1Q AC Switch" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:16:27 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:57:22 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini b/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini index 0f88330364..6a30b7212f 100644 --- a/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini +++ b/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.hellenNA8_96.3365403103" + signature = "rusEFI master.2024.03.10.hellenNA8_96.3550690694" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.hellenNA8_96.3365403103" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.hellenNA8_96.3550690694" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","2C - O2S","TPS1","intMAP","PPS1","2F - TPS","3B - Battery Sense","3G - CAM","3S - EGR BOOST IN","2A - Pressure Input","3F - CRANK","2B - MAF","INVALID","2G - Coolant","2B - IAT","4C - IN TEMP/PPS2","1K - AC Switch" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:16:37 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:57:32 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_m74_9.ini b/firmware/tunerstudio/generated/rusefi_m74_9.ini index c74cd33711..263bf1ef80 100644 --- a/firmware/tunerstudio/generated/rusefi_m74_9.ini +++ b/firmware/tunerstudio/generated/rusefi_m74_9.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.m74_9.391274542" + signature = "rusEFI master.2024.03.10.m74_9.208053367" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.m74_9.391274542" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.m74_9.208053367" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","MAF/MAP sensor signal","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","Pedal position sensor 1 signal PPS1","Pedal position sensor 2 signal PPS2","ETB TPS position sensor 1 signal","ETB TPS position sensor 2 signal" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:17:02 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:57:57 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_mre_f4.ini b/firmware/tunerstudio/generated/rusefi_mre_f4.ini index 2d366f3e41..34891e14c1 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f4.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.mre_f4.2686912014" + signature = "rusEFI master.2024.03.10.mre_f4.3138634327" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.mre_f4.2686912014" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.mre_f4.3138634327" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3 or Hall Input","22 - AN temp 4 or Hall Input","28 - AN volt 10, Aux Reuse","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8, Aux Reuse","40 - AN volt 9, Aux Reuse","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6, Aux Reuse","30 - AN volt 7" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:16:19 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:57:14 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_mre_f7.ini b/firmware/tunerstudio/generated/rusefi_mre_f7.ini index 9a8de1e76b..4959a2fc31 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f7.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.mre_f7.2686912014" + signature = "rusEFI master.2024.03.10.mre_f7.3138634327" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.mre_f7.2686912014" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.mre_f7.3138634327" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3 or Hall Input","22 - AN temp 4 or Hall Input","28 - AN volt 10, Aux Reuse","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8, Aux Reuse","40 - AN volt 9, Aux Reuse","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6, Aux Reuse","30 - AN volt 7" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:16:21 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:57:15 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_nucleo_f413.ini b/firmware/tunerstudio/generated/rusefi_nucleo_f413.ini index 8ebf80dc6e..45eed2b098 100644 --- a/firmware/tunerstudio/generated/rusefi_nucleo_f413.ini +++ b/firmware/tunerstudio/generated/rusefi_nucleo_f413.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.nucleo_f413.2749913329" + signature = "rusEFI master.2024.03.10.nucleo_f413.3101465768" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.nucleo_f413.2749913329" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.nucleo_f413.3101465768" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:17:30 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:58:26 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini index b447244766..4b95ed6c78 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.prometheus_405.2474415457" + signature = "rusEFI master.2024.03.10.prometheus_405.2286440760" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.prometheus_405.2474415457" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.prometheus_405.2286440760" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:17:14 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:58:09 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini index 5e229293e5..89c72c5769 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.prometheus_469.2474415457" + signature = "rusEFI master.2024.03.10.prometheus_469.2286440760" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.prometheus_469.2474415457" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.prometheus_469.2286440760" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:17:13 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:58:08 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini index 5d4892b486..4ce2fb2fc0 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.proteus_f4.1246739974" + signature = "rusEFI master.2024.03.10.proteus_f4.1367046751" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.proteus_f4.1246739974" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.proteus_f4.1367046751" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:17:15 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:58:11 UTC 2024 pageSize = 26236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini index 330d2227b9..08d511816d 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.proteus_f7.1246739974" + signature = "rusEFI master.2024.03.10.proteus_f7.1367046751" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.proteus_f7.1246739974" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.proteus_f7.1367046751" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:17:20 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:58:15 UTC 2024 pageSize = 26236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_proteus_h7.ini b/firmware/tunerstudio/generated/rusefi_proteus_h7.ini index 4124045b79..e895a8b16a 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_h7.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_h7.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.proteus_h7.1246739974" + signature = "rusEFI master.2024.03.10.proteus_h7.1367046751" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.proteus_h7.1246739974" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.proteus_h7.1367046751" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:17:17 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:58:12 UTC 2024 pageSize = 26236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_s105.ini b/firmware/tunerstudio/generated/rusefi_s105.ini index 68ef680bfd..0e4b22e179 100644 --- a/firmware/tunerstudio/generated/rusefi_s105.ini +++ b/firmware/tunerstudio/generated/rusefi_s105.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.s105.476305459" + signature = "rusEFI master.2024.03.10.s105.123149418" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.s105.476305459" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.s105.123149418" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","56 - MAP","16 - TPS","19 - Knock","39 - CLT","INVALID","opt 55 - AFR 2","opt 21 - AC Press","18 - AFR 1","13 - Ignition switch in (15)","44 - +12 sense (MR)","INVALID","na 37 - MAF","INVALID","INVALID","40 - IAT" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:17:29 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:58:24 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_small-can-board.ini b/firmware/tunerstudio/generated/rusefi_small-can-board.ini index 3042bbbbca..454b069504 100644 --- a/firmware/tunerstudio/generated/rusefi_small-can-board.ini +++ b/firmware/tunerstudio/generated/rusefi_small-can-board.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.small-can-board.2638845048" + signature = "rusEFI master.2024.03.10.small-can-board.2256359457" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.small-can-board.2638845048" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.small-can-board.2256359457" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","INVALID","B2 - Analog/Digital Input","B3 - Analog/Digital Input","B4 - Analog/Digital Input","B5 - Analog/Digital Input","B7 - Analog/Digital Input","C1 - Analog/Digital Input 6","INVALID","INVALID","INVALID","A2 Battery Sense","INVALID","INVALID","C2 - Analog/Digital Input 7","C4 - Analog/Digital Input 8" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:16:58 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:57:54 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_stm32f429_nucleo.ini b/firmware/tunerstudio/generated/rusefi_stm32f429_nucleo.ini index 3787945a69..c13be7d2e8 100644 --- a/firmware/tunerstudio/generated/rusefi_stm32f429_nucleo.ini +++ b/firmware/tunerstudio/generated/rusefi_stm32f429_nucleo.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.stm32f429_nucleo.2749913329" + signature = "rusEFI master.2024.03.10.stm32f429_nucleo.3101465768" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.stm32f429_nucleo.2749913329" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.stm32f429_nucleo.3101465768" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:16:18 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:57:13 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_stm32f767_nucleo.ini b/firmware/tunerstudio/generated/rusefi_stm32f767_nucleo.ini index 53feaff459..406a7b13c2 100644 --- a/firmware/tunerstudio/generated/rusefi_stm32f767_nucleo.ini +++ b/firmware/tunerstudio/generated/rusefi_stm32f767_nucleo.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.stm32f767_nucleo.2749913329" + signature = "rusEFI master.2024.03.10.stm32f767_nucleo.3101465768" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.stm32f767_nucleo.2749913329" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.stm32f767_nucleo.3101465768" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:17:32 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:58:27 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_stm32h743_nucleo.ini b/firmware/tunerstudio/generated/rusefi_stm32h743_nucleo.ini index 5124111fcf..f7ddd9866a 100644 --- a/firmware/tunerstudio/generated/rusefi_stm32h743_nucleo.ini +++ b/firmware/tunerstudio/generated/rusefi_stm32h743_nucleo.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.stm32h743_nucleo.2749913329" + signature = "rusEFI master.2024.03.10.stm32h743_nucleo.3101465768" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.stm32h743_nucleo.2749913329" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.stm32h743_nucleo.3101465768" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:17:01 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:57:56 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_t-b-g.ini b/firmware/tunerstudio/generated/rusefi_t-b-g.ini index 1fe40be245..0af7cdcb30 100644 --- a/firmware/tunerstudio/generated/rusefi_t-b-g.ini +++ b/firmware/tunerstudio/generated/rusefi_t-b-g.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.t-b-g.2749913329" + signature = "rusEFI master.2024.03.10.t-b-g.3101465768" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.t-b-g.2749913329" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.t-b-g.3101465768" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:17:28 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:58:23 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini b/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini index 4c7803dcc6..854fceb67a 100644 --- a/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini +++ b/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.tdg-pdm8.692483283" + signature = "rusEFI master.2024.03.10.tdg-pdm8.846377098" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.tdg-pdm8.692483283" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.tdg-pdm8.846377098" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","INVALID","Battery Sense","INVALID","INVALID","INVALID","Sense 7","Sense 8","Sense 1","Sense 2","Sense 3","Sense 4","Sense 5","Sense 6" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:17:07 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:58:03 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/firmware/tunerstudio/generated/rusefi_uaefi.ini b/firmware/tunerstudio/generated/rusefi_uaefi.ini index 0da9c7f7b2..e696454944 100644 --- a/firmware/tunerstudio/generated/rusefi_uaefi.ini +++ b/firmware/tunerstudio/generated/rusefi_uaefi.ini @@ -38,12 +38,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2024.03.10.uaefi.3650233802" + signature = "rusEFI master.2024.03.10.uaefi.3265716627" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2024.03.10.uaefi.3650233802" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2024.03.10.uaefi.3265716627" ; 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 @@ -99,7 +99,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","D1 AUX1","C3 AUX2","INVALID","D6 PPS1","D13 TPS1","A7 Voltage From Key","INVALID","C15 Fuel Pressure / AUX3","C14 TPS2","INVALID","D9 MAP","On-board MAP","D16 CLT Coolant","D15 IAT","C4 PPS2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:16:53 UTC 2024 +; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:57:48 UTC 2024 pageSize = 22236 page = 1 @@ -2597,14 +2597,14 @@ debugIntField2 = scalar, U32, 188, "val", 1, 0 debugIntField3 = scalar, U32, 192, "val", 1, 0 debugIntField4 = scalar, S16, 196, "val", 1, 0 debugIntField5 = scalar, S16, 198, "val", 1, 0 -egt1 = scalar, U16, 200, "deg C", 0.25, 0 -egt2 = scalar, U16, 202, "deg C", 0.25, 0 -egt3 = scalar, U16, 204, "deg C", 0.25, 0 -egt4 = scalar, U16, 206, "deg C", 0.25, 0 -egt5 = scalar, U16, 208, "deg C", 0.25, 0 -egt6 = scalar, U16, 210, "deg C", 0.25, 0 -egt7 = scalar, U16, 212, "deg C", 0.25, 0 -egt8 = scalar, U16, 214, "deg C", 0.25, 0 +egt1 = scalar, S16, 200, "deg C", 0.25, 0 +egt2 = scalar, S16, 202, "deg C", 0.25, 0 +egt3 = scalar, S16, 204, "deg C", 0.25, 0 +egt4 = scalar, S16, 206, "deg C", 0.25, 0 +egt5 = scalar, S16, 208, "deg C", 0.25, 0 +egt6 = scalar, S16, 210, "deg C", 0.25, 0 +egt7 = scalar, S16, 212, "deg C", 0.25, 0 +egt8 = scalar, S16, 214, "deg C", 0.25, 0 rawTps1Primary = scalar, S16, 216, "V", 0.001, 0 rawPpsPrimary = scalar, S16, 218, "V", 0.001, 0 rawClt = scalar, S16, 220, "V", 0.001, 0 @@ -4596,13 +4596,21 @@ gaugeCategory = Sensors - Extra 2 accelerationLonGauge = accelerationLon, "Accel: Longitudinal", "acc", -2, 2, -2, -1, 1, 2, 3, 1 accelerationVertGauge = accelerationVert, "Accel: Vertical", "acc", 0, 1.5, 0.5, 0.6, 1.4, 1.5, 3, 1 gyroYawGauge = gyroYaw, "Gyro: Yaw rate", "acc", -100, 100, -100, -100, 100, 100, 3, 1 - egt1Gauge = egt1, "EGT#1", "C", 0, 2000 - egt2Gauge = egt2, "EGT#2", "C", 0, 2000 rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 auxSpeed2Gauge = auxSpeed2, "Aux Freq Input2", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 +gaugeCategory = Sensors - EGT + egt1Gauge = egt1, "EGT#1", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt2Gauge = egt2, "EGT#2", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt3Gauge = egt3, "EGT#3", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt4Gauge = egt4, "EGT#4", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt5Gauge = egt5, "EGT#5", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt6Gauge = egt6, "EGT#6", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt7Gauge = egt7, "EGT#7", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + egt8Gauge = egt8, "EGT#8", "C", -100, 1400, 100, 200, 900, 1000, 2, 1 + gaugeCategory = VVT vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 diff --git a/java_console/models/src/main/java/com/rusefi/config/generated/Fields.java b/java_console/models/src/main/java/com/rusefi/config/generated/Fields.java index 6ad5abf248..b4f8df21bb 100644 --- a/java_console/models/src/main/java/com/rusefi/config/generated/Fields.java +++ b/java_console/models/src/main/java/com/rusefi/config/generated/Fields.java @@ -1,6 +1,6 @@ package com.rusefi.config.generated; -// this file was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 00:17:38 UTC 2024 +// this file was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun Mar 10 16:58:32 UTC 2024 // by class com.rusefi.output.FileJavaFieldsConsumer import com.rusefi.config.*; @@ -1124,7 +1124,7 @@ public class Fields { public static final int SentEtbType_FORD_TYPE_1 = 2; public static final int SentEtbType_GM_TYPE_1 = 1; public static final int SentEtbType_NONE = 0; - public static final int SIGNATURE_HASH = 129606544; + public static final int SIGNATURE_HASH = 479029193; public static final String SIMULATOR_TUNE_BIN_FILE_NAME = "generated/simulator_tune_image.bin"; public static final String SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX = "generated/simulator_tune_image"; public static final String SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX = ".bin"; @@ -1371,7 +1371,7 @@ public class Fields { public static final int TS_RESPONSE_UNDERRUN = 0x80; public static final int TS_RESPONSE_UNRECOGNIZED_COMMAND = 0x83; public static final char TS_SET_LOGGER_SWITCH = 'l'; - public static final String TS_SIGNATURE = "rusEFI master.2024.03.10.f407-discovery.129606544"; + public static final String TS_SIGNATURE = "rusEFI master.2024.03.10.f407-discovery.479029193"; public static final char TS_SIMULATE_CAN = '>'; public static final char TS_SINGLE_WRITE_COMMAND = 'W'; public static final char TS_TEST_COMMAND = 't';