diff --git a/firmware/config/boards/cypress/config/controllers/algo/engine_configuration_generated_structures.h b/firmware/config/boards/cypress/config/controllers/algo/engine_configuration_generated_structures.h index 6f63616cdf..a072d5256c 100644 --- a/firmware/config/boards/cypress/config/controllers/algo/engine_configuration_generated_structures.h +++ b/firmware/config/boards/cypress/config/controllers/algo/engine_configuration_generated_structures.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:26:00 UTC 2023 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:00:50 UTC 2023 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -3452,7 +3452,7 @@ struct engine_configuration_s { C * offset 2144 */ - int8_t primeBins[8]; + int8_t primeBins[PRIME_CURVE_COUNT]; /** * offset 2152 */ @@ -3741,7 +3741,7 @@ struct engine_configuration_s { mg * offset 2644 */ - scaled_channel primeValues[8]; + scaled_channel primeValues[PRIME_CURVE_COUNT]; /** * Trigger comparator center point voltage V @@ -4452,10 +4452,14 @@ struct engine_configuration_s { */ uint16_t speedometerPulsePerKm; /** - units * offset 4294 */ - uint8_t mainUnusedEnd[246]; + uint8_t simulatorCamPosition[CAM_INPUTS_COUNT]; + /** + units + * offset 4298 + */ + uint8_t mainUnusedEnd[242]; }; static_assert(sizeof(engine_configuration_s) == 4540); @@ -5367,4 +5371,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 23844); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:26:00 UTC 2023 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:00:50 UTC 2023 diff --git a/firmware/config/boards/cypress/config/controllers/algo/rusefi_generated.h b/firmware/config/boards/cypress/config/controllers/algo/rusefi_generated.h index 57ece38834..aae3a4742a 100644 --- a/firmware/config/boards/cypress/config/controllers/algo/rusefi_generated.h +++ b/firmware/config/boards/cypress/config/controllers/algo/rusefi_generated.h @@ -751,6 +751,7 @@ #define pin_output_mode_e_OM_INVERTED 1 #define pin_output_mode_e_OM_OPENDRAIN 2 #define pin_output_mode_e_OM_OPENDRAIN_INVERTED 3 +#define PRIME_CURVE_COUNT 8 #define PROTOCOL_ANALOG_CHART "analog_chart" #define PROTOCOL_COIL1_SHORT_NAME "c1" #define PROTOCOL_CRANK1 "t1" @@ -812,7 +813,7 @@ #define SentEtbType_NONE 0 #define show_Frankenso_presets true #define show_test_presets true -#define SIGNATURE_HASH 1528206675 +#define SIGNATURE_HASH 184095159 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4" #define spi_device_e_SPI_DEVICE_1 1 @@ -1107,7 +1108,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.10.25.cypress.1528206675" +#define TS_SIGNATURE "rusEFI master.2023.10.25.cypress.184095159" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/config/boards/kinetis/config/controllers/algo/engine_configuration_generated_structures.h b/firmware/config/boards/kinetis/config/controllers/algo/engine_configuration_generated_structures.h index 6a40ed83d3..b6b37d2817 100644 --- a/firmware/config/boards/kinetis/config/controllers/algo/engine_configuration_generated_structures.h +++ b/firmware/config/boards/kinetis/config/controllers/algo/engine_configuration_generated_structures.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:25:58 UTC 2023 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:00:48 UTC 2023 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -3452,7 +3452,7 @@ struct engine_configuration_s { C * offset 2144 */ - int8_t primeBins[8]; + int8_t primeBins[PRIME_CURVE_COUNT]; /** * offset 2152 */ @@ -3741,7 +3741,7 @@ struct engine_configuration_s { mg * offset 2644 */ - scaled_channel primeValues[8]; + scaled_channel primeValues[PRIME_CURVE_COUNT]; /** * Trigger comparator center point voltage V @@ -4452,10 +4452,14 @@ struct engine_configuration_s { */ uint16_t speedometerPulsePerKm; /** - units * offset 4294 */ - uint8_t mainUnusedEnd[246]; + uint8_t simulatorCamPosition[CAM_INPUTS_COUNT]; + /** + units + * offset 4298 + */ + uint8_t mainUnusedEnd[242]; }; static_assert(sizeof(engine_configuration_s) == 4540); @@ -5367,4 +5371,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 22468); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:25:58 UTC 2023 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:00:48 UTC 2023 diff --git a/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated.h b/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated.h index 142a26cb7d..9590f42d9f 100644 --- a/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated.h +++ b/firmware/config/boards/kinetis/config/controllers/algo/rusefi_generated.h @@ -751,6 +751,7 @@ #define pin_output_mode_e_OM_INVERTED 1 #define pin_output_mode_e_OM_OPENDRAIN 2 #define pin_output_mode_e_OM_OPENDRAIN_INVERTED 3 +#define PRIME_CURVE_COUNT 8 #define PROTOCOL_ANALOG_CHART "analog_chart" #define PROTOCOL_COIL1_SHORT_NAME "c1" #define PROTOCOL_CRANK1 "t1" @@ -812,7 +813,7 @@ #define SentEtbType_NONE 0 #define show_Frankenso_presets true #define show_test_presets true -#define SIGNATURE_HASH 432493309 +#define SIGNATURE_HASH 1210635801 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4" #define spi_device_e_SPI_DEVICE_1 1 @@ -1107,7 +1108,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.10.25.kin.432493309" +#define TS_SIGNATURE "rusEFI master.2023.10.25.kin.1210635801" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/config/boards/subaru_eg33/config/controllers/algo/engine_configuration_generated_structures.h b/firmware/config/boards/subaru_eg33/config/controllers/algo/engine_configuration_generated_structures.h index e737a52e8e..2d95befa6d 100644 --- a/firmware/config/boards/subaru_eg33/config/controllers/algo/engine_configuration_generated_structures.h +++ b/firmware/config/boards/subaru_eg33/config/controllers/algo/engine_configuration_generated_structures.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:26:02 UTC 2023 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:00:52 UTC 2023 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -3452,7 +3452,7 @@ struct engine_configuration_s { C * offset 2144 */ - int8_t primeBins[8]; + int8_t primeBins[PRIME_CURVE_COUNT]; /** * offset 2152 */ @@ -3741,7 +3741,7 @@ struct engine_configuration_s { mg * offset 2644 */ - scaled_channel primeValues[8]; + scaled_channel primeValues[PRIME_CURVE_COUNT]; /** * Trigger comparator center point voltage V @@ -4452,10 +4452,14 @@ struct engine_configuration_s { */ uint16_t speedometerPulsePerKm; /** - units * offset 4294 */ - uint8_t mainUnusedEnd[246]; + uint8_t simulatorCamPosition[CAM_INPUTS_COUNT]; + /** + units + * offset 4298 + */ + uint8_t mainUnusedEnd[242]; }; static_assert(sizeof(engine_configuration_s) == 4540); @@ -5367,4 +5371,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 23844); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:26:02 UTC 2023 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:00:52 UTC 2023 diff --git a/firmware/config/boards/subaru_eg33/config/controllers/algo/rusefi_generated.h b/firmware/config/boards/subaru_eg33/config/controllers/algo/rusefi_generated.h index c5b191f041..87ba288ac7 100644 --- a/firmware/config/boards/subaru_eg33/config/controllers/algo/rusefi_generated.h +++ b/firmware/config/boards/subaru_eg33/config/controllers/algo/rusefi_generated.h @@ -988,6 +988,7 @@ #define pin_output_mode_e_OM_INVERTED 1 #define pin_output_mode_e_OM_OPENDRAIN 2 #define pin_output_mode_e_OM_OPENDRAIN_INVERTED 3 +#define PRIME_CURVE_COUNT 8 #define PROTOCOL_ANALOG_CHART "analog_chart" #define PROTOCOL_COIL1_SHORT_NAME "c1" #define PROTOCOL_CRANK1 "t1" @@ -1050,7 +1051,7 @@ #define show_Frankenso_presets false #define show_Proteus_presets false #define show_test_presets false -#define SIGNATURE_HASH 1553683012 +#define SIGNATURE_HASH 225760928 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4" #define spi_device_e_SPI_DEVICE_1 1 @@ -1345,7 +1346,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.10.25.subaru_eg33_f7.1553683012" +#define TS_SIGNATURE "rusEFI master.2023.10.25.subaru_eg33_f7.225760928" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/engine_configuration_generated_structures.h b/firmware/controllers/generated/engine_configuration_generated_structures.h index 9f108fa2ea..33e64a023f 100644 --- a/firmware/controllers/generated/engine_configuration_generated_structures.h +++ b/firmware/controllers/generated/engine_configuration_generated_structures.h @@ -1,4 +1,4 @@ -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:28:49 UTC 2023 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:03:26 UTC 2023 // by class com.rusefi.output.CHeaderConsumer // begin #pragma once @@ -3452,7 +3452,7 @@ struct engine_configuration_s { C * offset 2144 */ - int8_t primeBins[8]; + int8_t primeBins[PRIME_CURVE_COUNT]; /** * offset 2152 */ @@ -3741,7 +3741,7 @@ struct engine_configuration_s { mg * offset 2644 */ - scaled_channel primeValues[8]; + scaled_channel primeValues[PRIME_CURVE_COUNT]; /** * Trigger comparator center point voltage V @@ -4452,10 +4452,14 @@ struct engine_configuration_s { */ uint16_t speedometerPulsePerKm; /** - units * offset 4294 */ - uint8_t mainUnusedEnd[246]; + uint8_t simulatorCamPosition[CAM_INPUTS_COUNT]; + /** + units + * offset 4298 + */ + uint8_t mainUnusedEnd[242]; }; static_assert(sizeof(engine_configuration_s) == 4540); @@ -5367,4 +5371,4 @@ struct persistent_config_s { static_assert(sizeof(persistent_config_s) == 23844); // end -// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:28:49 UTC 2023 +// this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:03:26 UTC 2023 diff --git a/firmware/controllers/generated/rusefi_generated.h b/firmware/controllers/generated/rusefi_generated.h index 8c123c9eb3..7f2d81365e 100644 --- a/firmware/controllers/generated/rusefi_generated.h +++ b/firmware/controllers/generated/rusefi_generated.h @@ -1042,6 +1042,7 @@ #define pin_output_mode_e_OM_INVERTED 1 #define pin_output_mode_e_OM_OPENDRAIN 2 #define pin_output_mode_e_OM_OPENDRAIN_INVERTED 3 +#define PRIME_CURVE_COUNT 8 #define PROTOCOL_ANALOG_CHART "analog_chart" #define PROTOCOL_COIL1_SHORT_NAME "c1" #define PROTOCOL_CRANK1 "t1" @@ -1103,7 +1104,7 @@ #define SentEtbType_NONE 0 #define show_Frankenso_presets true #define show_test_presets true -#define SIGNATURE_HASH 4161668968 +#define SIGNATURE_HASH 2850128780 #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4" #define spi_device_e_SPI_DEVICE_1 1 @@ -1398,7 +1399,7 @@ #define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_all true #define ts_show_vr_threshold_pins true -#define TS_SIGNATURE "rusEFI master.2023.10.25.f407-discovery.4161668968" +#define TS_SIGNATURE "rusEFI master.2023.10.25.f407-discovery.2850128780" #define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN_char > #define TS_SINGLE_WRITE_COMMAND 'W' diff --git a/firmware/controllers/generated/signature_48way.h b/firmware/controllers/generated/signature_48way.h index ed3e0f008f..35aac0e760 100644 --- a/firmware/controllers/generated/signature_48way.h +++ b/firmware/controllers/generated/signature_48way.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 533470697 -#define TS_SIGNATURE "rusEFI master.2023.10.25.48way.533470697" +#define SIGNATURE_HASH 1310955789 +#define TS_SIGNATURE "rusEFI master.2023.10.25.48way.1310955789" diff --git a/firmware/controllers/generated/signature_alphax-2chan.h b/firmware/controllers/generated/signature_alphax-2chan.h index 8cdc325c39..55b2d3eda8 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 727916884 -#define TS_SIGNATURE "rusEFI master.2023.10.25.alphax-2chan.727916884" +#define SIGNATURE_HASH 2056037808 +#define TS_SIGNATURE "rusEFI master.2023.10.25.alphax-2chan.2056037808" diff --git a/firmware/controllers/generated/signature_alphax-4chan.h b/firmware/controllers/generated/signature_alphax-4chan.h index 21e8a6036c..aea1af18da 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2198739842 -#define TS_SIGNATURE "rusEFI master.2023.10.25.alphax-4chan.2198739842" +#define SIGNATURE_HASH 3538001766 +#define TS_SIGNATURE "rusEFI master.2023.10.25.alphax-4chan.3538001766" diff --git a/firmware/controllers/generated/signature_alphax-4chan_f7.h b/firmware/controllers/generated/signature_alphax-4chan_f7.h index 7841d15549..228e638420 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2198739842 -#define TS_SIGNATURE "rusEFI master.2023.10.25.alphax-4chan_f7.2198739842" +#define SIGNATURE_HASH 3538001766 +#define TS_SIGNATURE "rusEFI master.2023.10.25.alphax-4chan_f7.3538001766" diff --git a/firmware/controllers/generated/signature_alphax-8chan-revA.h b/firmware/controllers/generated/signature_alphax-8chan-revA.h index 3f8aedb788..f2ae360bb9 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1793411920 -#define TS_SIGNATURE "rusEFI master.2023.10.25.alphax-8chan-revA.1793411920" +#define SIGNATURE_HASH 990564276 +#define TS_SIGNATURE "rusEFI master.2023.10.25.alphax-8chan-revA.990564276" diff --git a/firmware/controllers/generated/signature_alphax-8chan.h b/firmware/controllers/generated/signature_alphax-8chan.h index 6e9d79c6fa..c987c74bde 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1447750363 -#define TS_SIGNATURE "rusEFI master.2023.10.25.alphax-8chan.1447750363" +#define SIGNATURE_HASH 128282175 +#define TS_SIGNATURE "rusEFI master.2023.10.25.alphax-8chan.128282175" diff --git a/firmware/controllers/generated/signature_alphax-8chan_f7.h b/firmware/controllers/generated/signature_alphax-8chan_f7.h index ba89401a8c..ff74c11983 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1447750363 -#define TS_SIGNATURE "rusEFI master.2023.10.25.alphax-8chan_f7.1447750363" +#define SIGNATURE_HASH 128282175 +#define TS_SIGNATURE "rusEFI master.2023.10.25.alphax-8chan_f7.128282175" diff --git a/firmware/controllers/generated/signature_atlas.h b/firmware/controllers/generated/signature_atlas.h index 3d91631311..d863d01c27 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 521224477 -#define TS_SIGNATURE "rusEFI master.2023.10.25.atlas.521224477" +#define SIGNATURE_HASH 1325319673 +#define TS_SIGNATURE "rusEFI master.2023.10.25.atlas.1325319673" diff --git a/firmware/controllers/generated/signature_core8.h b/firmware/controllers/generated/signature_core8.h index 599eff5f6c..02a6cec127 100644 --- a/firmware/controllers/generated/signature_core8.h +++ b/firmware/controllers/generated/signature_core8.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1664194789 -#define TS_SIGNATURE "rusEFI master.2023.10.25.core8.1664194789" +#define SIGNATURE_HASH 853416961 +#define TS_SIGNATURE "rusEFI master.2023.10.25.core8.853416961" diff --git a/firmware/controllers/generated/signature_cypress.h b/firmware/controllers/generated/signature_cypress.h index 278ba02e5f..59877ef5c8 100644 --- a/firmware/controllers/generated/signature_cypress.h +++ b/firmware/controllers/generated/signature_cypress.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on hellen_cypress_gen_config.bat by SignatureConsumer // -#define SIGNATURE_HASH 1528206675 -#define TS_SIGNATURE "rusEFI master.2023.10.25.cypress.1528206675" +#define SIGNATURE_HASH 184095159 +#define TS_SIGNATURE "rusEFI master.2023.10.25.cypress.184095159" diff --git a/firmware/controllers/generated/signature_f407-discovery.h b/firmware/controllers/generated/signature_f407-discovery.h index 96bb3528d3..632d8c0c8d 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 4161668968 -#define TS_SIGNATURE "rusEFI master.2023.10.25.f407-discovery.4161668968" +#define SIGNATURE_HASH 2850128780 +#define TS_SIGNATURE "rusEFI master.2023.10.25.f407-discovery.2850128780" diff --git a/firmware/controllers/generated/signature_f429-discovery.h b/firmware/controllers/generated/signature_f429-discovery.h index 2ac4024dc8..3eb89be363 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1528206675 -#define TS_SIGNATURE "rusEFI master.2023.10.25.f429-discovery.1528206675" +#define SIGNATURE_HASH 184095159 +#define TS_SIGNATURE "rusEFI master.2023.10.25.f429-discovery.184095159" diff --git a/firmware/controllers/generated/signature_frankenso_na6.h b/firmware/controllers/generated/signature_frankenso_na6.h index f394ad7ce4..6471f52c34 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2034529689 -#define TS_SIGNATURE "rusEFI master.2023.10.25.frankenso_na6.2034529689" +#define SIGNATURE_HASH 682357117 +#define TS_SIGNATURE "rusEFI master.2023.10.25.frankenso_na6.682357117" diff --git a/firmware/controllers/generated/signature_harley81.h b/firmware/controllers/generated/signature_harley81.h index 3ce2981dba..84f727de1a 100644 --- a/firmware/controllers/generated/signature_harley81.h +++ b/firmware/controllers/generated/signature_harley81.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3634951546 -#define TS_SIGNATURE "rusEFI master.2023.10.25.harley81.3634951546" +#define SIGNATURE_HASH 2303160734 +#define TS_SIGNATURE "rusEFI master.2023.10.25.harley81.2303160734" diff --git a/firmware/controllers/generated/signature_hellen-112-17.h b/firmware/controllers/generated/signature_hellen-112-17.h index 3bc40a5aeb..4452d3dbfb 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3661922337 -#define TS_SIGNATURE "rusEFI master.2023.10.25.hellen-112-17.3661922337" +#define SIGNATURE_HASH 2343240901 +#define TS_SIGNATURE "rusEFI master.2023.10.25.hellen-112-17.2343240901" diff --git a/firmware/controllers/generated/signature_hellen-gm-e67.h b/firmware/controllers/generated/signature_hellen-gm-e67.h index 88383d37fc..b2fdb7d438 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3957597091 -#define TS_SIGNATURE "rusEFI master.2023.10.25.hellen-gm-e67.3957597091" +#define SIGNATURE_HASH 3121325895 +#define TS_SIGNATURE "rusEFI master.2023.10.25.hellen-gm-e67.3121325895" diff --git a/firmware/controllers/generated/signature_hellen-honda-k.h b/firmware/controllers/generated/signature_hellen-honda-k.h index 968276a749..d641e22b3f 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2197203824 -#define TS_SIGNATURE "rusEFI master.2023.10.25.hellen-honda-k.2197203824" +#define SIGNATURE_HASH 3541643156 +#define TS_SIGNATURE "rusEFI master.2023.10.25.hellen-honda-k.3541643156" diff --git a/firmware/controllers/generated/signature_hellen-nb1.h b/firmware/controllers/generated/signature_hellen-nb1.h index 7c8dbde4d9..0cccea92cb 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 886347844 -#define TS_SIGNATURE "rusEFI master.2023.10.25.hellen-nb1.886347844" +#define SIGNATURE_HASH 1698372768 +#define TS_SIGNATURE "rusEFI master.2023.10.25.hellen-nb1.1698372768" diff --git a/firmware/controllers/generated/signature_hellen121nissan.h b/firmware/controllers/generated/signature_hellen121nissan.h index f05ea2764c..f7bd3b99b2 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3256906599 -#define TS_SIGNATURE "rusEFI master.2023.10.25.hellen121nissan.3256906599" +#define SIGNATURE_HASH 2479880067 +#define TS_SIGNATURE "rusEFI master.2023.10.25.hellen121nissan.2479880067" diff --git a/firmware/controllers/generated/signature_hellen121vag.h b/firmware/controllers/generated/signature_hellen121vag.h index 803fd541b6..fc54548b8b 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3479734928 -#define TS_SIGNATURE "rusEFI master.2023.10.25.hellen121vag.3479734928" +#define SIGNATURE_HASH 2659651188 +#define TS_SIGNATURE "rusEFI master.2023.10.25.hellen121vag.2659651188" diff --git a/firmware/controllers/generated/signature_hellen128.h b/firmware/controllers/generated/signature_hellen128.h index 45a319b890..26aa6ece0c 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2495877689 -#define TS_SIGNATURE "rusEFI master.2023.10.25.hellen128.2495877689" +#define SIGNATURE_HASH 3307968221 +#define TS_SIGNATURE "rusEFI master.2023.10.25.hellen128.3307968221" diff --git a/firmware/controllers/generated/signature_hellen154hyundai.h b/firmware/controllers/generated/signature_hellen154hyundai.h index 0e9e339942..a4930435ab 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2320867305 -#define TS_SIGNATURE "rusEFI master.2023.10.25.hellen154hyundai.2320867305" +#define SIGNATURE_HASH 3686406925 +#define TS_SIGNATURE "rusEFI master.2023.10.25.hellen154hyundai.3686406925" diff --git a/firmware/controllers/generated/signature_hellen72.h b/firmware/controllers/generated/signature_hellen72.h index 22dbfc694e..6519dbf6d6 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 928158590 -#define TS_SIGNATURE "rusEFI master.2023.10.25.hellen72.928158590" +#define SIGNATURE_HASH 1723668378 +#define TS_SIGNATURE "rusEFI master.2023.10.25.hellen72.1723668378" diff --git a/firmware/controllers/generated/signature_hellen81.h b/firmware/controllers/generated/signature_hellen81.h index 4175e3baad..a450552ac3 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2252695356 -#define TS_SIGNATURE "rusEFI master.2023.10.25.hellen81.2252695356" +#define SIGNATURE_HASH 3618300888 +#define TS_SIGNATURE "rusEFI master.2023.10.25.hellen81.3618300888" diff --git a/firmware/controllers/generated/signature_hellen88bmw.h b/firmware/controllers/generated/signature_hellen88bmw.h index 256bc18bfa..007b115a19 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3040024727 -#define TS_SIGNATURE "rusEFI master.2023.10.25.hellen88bmw.3040024727" +#define SIGNATURE_HASH 3839663219 +#define TS_SIGNATURE "rusEFI master.2023.10.25.hellen88bmw.3839663219" diff --git a/firmware/controllers/generated/signature_hellenNA6.h b/firmware/controllers/generated/signature_hellenNA6.h index 43cebb974a..44701eaf67 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2954561911 -#define TS_SIGNATURE "rusEFI master.2023.10.25.hellenNA6.2954561911" +#define SIGNATURE_HASH 3790900627 +#define TS_SIGNATURE "rusEFI master.2023.10.25.hellenNA6.3790900627" diff --git a/firmware/controllers/generated/signature_hellenNA8_96.h b/firmware/controllers/generated/signature_hellenNA8_96.h index 692ab00014..601758da21 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3602520504 -#define TS_SIGNATURE "rusEFI master.2023.10.25.hellenNA8_96.3602520504" +#define SIGNATURE_HASH 2270535004 +#define TS_SIGNATURE "rusEFI master.2023.10.25.hellenNA8_96.2270535004" diff --git a/firmware/controllers/generated/signature_kin.h b/firmware/controllers/generated/signature_kin.h index ba3dd7a5e1..f4947ffb03 100644 --- a/firmware/controllers/generated/signature_kin.h +++ b/firmware/controllers/generated/signature_kin.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on kinetis_gen_config.bat by SignatureConsumer // -#define SIGNATURE_HASH 432493309 -#define TS_SIGNATURE "rusEFI master.2023.10.25.kin.432493309" +#define SIGNATURE_HASH 1210635801 +#define TS_SIGNATURE "rusEFI master.2023.10.25.kin.1210635801" diff --git a/firmware/controllers/generated/signature_m74_9.h b/firmware/controllers/generated/signature_m74_9.h index b18bd6ff12..15079cd8a9 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1093503325 -#define TS_SIGNATURE "rusEFI master.2023.10.25.m74_9.1093503325" +#define SIGNATURE_HASH 281152953 +#define TS_SIGNATURE "rusEFI master.2023.10.25.m74_9.281152953" diff --git a/firmware/controllers/generated/signature_mre_f4.h b/firmware/controllers/generated/signature_mre_f4.h index 11d79b38e0..f2da4f3933 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2021358803 -#define TS_SIGNATURE "rusEFI master.2023.10.25.mre_f4.2021358803" +#define SIGNATURE_HASH 697628727 +#define TS_SIGNATURE "rusEFI master.2023.10.25.mre_f4.697628727" diff --git a/firmware/controllers/generated/signature_mre_f7.h b/firmware/controllers/generated/signature_mre_f7.h index e0a27b5822..9dfb7a933f 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 2021358803 -#define TS_SIGNATURE "rusEFI master.2023.10.25.mre_f7.2021358803" +#define SIGNATURE_HASH 697628727 +#define TS_SIGNATURE "rusEFI master.2023.10.25.mre_f7.697628727" diff --git a/firmware/controllers/generated/signature_nucleo_f429.h b/firmware/controllers/generated/signature_nucleo_f429.h index 44ba80ad5f..c3741d1c37 100644 --- a/firmware/controllers/generated/signature_nucleo_f429.h +++ b/firmware/controllers/generated/signature_nucleo_f429.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1528206675 -#define TS_SIGNATURE "rusEFI master.2023.10.25.nucleo_f429.1528206675" +#define SIGNATURE_HASH 184095159 +#define TS_SIGNATURE "rusEFI master.2023.10.25.nucleo_f429.184095159" diff --git a/firmware/controllers/generated/signature_nucleo_f767.h b/firmware/controllers/generated/signature_nucleo_f767.h index 5a26dbbb64..c602723371 100644 --- a/firmware/controllers/generated/signature_nucleo_f767.h +++ b/firmware/controllers/generated/signature_nucleo_f767.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1528206675 -#define TS_SIGNATURE "rusEFI master.2023.10.25.nucleo_f767.1528206675" +#define SIGNATURE_HASH 184095159 +#define TS_SIGNATURE "rusEFI master.2023.10.25.nucleo_f767.184095159" diff --git a/firmware/controllers/generated/signature_nucleo_h743.h b/firmware/controllers/generated/signature_nucleo_h743.h index 27a2fdd3c7..4f946f5f57 100644 --- a/firmware/controllers/generated/signature_nucleo_h743.h +++ b/firmware/controllers/generated/signature_nucleo_h743.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1528206675 -#define TS_SIGNATURE "rusEFI master.2023.10.25.nucleo_h743.1528206675" +#define SIGNATURE_HASH 184095159 +#define TS_SIGNATURE "rusEFI master.2023.10.25.nucleo_h743.184095159" diff --git a/firmware/controllers/generated/signature_prometheus_405.h b/firmware/controllers/generated/signature_prometheus_405.h index 24883a6fa7..1fc614505e 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1803704515 -#define TS_SIGNATURE "rusEFI master.2023.10.25.prometheus_405.1803704515" +#define SIGNATURE_HASH 980278311 +#define TS_SIGNATURE "rusEFI master.2023.10.25.prometheus_405.980278311" diff --git a/firmware/controllers/generated/signature_prometheus_469.h b/firmware/controllers/generated/signature_prometheus_469.h index 794610ff93..2ed2a326f0 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1803704515 -#define TS_SIGNATURE "rusEFI master.2023.10.25.prometheus_469.1803704515" +#define SIGNATURE_HASH 980278311 +#define TS_SIGNATURE "rusEFI master.2023.10.25.prometheus_469.980278311" diff --git a/firmware/controllers/generated/signature_proteus_f4.h b/firmware/controllers/generated/signature_proteus_f4.h index 1547547b3b..1a3ad64cec 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1527081769 -#define TS_SIGNATURE "rusEFI master.2023.10.25.proteus_f4.1527081769" +#define SIGNATURE_HASH 183168973 +#define TS_SIGNATURE "rusEFI master.2023.10.25.proteus_f4.183168973" diff --git a/firmware/controllers/generated/signature_proteus_f7.h b/firmware/controllers/generated/signature_proteus_f7.h index ed8652e99c..4393c36799 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1527081769 -#define TS_SIGNATURE "rusEFI master.2023.10.25.proteus_f7.1527081769" +#define SIGNATURE_HASH 183168973 +#define TS_SIGNATURE "rusEFI master.2023.10.25.proteus_f7.183168973" diff --git a/firmware/controllers/generated/signature_proteus_h7.h b/firmware/controllers/generated/signature_proteus_h7.h index 15a241ecf8..38c05f2a85 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1527081769 -#define TS_SIGNATURE "rusEFI master.2023.10.25.proteus_h7.1527081769" +#define SIGNATURE_HASH 183168973 +#define TS_SIGNATURE "rusEFI master.2023.10.25.proteus_h7.183168973" diff --git a/firmware/controllers/generated/signature_s105.h b/firmware/controllers/generated/signature_s105.h index c7e6a0e690..8f0fd88c8a 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1062039567 -#define TS_SIGNATURE "rusEFI master.2023.10.25.s105.1062039567" +#define SIGNATURE_HASH 1856173291 +#define TS_SIGNATURE "rusEFI master.2023.10.25.s105.1856173291" diff --git a/firmware/controllers/generated/signature_small-can-board.h b/firmware/controllers/generated/signature_small-can-board.h index 318307566b..6b353d3bc0 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1848912262 -#define TS_SIGNATURE "rusEFI master.2023.10.25.small-can-board.1848912262" +#define SIGNATURE_HASH 1071361378 +#define TS_SIGNATURE "rusEFI master.2023.10.25.small-can-board.1071361378" diff --git a/firmware/controllers/generated/signature_subaru_eg33_f7.h b/firmware/controllers/generated/signature_subaru_eg33_f7.h index c2dfd56404..70c29db69f 100644 --- a/firmware/controllers/generated/signature_subaru_eg33_f7.h +++ b/firmware/controllers/generated/signature_subaru_eg33_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1553683012 -#define TS_SIGNATURE "rusEFI master.2023.10.25.subaru_eg33_f7.1553683012" +#define SIGNATURE_HASH 225760928 +#define TS_SIGNATURE "rusEFI master.2023.10.25.subaru_eg33_f7.225760928" diff --git a/firmware/controllers/generated/signature_t-b-g.h b/firmware/controllers/generated/signature_t-b-g.h index 9f03d024ce..d5af0ffe94 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1528206675 -#define TS_SIGNATURE "rusEFI master.2023.10.25.t-b-g.1528206675" +#define SIGNATURE_HASH 184095159 +#define TS_SIGNATURE "rusEFI master.2023.10.25.t-b-g.184095159" diff --git a/firmware/controllers/generated/signature_tdg-pdm8.h b/firmware/controllers/generated/signature_tdg-pdm8.h index 20ba87a936..9c3f74ac99 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.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 3518544241 -#define TS_SIGNATURE "rusEFI master.2023.10.25.tdg-pdm8.3518544241" +#define SIGNATURE_HASH 2153201045 +#define TS_SIGNATURE "rusEFI master.2023.10.25.tdg-pdm8.2153201045" diff --git a/firmware/tunerstudio/generated/rusefi.ini b/firmware/tunerstudio/generated/rusefi.ini index 6fd3e17387..e9eeca0820 100644 --- a/firmware/tunerstudio/generated/rusefi.ini +++ b/firmware/tunerstudio/generated/rusefi.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.f407-discovery.4161668968" + signature = "rusEFI master.2023.10.25.f407-discovery.2850128780" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.f407-discovery.4161668968" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.f407-discovery.2850128780" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:28:49 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:03:26 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_48way.ini b/firmware/tunerstudio/generated/rusefi_48way.ini index 0b90364265..229bdbd9ef 100644 --- a/firmware/tunerstudio/generated/rusefi_48way.ini +++ b/firmware/tunerstudio/generated/rusefi_48way.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.48way.533470697" + signature = "rusEFI master.2023.10.25.48way.1310955789" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.48way.533470697" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.48way.1310955789" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","Battery Reference Input (A0)","TPS Reference Input (A1)","CLT Reference Input (A2)","IAT Reference Input (A3)","O2 Reference Input (A4)","INVALID","INVALID","INVALID","MAP Pressure Reference Input (B0)","BARO Pressure Reference Input (B1)","INVALID","INVALID","INVALID","INVALID","Fuel Pressure Reference Input (C4)","Oil Pressure Reference Input (C5)" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:27:42 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:02:24 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini index 4d940cdf9e..9a75cb0e4b 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-2chan.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.alphax-2chan.727916884" + signature = "rusEFI master.2023.10.25.alphax-2chan.2056037808" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.alphax-2chan.727916884" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.alphax-2chan.2056037808" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","INVALID","B5 - TPS","A2 Battery Sense","C7 - CAM Hall/Digital","X7 - AIN4","X1 - AIN1","INVALID","INVALID","B2 - MAP","B7 - CLT","B3 - IAT","X3 - AIN2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:26:06 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:00:55 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini index 294ecb73f6..94f01659bf 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-4chan.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.alphax-4chan.2198739842" + signature = "rusEFI master.2023.10.25.alphax-4chan.3538001766" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.alphax-4chan.2198739842" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.alphax-4chan.3538001766" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","INVALID","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","X7 - AIN4","INVALID","INVALID","INVALID","X3 - AIN2","X1 - AIN1 and D5 on older boards" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:26:10 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:00:59 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini b/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini index 2ac8f5d420..3d22c4cd72 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-4chan_f7.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.alphax-4chan_f7.2198739842" + signature = "rusEFI master.2023.10.25.alphax-4chan_f7.3538001766" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.alphax-4chan_f7.2198739842" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.alphax-4chan_f7.3538001766" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","INVALID","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","X7 - AIN4","INVALID","INVALID","INVALID","X3 - AIN2","X1 - AIN1 and D5 on older boards" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:26:14 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:01:03 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini index b44c024ba4..ac7ffcdfae 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.alphax-8chan-revA.1793411920" + signature = "rusEFI master.2023.10.25.alphax-8chan-revA.990564276" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.alphax-8chan-revA.1793411920" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.alphax-8chan-revA.990564276" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","17A - PPS","23C - TPS","Battery Sense","INVALID","15D - AN5","24C - TPS2","14A - Analog 1","22A - Analog 22","On-board MAP","16A - CLT","15A - IAT","31C - PPS2","33A - AN3","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","16D - AN6","INVALID","INVALID","INVALID","INVALID","7C - AT4","INVALID","6C - AT3","14D - AN4" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:26:26 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:01:14 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini index 8cc3eb4b41..f9ed455312 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.alphax-8chan.1447750363" + signature = "rusEFI master.2023.10.25.alphax-8chan.128282175" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.alphax-8chan.1447750363" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.alphax-8chan.128282175" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","3A - Aux Analog 2","On-board MAP","33A - PPS Sensor Input","31A - TPS Sensor Input","24 - Ignition Key Voltage","INVALID","INVALID","19A - Aux Analog 6","1A - Aux Analog 1","2A - Aux Analog 4","INVALID","29A - CLT Sensor Input","27A - IAT Sensor Input","INVALID","12A - Aux Analog 8","INVALID","11A - Aux Analog 3","INVALID","34A - PPS2 Sensor Input","32A - TPS2 Sensor Input","INVALID","INVALID","INVALID","4A - Aux Analog 7","INVALID","10A - Aux Analog 5","INVALID","28A - Aux Temp 2","28A - Aux Temp 1","INVALID","20A - Aux Analog 9" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:26:18 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:01:07 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini index 1e314b41ca..db96403039 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.alphax-8chan_f7.1447750363" + signature = "rusEFI master.2023.10.25.alphax-8chan_f7.128282175" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.alphax-8chan_f7.1447750363" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.alphax-8chan_f7.128282175" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","3A - Aux Analog 2","On-board MAP","33A - PPS Sensor Input","31A - TPS Sensor Input","24 - Ignition Key Voltage","INVALID","INVALID","19A - Aux Analog 6","1A - Aux Analog 1","2A - Aux Analog 4","INVALID","29A - CLT Sensor Input","27A - IAT Sensor Input","INVALID","12A - Aux Analog 8","INVALID","11A - Aux Analog 3","INVALID","34A - PPS2 Sensor Input","32A - TPS2 Sensor Input","INVALID","INVALID","INVALID","4A - Aux Analog 7","INVALID","10A - Aux Analog 5","INVALID","28A - Aux Temp 2","28A - Aux Temp 1","INVALID","20A - Aux Analog 9" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:26:22 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:01:10 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_atlas.ini b/firmware/tunerstudio/generated/rusefi_atlas.ini index 14555b2cb3..f2a2e429af 100644 --- a/firmware/tunerstudio/generated/rusefi_atlas.ini +++ b/firmware/tunerstudio/generated/rusefi_atlas.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.atlas.521224477" + signature = "rusEFI master.2023.10.25.atlas.1325319673" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.atlas.521224477" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.atlas.1325319673" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:28:35 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:03:14 UTC 2023 pageSize = 23344 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4126, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4128, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4130, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4132, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4134, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4134, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4135, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4136, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4137, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4138, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4380, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4412, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4444, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23334, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_core8.ini b/firmware/tunerstudio/generated/rusefi_core8.ini index 016fb7e872..6d9d82bbe4 100644 --- a/firmware/tunerstudio/generated/rusefi_core8.ini +++ b/firmware/tunerstudio/generated/rusefi_core8.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.core8.1664194789" + signature = "rusEFI master.2023.10.25.core8.853416961" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.core8.1664194789" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.core8.853416961" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","On-board Battery Sense (A0)","Analog Inputs 1 (A1)","Analog Inputs 2 (A2)","Analog Inputs 3 (A3)","Analog Inputs 4 (A4)","On-board MAP (A5)","Analog Inputs 6 (A6)","Analog Inputs 7 (A7)","On-board BARO (B0)","Analog Inputs 9 (B1)","Analog Inputs 10 (C0)","Primary On-board O2 (C1)","Secondary On-board O2 (C2)","Analog Inputs 13 (C3)","Analog Inputs 14 (C4)","Analog Inputs 15 (C5)" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:27:38 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:02:20 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_cypress.ini b/firmware/tunerstudio/generated/rusefi_cypress.ini index 608fc60585..641e660b2a 100644 --- a/firmware/tunerstudio/generated/rusefi_cypress.ini +++ b/firmware/tunerstudio/generated/rusefi_cypress.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.cypress.1528206675" + signature = "rusEFI master.2023.10.25.cypress.184095159" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.cypress.1528206675" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.cypress.184095159" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:26:00 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:00:50 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_f407-discovery.ini b/firmware/tunerstudio/generated/rusefi_f407-discovery.ini index 79a957b7de..b7e364864b 100644 --- a/firmware/tunerstudio/generated/rusefi_f407-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f407-discovery.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.f407-discovery.4161668968" + signature = "rusEFI master.2023.10.25.f407-discovery.2850128780" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.f407-discovery.4161668968" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.f407-discovery.2850128780" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:28:43 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:03:20 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_f429-discovery.ini b/firmware/tunerstudio/generated/rusefi_f429-discovery.ini index 07b3da02b7..04637ae421 100644 --- a/firmware/tunerstudio/generated/rusefi_f429-discovery.ini +++ b/firmware/tunerstudio/generated/rusefi_f429-discovery.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.f429-discovery.1528206675" + signature = "rusEFI master.2023.10.25.f429-discovery.184095159" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.f429-discovery.1528206675" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.f429-discovery.184095159" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:28:20 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:03:00 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini index 6632c3808d..e1f8feec1e 100644 --- a/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini +++ b/firmware/tunerstudio/generated/rusefi_frankenso_na6.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.frankenso_na6.2034529689" + signature = "rusEFI master.2023.10.25.frankenso_na6.682357117" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.frankenso_na6.2034529689" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.frankenso_na6.682357117" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","Analog 3O","Analog 3L","Analog 3M","Analog 3J","Analog 3I","INVALID","Analog 3H","Analog 3G","INVALID","INVALID","INVALID","Analog 3P","Analog 3Q","Analog 3N","Analog VBatt","Analog 3E" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:27:57 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:02:38 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_harley81.ini b/firmware/tunerstudio/generated/rusefi_harley81.ini index 0bde0574e1..810a42c183 100644 --- a/firmware/tunerstudio/generated/rusefi_harley81.ini +++ b/firmware/tunerstudio/generated/rusefi_harley81.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.harley81.3634951546" + signature = "rusEFI master.2023.10.25.harley81.2303160734" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.harley81.3634951546" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.harley81.2303160734" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","27 - TPS 2","INVALID","41 - PPS 1","52 - TPS 1","5 Battery Sense","INVALID","INVALID","42 - PPS 2","INVALID","53 - MAP","55 Engine Temperature","49 CLT","72 IAT","32 Oil Pressure","34 Kickstand Position Sensor" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:26:30 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:01:18 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini b/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini index 03706b5ead..671276a733 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-112-17.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.hellen-112-17.3661922337" + signature = "rusEFI master.2023.10.25.hellen-112-17.2343240901" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.hellen-112-17.3661922337" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.hellen-112-17.2343240901" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","220 TPS Throttle Position 2","114 Analog Input","INVALID","121 PPS1","203 TPS Throttle Position 1","INVALID","107 TODO","119 Analog Input","110 Analog Input","INVALID","219 MAP","109 Analog Input","215 CLT","227 IAT","111 Analog Input","112 Analog Input" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:26:58 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:01:44 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini b/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini index 8d46ce527d..4f6a7ddbc9 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-gm-e67.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.hellen-gm-e67.3957597091" + signature = "rusEFI master.2023.10.25.hellen-gm-e67.3121325895" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.hellen-gm-e67.3957597091" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.hellen-gm-e67.3121325895" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","C2-60 - Oil Pressure","C3-58 - Baro","C1-47 - PPS1","C2-64 - TPS1","C1-19 Battery Sense","C1-45 Secondary Fuel Level","C3-57 - A/C Pressure","C2-66 - TPS2","C1-44 Primary Fuel Level","C2-65 - Trans Fluids","C3-59 - MAP","C3-55 - CLT","C3-56 - IAT","C1-49 - PPS2","C1-46 Vac Sense" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:27:14 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:01:58 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini b/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini index c302ff68cc..e2828aaf8c 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-honda-k.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.hellen-honda-k.2197203824" + signature = "rusEFI master.2023.10.25.hellen-honda-k.3541643156" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.hellen-honda-k.2197203824" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.hellen-honda-k.3541643156" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","INVALID","A15 TPS","E9 Ignition Key Voltage","INVALID","INVALID","INVALID","INVALID","A19 - MAP","INVALID","B8 - CLT","B17 IAT" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:26:46 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:01:32 UTC 2023 pageSize = 24516 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 24506, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini b/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini index 48ab1434c2..6f59cc9f4c 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen-nb1.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.hellen-nb1.886347844" + signature = "rusEFI master.2023.10.25.hellen-nb1.1698372768" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.hellen-nb1.886347844" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.hellen-nb1.1698372768" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","2C - O2S","TPS1","intMAP","1G - Steering/RES2","3E - TPS","1B - Battery Sense","2H - CAM","3S - EGR BOOST IN","2A - Pressure Input","2J - CRANK","2L - MAF","3D - MAP","2E - Coolant","2B - IAT","4C - IN TEMP/PPS2","1P - AC Switch" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:27:10 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:01:55 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini index 02143cc026..6be28f01c4 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121nissan.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.hellen121nissan.3256906599" + signature = "rusEFI master.2023.10.25.hellen121nissan.2479880067" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.hellen121nissan.3256906599" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.hellen121nissan.2479880067" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","51 - MAF","INVALID","Aux P68","106 - PPS 1","50 - TPS 1","109 Ignition Key Voltage","INVALID","INVALID","69 - TPS 2","INVALID","Aux P66","Aux P67","73 - CLT","34 - IAT","98 - PPS 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:26:42 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:01:29 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini index f3b6a924b4..fefcd361df 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen121vag.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen121vag.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.hellen121vag.3479734928" + signature = "rusEFI master.2023.10.25.hellen121vag.2659651188" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.hellen121vag.3479734928" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.hellen121vag.2659651188" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","14 - O2","INVALID","INVALID","34 In PPS1","92 - TPS 1","106 - KNOCK","86 - CAM1","87 - CAM2","84 - TPS2","INVALID","29 In Maf","101 - MAP2","93 - CLT","85 - IAT","35 In PPS2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:26:38 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:01:25 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini b/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini index e80879644e..95e647cb08 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen128mercedes.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.hellen128.2495877689" + signature = "rusEFI master.2023.10.25.hellen128.3307968221" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.hellen128.2495877689" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.hellen128.3307968221" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","P36_IN_O2S","P32_IN_O2S2","P40_IN_MAP3","C24 - PPS1","E31 - TPS1","Battery Sense","E40 - IN_CAM","P30_IN_AUX4","E34 - TPS2","E37 - Crank Input","E47 - MAF","E23 - MAP","E29 - Coolant Temp","E45 - IAT","C25 - PPS2","P41_IN_AUX3" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:26:34 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:01:21 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini b/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini index b104c91887..99645f1f39 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen154hyundai.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.hellen154hyundai.2320867305" + signature = "rusEFI master.2023.10.25.hellen154hyundai.3686406925" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.hellen154hyundai.2320867305" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.hellen154hyundai.3686406925" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","K21 Ambient Temperature","K58 Oil Temp","K54 A/C pressure","PPS 1","TPS 1","K2 Ignition Key Voltage","X10 AIN2","INVALID","TPS 2","X11 AIN1","Map Sensor K31","K10 Sensor","CLT","IAT","PPS 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:26:50 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:01:36 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_hellen72.ini b/firmware/tunerstudio/generated/rusefi_hellen72.ini index 150b374e80..60ce3e7a2c 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen72.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen72.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.hellen72.928158590" + signature = "rusEFI master.2023.10.25.hellen72.1723668378" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.hellen72.928158590" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.hellen72.1723668378" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","5N - TPS2","3L - IGN_7 / AFR","intMAP (A15)","5P - PPS1","4V - TPS (A17)","4S/4T - Alternator voltage","3V - CAM (A19)","4J - VTCS/AUX4 (A20)","4F - AC_PRES/AUX1 (A23)","3Y - CRANK (A24)","4X - MAF (A9)","4U - MAP2/Ign8 (A10)","4P - CLT (A11)","4N - IAT (A14)","5M - PPS2 OR TEMPERATURE SENSOR","4AE - EGR/MAP4 (A22)" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:27:02 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:01:47 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_hellen81.ini b/firmware/tunerstudio/generated/rusefi_hellen81.ini index 46d67347c5..0d344cce9a 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen81.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen81.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.hellen81.2252695356" + signature = "rusEFI master.2023.10.25.hellen81.3618300888" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.hellen81.2252695356" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.hellen81.3618300888" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","18 - IN_O2S","55 - IN_O2S2","41 - IN_MAP3","78 - IN_PPS","16 - IN_TPS","13 - IN_VIGN","79 - IN_CAM","77 - IN_AUX4","74 - IN_AUX1","15 - IN_CRANK (A24)","37 - IN_MAP1","38 - IN_MAP2","39 - IN_CLT","40 - IN_IAT","75 - IN_AUX2","76 - IN_AUX3" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:27:06 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:01:51 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini b/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini index 2e761f303d..1248ee1d59 100644 --- a/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini +++ b/firmware/tunerstudio/generated/rusefi_hellen88bmw.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.hellen88bmw.3040024727" + signature = "rusEFI master.2023.10.25.hellen88bmw.3839663219" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.hellen88bmw.3040024727" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.hellen88bmw.3839663219" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","VIN5","VIN6","INVALID","PPS1","73 - TPS","56 - Battery Sense","17 - CAM","Aux BARO","Aux TPS2","16 - CRANK","41 - MAF","Aux MAP","78 - CLT","77 - IAT","Aux PPS2","Aux TPS3" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:26:54 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:01:40 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini index 9bde8df374..09132a5265 100644 --- a/firmware/tunerstudio/generated/rusefi_hellenNA6.ini +++ b/firmware/tunerstudio/generated/rusefi_hellenNA6.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.hellenNA6.2954561911" + signature = "rusEFI master.2023.10.25.hellenNA6.3790900627" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.hellenNA6.2954561911" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.hellenNA6.3790900627" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","3N - O2S","2N - Temperature Sensor","intMAP (A15)","4I - PPS1","TPS Input","1B - Battery Sense","INVALID","4G - PPS2 OR TEMPERATURE SENSOR","4H - TPS2","INVALID","3O - MAF","2M - Pressure Sensor","3Q - CLT","3P - IAT","1V - Clutch Switch","1Q AC Switch" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:27:18 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:02:02 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini b/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini index bc34d485ad..662437e8b8 100644 --- a/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini +++ b/firmware/tunerstudio/generated/rusefi_hellenNA8_96.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.hellenNA8_96.3602520504" + signature = "rusEFI master.2023.10.25.hellenNA8_96.2270535004" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.hellenNA8_96.3602520504" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.hellenNA8_96.2270535004" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","2C - O2S","TPS1","intMAP","PPS1","2F - TPS","3B - Battery Sense","3G - CAM","3S - EGR BOOST IN","2A - Pressure Input","3F - CRANK","2B - MAF","INVALID","2G - Coolant","2B - IAT","4C - IN TEMP/PPS2","1K - AC Switch" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:27:22 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:02:06 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_kin.ini b/firmware/tunerstudio/generated/rusefi_kin.ini index cdd5bd9c9a..7521bf410c 100644 --- a/firmware/tunerstudio/generated/rusefi_kin.ini +++ b/firmware/tunerstudio/generated/rusefi_kin.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.kin.432493309" + signature = "rusEFI master.2023.10.25.kin.1210635801" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.kin.432493309" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.kin.1210635801" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA2", "PA3", "INVALID", "PD3", "INVALID", "INVALID", "INVALID", "PB12", "PB13", "INVALID", "PE2", "INVALID", "PC14", "PC15", "PC16", "PC17" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:25:58 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:00:48 UTC 2023 pageSize = 22468 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 22458, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_m74_9.ini b/firmware/tunerstudio/generated/rusefi_m74_9.ini index 38bff289be..1410659c7e 100644 --- a/firmware/tunerstudio/generated/rusefi_m74_9.ini +++ b/firmware/tunerstudio/generated/rusefi_m74_9.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.m74_9.1093503325" + signature = "rusEFI master.2023.10.25.m74_9.281152953" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.m74_9.1093503325" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.m74_9.281152953" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:27:46 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:02:27 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_mre_f4.ini b/firmware/tunerstudio/generated/rusefi_mre_f4.ini index 7b4cde5bc9..d808256d49 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f4.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.mre_f4.2021358803" + signature = "rusEFI master.2023.10.25.mre_f4.697628727" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.mre_f4.2021358803" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.mre_f4.697628727" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3 or Hall Input","22 - AN temp 4 or Hall Input","28 - AN volt 10, Aux Reuse","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8, Aux Reuse","40 - AN volt 9, Aux Reuse","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6, Aux Reuse","30 - AN volt 7" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:27:34 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:02:17 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_mre_f7.ini b/firmware/tunerstudio/generated/rusefi_mre_f7.ini index e787c4a221..545a923dc2 100644 --- a/firmware/tunerstudio/generated/rusefi_mre_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_mre_f7.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.mre_f7.2021358803" + signature = "rusEFI master.2023.10.25.mre_f7.697628727" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.mre_f7.2021358803" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.mre_f7.697628727" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3 or Hall Input","22 - AN temp 4 or Hall Input","28 - AN volt 10, Aux Reuse","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8, Aux Reuse","40 - AN volt 9, Aux Reuse","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6, Aux Reuse","30 - AN volt 7" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:27:30 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:02:13 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_nucleo_f429.ini b/firmware/tunerstudio/generated/rusefi_nucleo_f429.ini index 305a2935ee..186c8a2396 100644 --- a/firmware/tunerstudio/generated/rusefi_nucleo_f429.ini +++ b/firmware/tunerstudio/generated/rusefi_nucleo_f429.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.nucleo_f429.1528206675" + signature = "rusEFI master.2023.10.25.nucleo_f429.184095159" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.nucleo_f429.1528206675" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.nucleo_f429.184095159" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:28:23 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:03:03 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_nucleo_f767.ini b/firmware/tunerstudio/generated/rusefi_nucleo_f767.ini index 2f45fe3dd3..203669e9cb 100644 --- a/firmware/tunerstudio/generated/rusefi_nucleo_f767.ini +++ b/firmware/tunerstudio/generated/rusefi_nucleo_f767.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.nucleo_f767.1528206675" + signature = "rusEFI master.2023.10.25.nucleo_f767.184095159" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.nucleo_f767.1528206675" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.nucleo_f767.184095159" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:28:27 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:03:07 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_nucleo_h743.ini b/firmware/tunerstudio/generated/rusefi_nucleo_h743.ini index d961a0d207..03682334e6 100644 --- a/firmware/tunerstudio/generated/rusefi_nucleo_h743.ini +++ b/firmware/tunerstudio/generated/rusefi_nucleo_h743.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.nucleo_h743.1528206675" + signature = "rusEFI master.2023.10.25.nucleo_h743.184095159" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.nucleo_h743.1528206675" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.nucleo_h743.184095159" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:28:31 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:03:10 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini index a8285fdf81..75fa5d245e 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_405.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_405.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.prometheus_405.1803704515" + signature = "rusEFI master.2023.10.25.prometheus_405.980278311" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.prometheus_405.1803704515" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.prometheus_405.980278311" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:28:04 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:02:45 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini index e9ea70d3d4..b3f78fdf02 100644 --- a/firmware/tunerstudio/generated/rusefi_prometheus_469.ini +++ b/firmware/tunerstudio/generated/rusefi_prometheus_469.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.prometheus_469.1803704515" + signature = "rusEFI master.2023.10.25.prometheus_469.980278311" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.prometheus_469.1803704515" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.prometheus_469.980278311" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:28:01 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:02:42 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini index 4f15d9984c..821fc375a9 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f4.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f4.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.proteus_f4.1527081769" + signature = "rusEFI master.2023.10.25.proteus_f4.183168973" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.proteus_f4.1527081769" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.proteus_f4.183168973" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:28:12 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:02:52 UTC 2023 pageSize = 27844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 27834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini index 583df8c0b4..44627c5e24 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_f7.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.proteus_f7.1527081769" + signature = "rusEFI master.2023.10.25.proteus_f7.183168973" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.proteus_f7.1527081769" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.proteus_f7.183168973" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:28:08 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:02:48 UTC 2023 pageSize = 27844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 27834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_proteus_h7.ini b/firmware/tunerstudio/generated/rusefi_proteus_h7.ini index e07e230cc4..b6a9da1e89 100644 --- a/firmware/tunerstudio/generated/rusefi_proteus_h7.ini +++ b/firmware/tunerstudio/generated/rusefi_proteus_h7.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.proteus_h7.1527081769" + signature = "rusEFI master.2023.10.25.proteus_h7.183168973" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.proteus_h7.1527081769" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.proteus_h7.183168973" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:28:15 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:02:56 UTC 2023 pageSize = 27844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 27834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_s105.ini b/firmware/tunerstudio/generated/rusefi_s105.ini index d2b653c33a..08970ef5d3 100644 --- a/firmware/tunerstudio/generated/rusefi_s105.ini +++ b/firmware/tunerstudio/generated/rusefi_s105.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.s105.1062039567" + signature = "rusEFI master.2023.10.25.s105.1856173291" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.s105.1062039567" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.s105.1856173291" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","56 - MAP","16 - TPS","19 - Knock","39 - CLT","INVALID","opt 55 - AFR 2","opt 21 - AC Press","18 - AFR 1","13 - Ignition switch in (15)","44 - +12 sense (MR)","INVALID","na 37 - MAF","INVALID","INVALID","40 - IAT" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:27:49 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:02:31 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_small-can-board.ini b/firmware/tunerstudio/generated/rusefi_small-can-board.ini index 6f7219502d..7ffd1d76a9 100644 --- a/firmware/tunerstudio/generated/rusefi_small-can-board.ini +++ b/firmware/tunerstudio/generated/rusefi_small-can-board.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.small-can-board.1848912262" + signature = "rusEFI master.2023.10.25.small-can-board.1071361378" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.small-can-board.1848912262" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.small-can-board.1071361378" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","INVALID","B2 - Analog/Digital Input","B3 - Analog/Digital Input","B4 - Analog/Digital Input","B5 - Analog/Digital Input","B7 - Analog/Digital Input","C1 - Analog/Digital Input","INVALID","INVALID","INVALID","A2 Battery Sense","INVALID","INVALID","C2 - Analog/Digital Input","C4 - Analog/Digital Input" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:27:26 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:02:10 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini b/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini index dfb19ec1cc..dd44f7feb1 100644 --- a/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_subaru_eg33_f7.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.subaru_eg33_f7.1553683012" + signature = "rusEFI master.2023.10.25.subaru_eg33_f7.225760928" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.subaru_eg33_f7.1553683012" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.subaru_eg33_f7.225760928" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","AUX0_18 - MAP Ain","INVALID","INVALID","B05 - MAF Ain","INVALID","AUX0_19 - IAT Ain","A02 - VBat","INVALID","A06 - Oxyg 2 Ain","A04 - EGR t Ain","INVALID","A18 - AUX0 Ain","B02 - TPS Ain","INVALID","A03 - Coolant t Ain","A06 - Oxyg 1 Ain" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:26:02 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:00:52 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_t-b-g.ini b/firmware/tunerstudio/generated/rusefi_t-b-g.ini index c27471c485..0f6ac8b9ee 100644 --- a/firmware/tunerstudio/generated/rusefi_t-b-g.ini +++ b/firmware/tunerstudio/generated/rusefi_t-b-g.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.t-b-g.1528206675" + signature = "rusEFI master.2023.10.25.t-b-g.184095159" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.t-b-g.1528206675" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.t-b-g.184095159" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:27:53 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:02:34 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" diff --git a/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini b/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini index 9370efe346..831796d765 100644 --- a/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini +++ b/firmware/tunerstudio/generated/rusefi_tdg-pdm8.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.10.25.tdg-pdm8.3518544241" + signature = "rusEFI master.2023.10.25.tdg-pdm8.2153201045" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.10.25.tdg-pdm8.3518544241" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.10.25.tdg-pdm8.2153201045" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -92,7 +92,7 @@ enable2ndByteCanID = false #define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","INVALID","Battery Sense","INVALID","INVALID","INVALID","Sense 7","Sense 8","Sense 1","Sense 2","Sense 3","Sense 4","Sense 5","Sense 6" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:28:39 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:03:17 UTC 2023 pageSize = 23844 page = 1 @@ -1285,7 +1285,11 @@ dacOutputPins1 = bits, U16, 4286, [0:7], $gpio_list dacOutputPins2 = bits, U16, 4288, [0:7], $gpio_list speedometerOutputPin = bits, U16, 4290, [0:7], $output_pin_e_list speedometerPulsePerKm = scalar, U16, 4292, "", 1, 0, 0, 65000, 0 -mainUnusedEnd = array, U08, 4294, [246], "units", 1, 0, 0, 1, 0 +simulatorCamPosition1 = scalar, U08, 4294, "", 1, 0, 0, 100, 0 +simulatorCamPosition2 = scalar, U08, 4295, "", 1, 0, 0, 100, 0 +simulatorCamPosition3 = scalar, U08, 4296, "", 1, 0, 0, 100, 0 +simulatorCamPosition4 = scalar, U08, 4297, "", 1, 0, 0, 100, 0 +mainUnusedEnd = array, U08, 4298, [242], "units", 1, 0, 0, 1, 0 etbBiasBins = array, F32, 4540, [8], "target TPS position", 1, 0, 0, 100, 0 etbBiasValues = array, F32, 4572, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 iacPidMultTable = array, U08, 4604, [8x8], "%", 0.05, 0, 0, 10, 2 @@ -2226,6 +2230,10 @@ lambdaMaxDeviationRpmBins = array, U16, 23834, [4], "RPM", 1, 0, 0, 18000, 0 dacOutputPins1 = "dacOutputPins 1" dacOutputPins2 = "dacOutputPins 2" speedometerPulsePerKm = "Number of speedometer pulses per kilometer travelled." + simulatorCamPosition1 = "simulatorCamPosition 1" + simulatorCamPosition2 = "simulatorCamPosition 2" + simulatorCamPosition3 = "simulatorCamPosition 3" + simulatorCamPosition4 = "simulatorCamPosition 4" etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method" etbBiasValues = "PWM bias, 0 to 100%" sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM" 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 eb94a1b916..3f9fd707d5 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.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 16:28:49 UTC 2023 +// this file was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Oct 25 17:03:26 UTC 2023 // by class com.rusefi.output.FileJavaFieldsConsumer import com.rusefi.config.*; @@ -989,6 +989,7 @@ public class Fields { public static final int pin_output_mode_e_OM_INVERTED = 1; public static final int pin_output_mode_e_OM_OPENDRAIN = 2; public static final int pin_output_mode_e_OM_OPENDRAIN_INVERTED = 3; + public static final int PRIME_CURVE_COUNT = 8; public static final String PROTOCOL_ANALOG_CHART = "analog_chart"; public static final String PROTOCOL_COIL1_SHORT_NAME = "c1"; public static final String PROTOCOL_CRANK1 = "t1"; @@ -1268,7 +1269,7 @@ public class Fields { public static final int TS_RESPONSE_UNDERRUN = 0x80; public static final int TS_RESPONSE_UNRECOGNIZED_COMMAND = 0x83; public static final char TS_SET_LOGGER_SWITCH = 'l'; - public static final String TS_SIGNATURE = "rusEFI master.2023.10.25.f407-discovery.4161668968"; + public static final String TS_SIGNATURE = "rusEFI master.2023.10.25.f407-discovery.2850128780"; public static final char TS_SIMULATE_CAN = '>'; public static final char TS_SINGLE_WRITE_COMMAND = 'W'; public static final char TS_TEST_COMMAND = 't'; @@ -2635,7 +2636,11 @@ public class Fields { public static final Field DACOUTPUTPINS2 = Field.create("DACOUTPUTPINS2", 4288, FieldType.INT16, Gpio).setScale(1.0).setBaseOffset(0); public static final Field SPEEDOMETEROUTPUTPIN = Field.create("SPEEDOMETEROUTPUTPIN", 4290, FieldType.INT16, output_pin_e).setScale(1.0).setBaseOffset(0); public static final Field SPEEDOMETERPULSEPERKM = Field.create("SPEEDOMETERPULSEPERKM", 4292, FieldType.INT16).setScale(1.0).setBaseOffset(0); - public static final Field MAINUNUSEDEND = Field.create("MAINUNUSEDEND", 4294, FieldType.INT8).setScale(1.0).setBaseOffset(0); + public static final Field SIMULATORCAMPOSITION1 = Field.create("SIMULATORCAMPOSITION1", 4294, FieldType.INT8).setScale(1.0).setBaseOffset(0); + public static final Field SIMULATORCAMPOSITION2 = Field.create("SIMULATORCAMPOSITION2", 4295, FieldType.INT8).setScale(1.0).setBaseOffset(0); + public static final Field SIMULATORCAMPOSITION3 = Field.create("SIMULATORCAMPOSITION3", 4296, FieldType.INT8).setScale(1.0).setBaseOffset(0); + public static final Field SIMULATORCAMPOSITION4 = Field.create("SIMULATORCAMPOSITION4", 4297, FieldType.INT8).setScale(1.0).setBaseOffset(0); + public static final Field MAINUNUSEDEND = Field.create("MAINUNUSEDEND", 4298, FieldType.INT8).setScale(1.0).setBaseOffset(0); public static final Field ETBBIASBINS = Field.create("ETBBIASBINS", 4540, FieldType.FLOAT).setBaseOffset(0); public static final Field ETBBIASVALUES = Field.create("ETBBIASVALUES", 4572, FieldType.FLOAT).setBaseOffset(0); public static final Field IACPIDMULTTABLE = Field.create("IACPIDMULTTABLE", 4604, FieldType.INT8).setScale(0.05).setBaseOffset(0); @@ -4191,6 +4196,10 @@ public class Fields { DACOUTPUTPINS2, SPEEDOMETEROUTPUTPIN, SPEEDOMETERPULSEPERKM, + SIMULATORCAMPOSITION1, + SIMULATORCAMPOSITION2, + SIMULATORCAMPOSITION3, + SIMULATORCAMPOSITION4, MAINUNUSEDEND, ETBBIASBINS, ETBBIASVALUES,