Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2025-02-09 18:06:21 +00:00
parent 8c724c5502
commit 8020a966c0
134 changed files with 399 additions and 259 deletions

View File

@ -27,6 +27,7 @@ entry = sd_active_rd, "SD card reading", int, "%d"
entry = isMapValid, "MAP from sensor seems valid", int, "%d" entry = isMapValid, "MAP from sensor seems valid", int, "%d"
entry = triggerPageRefreshFlag, "triggerPageRefreshFlag", int, "%d" entry = triggerPageRefreshFlag, "triggerPageRefreshFlag", int, "%d"
entry = hasFaultReportFile, "hasFaultReportFile", int, "%d" entry = hasFaultReportFile, "hasFaultReportFile", int, "%d"
entry = isAnalogFailure, "Analog sensors supply failure", int, "%d"
entry = RPMValue, "RPM", int, "%d" entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d" entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f" entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -27,6 +27,7 @@ sd_active_rd = bits, U32, 0, [25:25]
isMapValid = bits, U32, 0, [26:26] isMapValid = bits, U32, 0, [26:26]
triggerPageRefreshFlag = bits, U32, 0, [27:27] triggerPageRefreshFlag = bits, U32, 0, [27:27]
hasFaultReportFile = bits, U32, 0, [28:28] hasFaultReportFile = bits, U32, 0, [28:28]
isAnalogFailure = bits, U32, 0, [29:29]
RPMValue = scalar, U16, 4, "RPM", 1, 0 RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration/Rate of Change/ROC", 1, 0 rpmAcceleration = scalar, S16, 6, "RPM acceleration/Rate of Change/ROC", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0 speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0

View File

@ -31,6 +31,7 @@ static const LogField fields[] = {
{engine->outputChannels, 0, 26, "MAP from sensor seems valid", ""}, {engine->outputChannels, 0, 26, "MAP from sensor seems valid", ""},
{engine->outputChannels, 0, 27, "triggerPageRefreshFlag", ""}, {engine->outputChannels, 0, 27, "triggerPageRefreshFlag", ""},
{engine->outputChannels, 0, 28, "hasFaultReportFile", ""}, {engine->outputChannels, 0, 28, "hasFaultReportFile", ""},
{engine->outputChannels, 0, 29, "Analog sensors supply failure", ""},
{engine->outputChannels.RPMValue, "RPM", "RPM", 0}, {engine->outputChannels.RPMValue, "RPM", "RPM", 0},
{engine->outputChannels.rpmAcceleration, "dRPM", "RPM acceleration/Rate of Change/ROC", 2}, {engine->outputChannels.rpmAcceleration, "dRPM", "RPM acceleration/Rate of Change/ROC", 2},
{engine->outputChannels.speedToRpmRatio, "Gearbox Ratio", "value", 2}, {engine->outputChannels.speedToRpmRatio, "Gearbox Ratio", "value", 2},

View File

@ -1375,7 +1375,7 @@
#define show_2chan_presets true #define show_2chan_presets true
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 131313637 #define SIGNATURE_HASH 918228846
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1688,6 +1688,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1847,7 +1848,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-2chan.131313637" #define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-2chan.918228846"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1376,7 +1376,7 @@
#define show_4chan_presets true #define show_4chan_presets true
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 1313560684 #define SIGNATURE_HASH 2133063911
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1689,6 +1689,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1848,7 +1849,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-4chan.1313560684" #define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-4chan.2133063911"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1376,7 +1376,7 @@
#define show_4chan_presets true #define show_4chan_presets true
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 1313560684 #define SIGNATURE_HASH 2133063911
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1689,6 +1689,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1848,7 +1849,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-4chan_f7.1313560684" #define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-4chan_f7.2133063911"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1375,7 +1375,7 @@
#define SentInput_NONE 0 #define SentInput_NONE 0
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 552438394 #define SIGNATURE_HASH 293939953
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1688,6 +1688,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1847,7 +1848,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-4k-gdi.552438394" #define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-4k-gdi.293939953"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1375,7 +1375,7 @@
#define show_8chan_presets true #define show_8chan_presets true
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 825498561 #define SIGNATURE_HASH 6077258
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1688,6 +1688,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1847,7 +1848,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-8chan-revA.825498561" #define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-8chan-revA.6077258"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1373,7 +1373,7 @@
#define show_8chan_presets true #define show_8chan_presets true
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 3561124849 #define SIGNATURE_HASH 1661346702
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1686,6 +1686,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag true
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1845,7 +1846,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-8chan.3561124849" #define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-8chan.1661346702"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1373,7 +1373,7 @@
#define show_8chan_presets true #define show_8chan_presets true
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 3561124849 #define SIGNATURE_HASH 1661346702
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1686,6 +1686,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag true
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1845,7 +1846,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-8chan_f7.3561124849" #define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-8chan_f7.1661346702"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1377,7 +1377,7 @@
#define SentInput_NONE 0 #define SentInput_NONE 0
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 452909661 #define SIGNATURE_HASH 731282134
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1690,6 +1690,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1849,7 +1850,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-gold.452909661" #define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-gold.731282134"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1374,7 +1374,7 @@
#define SentInput_NONE 0 #define SentInput_NONE 0
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 123369435 #define SIGNATURE_HASH 909301584
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1687,6 +1687,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1846,7 +1847,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-silver.123369435" #define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-silver.909301584"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1377,7 +1377,7 @@
#define SentInput_NONE 0 #define SentInput_NONE 0
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 3363239313 #define SIGNATURE_HASH 4179514650
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1690,6 +1690,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider true #define ts_show_analog_divider true
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1849,7 +1850,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.at_start_f435.3363239313" #define TS_SIGNATURE "rusEFI master.2025.02.09.at_start_f435.4179514650"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1377,7 +1377,7 @@
#define SentInput_NONE 0 #define SentInput_NONE 0
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 2356224479 #define SIGNATURE_HASH 3172565332
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1690,6 +1690,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider true #define ts_show_analog_divider true
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1849,7 +1850,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.atlas.2356224479" #define TS_SIGNATURE "rusEFI master.2025.02.09.atlas.3172565332"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1378,7 +1378,7 @@
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_test_presets true #define show_test_presets true
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 684604460 #define SIGNATURE_HASH 430349479
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1691,6 +1691,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider true #define ts_show_analog_divider true
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1850,7 +1851,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.f407-discovery.684604460" #define TS_SIGNATURE "rusEFI master.2025.02.09.f407-discovery.430349479"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1377,7 +1377,7 @@
#define SentInput_NONE 0 #define SentInput_NONE 0
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 3363239313 #define SIGNATURE_HASH 4179514650
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1690,6 +1690,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider true #define ts_show_analog_divider true
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1849,7 +1850,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.f429-discovery.3363239313" #define TS_SIGNATURE "rusEFI master.2025.02.09.f429-discovery.4179514650"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1377,7 +1377,7 @@
#define SentInput_NONE 0 #define SentInput_NONE 0
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 4204917506 #define SIGNATURE_HASH 3418968969
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1690,6 +1690,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider true #define ts_show_analog_divider true
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1849,7 +1850,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.f469-discovery.4204917506" #define TS_SIGNATURE "rusEFI master.2025.02.09.f469-discovery.3418968969"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1379,7 +1379,7 @@
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_test_presets true #define show_test_presets true
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 2666889610 #define SIGNATURE_HASH 2946310401
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1692,6 +1692,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider true #define ts_show_analog_divider true
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1851,7 +1852,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.frankenso_na6.2666889610" #define TS_SIGNATURE "rusEFI master.2025.02.09.frankenso_na6.2946310401"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1377,7 +1377,7 @@
#define SentInput_NONE 0 #define SentInput_NONE 0
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 3363239313 #define SIGNATURE_HASH 4179514650
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1690,6 +1690,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider true #define ts_show_analog_divider true
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1849,7 +1850,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.haba208.3363239313" #define TS_SIGNATURE "rusEFI master.2025.02.09.haba208.4179514650"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1375,7 +1375,7 @@
#define SentInput_NONE 0 #define SentInput_NONE 0
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 2622457831 #define SIGNATURE_HASH 2905024364
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1689,6 +1689,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1849,7 +1850,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.hellen-honda-k.2622457831" #define TS_SIGNATURE "rusEFI master.2025.02.09.hellen-honda-k.2905024364"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1378,7 +1378,7 @@
#define show_HellenNB1_presets true #define show_HellenNB1_presets true
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 1271931022 #define SIGNATURE_HASH 2058911749
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1691,6 +1691,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1850,7 +1851,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.hellen-nb1.1271931022" #define TS_SIGNATURE "rusEFI master.2025.02.09.hellen-nb1.2058911749"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1378,7 +1378,7 @@
#define show_Hellen121nissan_presets true #define show_Hellen121nissan_presets true
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 418211601 #define SIGNATURE_HASH 696633242
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1691,6 +1691,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1850,7 +1851,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.hellen121nissan.418211601" #define TS_SIGNATURE "rusEFI master.2025.02.09.hellen121nissan.696633242"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1378,7 +1378,7 @@
#define show_Hellen121vag_presets true #define show_Hellen121vag_presets true
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 1082422614 #define SIGNATURE_HASH 1911346653
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1691,6 +1691,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1850,7 +1851,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.hellen121vag.1082422614" #define TS_SIGNATURE "rusEFI master.2025.02.09.hellen121vag.1911346653"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1378,7 +1378,7 @@
#define show_Hellen128merc_presets true #define show_Hellen128merc_presets true
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 635756390 #define SIGNATURE_HASH 344752109
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1691,6 +1691,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1850,7 +1851,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.hellen128.635756390" #define TS_SIGNATURE "rusEFI master.2025.02.09.hellen128.344752109"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1375,7 +1375,7 @@
#define SentInput_NONE 0 #define SentInput_NONE 0
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 717960345 #define SIGNATURE_HASH 463705106
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1688,6 +1688,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1847,7 +1848,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.hellen154hyundai.717960345" #define TS_SIGNATURE "rusEFI master.2025.02.09.hellen154hyundai.463705106"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1375,7 +1375,7 @@
#define SentInput_NONE 0 #define SentInput_NONE 0
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 3650400779 #define SIGNATURE_HASH 3908833920
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1688,6 +1688,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1847,7 +1848,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.hellen154hyundai_f7.3650400779" #define TS_SIGNATURE "rusEFI master.2025.02.09.hellen154hyundai_f7.3908833920"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1378,7 +1378,7 @@
#define show_HellenNB2_presets true #define show_HellenNB2_presets true
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 895359047 #define SIGNATURE_HASH 70695116
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1691,6 +1691,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1850,7 +1851,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.hellen72.895359047" #define TS_SIGNATURE "rusEFI master.2025.02.09.hellen72.70695116"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1378,7 +1378,7 @@
#define show_HellenNA6_presets true #define show_HellenNA6_presets true
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 1557337713 #define SIGNATURE_HASH 1841018618
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1691,6 +1691,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1850,7 +1851,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.hellenNA6.1557337713" #define TS_SIGNATURE "rusEFI master.2025.02.09.hellenNA6.1841018618"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1379,7 +1379,7 @@
#define show_HellenNB1_presets false #define show_HellenNB1_presets false
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 2735297727 #define SIGNATURE_HASH 2455893044
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1692,6 +1692,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1851,7 +1852,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.hellenNA8_96.2735297727" #define TS_SIGNATURE "rusEFI master.2025.02.09.hellenNA8_96.2455893044"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1377,7 +1377,7 @@
#define SentInput_NONE 0 #define SentInput_NONE 0
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 2925901326 #define SIGNATURE_HASH 2668435077
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1690,6 +1690,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1850,7 +1851,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.m74_9.2925901326" #define TS_SIGNATURE "rusEFI master.2025.02.09.m74_9.2668435077"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1376,7 +1376,7 @@
#define SentInput_NONE 0 #define SentInput_NONE 0
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 2198352978 #define SIGNATURE_HASH 2992674009
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1689,6 +1689,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1848,7 +1849,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.mre-legacy_f4.2198352978" #define TS_SIGNATURE "rusEFI master.2025.02.09.mre-legacy_f4.2992674009"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1376,7 +1376,7 @@
#define SentInput_NONE 0 #define SentInput_NONE 0
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 2198352978 #define SIGNATURE_HASH 2992674009
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1689,6 +1689,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1848,7 +1849,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.mre_f4.2198352978" #define TS_SIGNATURE "rusEFI master.2025.02.09.mre_f4.2992674009"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1376,7 +1376,7 @@
#define SentInput_NONE 0 #define SentInput_NONE 0
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 2198352978 #define SIGNATURE_HASH 2992674009
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1689,6 +1689,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1848,7 +1849,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.mre_f7.2198352978" #define TS_SIGNATURE "rusEFI master.2025.02.09.mre_f7.2992674009"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1377,7 +1377,7 @@
#define SentInput_NONE 0 #define SentInput_NONE 0
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 3363239313 #define SIGNATURE_HASH 4179514650
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1690,6 +1690,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider true #define ts_show_analog_divider true
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1849,7 +1850,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.nucleo_f413.3363239313" #define TS_SIGNATURE "rusEFI master.2025.02.09.nucleo_f413.4179514650"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1375,7 +1375,7 @@
#define SentInput_NONE 0 #define SentInput_NONE 0
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 2778113233 #define SIGNATURE_HASH 2499675226
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1688,6 +1688,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1847,7 +1848,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.proteus_f4.2778113233" #define TS_SIGNATURE "rusEFI master.2025.02.09.proteus_f4.2499675226"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1375,7 +1375,7 @@
#define SentInput_NONE 0 #define SentInput_NONE 0
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 2778113233 #define SIGNATURE_HASH 2499675226
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1688,6 +1688,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1847,7 +1848,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.proteus_f7.2778113233" #define TS_SIGNATURE "rusEFI master.2025.02.09.proteus_f7.2499675226"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1375,7 +1375,7 @@
#define SentInput_NONE 0 #define SentInput_NONE 0
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 2778113233 #define SIGNATURE_HASH 2499675226
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1688,6 +1688,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1847,7 +1848,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.proteus_h7.2778113233" #define TS_SIGNATURE "rusEFI master.2025.02.09.proteus_h7.2499675226"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1375,7 +1375,7 @@
#define SentInput_NONE 0 #define SentInput_NONE 0
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 2492324028 #define SIGNATURE_HASH 2783279159
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1688,6 +1688,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1848,7 +1849,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.small-can-board.2492324028" #define TS_SIGNATURE "rusEFI master.2025.02.09.small-can-board.2783279159"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1377,7 +1377,7 @@
#define SentInput_NONE 0 #define SentInput_NONE 0
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 3363239313 #define SIGNATURE_HASH 4179514650
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1690,6 +1690,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider true #define ts_show_analog_divider true
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1849,7 +1850,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.stm32f429_nucleo.3363239313" #define TS_SIGNATURE "rusEFI master.2025.02.09.stm32f429_nucleo.4179514650"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1377,7 +1377,7 @@
#define SentInput_NONE 0 #define SentInput_NONE 0
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 3363239313 #define SIGNATURE_HASH 4179514650
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1690,6 +1690,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider true #define ts_show_analog_divider true
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1849,7 +1850,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.stm32f767_nucleo.3363239313" #define TS_SIGNATURE "rusEFI master.2025.02.09.stm32f767_nucleo.4179514650"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1377,7 +1377,7 @@
#define SentInput_NONE 0 #define SentInput_NONE 0
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 3363239313 #define SIGNATURE_HASH 4179514650
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1690,6 +1690,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider true #define ts_show_analog_divider true
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1849,7 +1850,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.stm32h743_nucleo.3363239313" #define TS_SIGNATURE "rusEFI master.2025.02.09.stm32h743_nucleo.4179514650"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1377,7 +1377,7 @@
#define SentInput_NONE 0 #define SentInput_NONE 0
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 3675628165 #define SIGNATURE_HASH 3934061070
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1690,6 +1690,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1850,7 +1851,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.subaru_eg33_f7.3675628165" #define TS_SIGNATURE "rusEFI master.2025.02.09.subaru_eg33_f7.3934061070"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1377,7 +1377,7 @@
#define SentInput_NONE 0 #define SentInput_NONE 0
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 3363239313 #define SIGNATURE_HASH 4179514650
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1690,6 +1690,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider true #define ts_show_analog_divider true
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1849,7 +1850,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.t-b-g.3363239313" #define TS_SIGNATURE "rusEFI master.2025.02.09.t-b-g.4179514650"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1371,7 +1371,7 @@
#define SentInput_NONE 0 #define SentInput_NONE 0
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 478164931 #define SIGNATURE_HASH 3164778166
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1685,6 +1685,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag true
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1844,7 +1845,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.uaefi.478164931" #define TS_SIGNATURE "rusEFI master.2025.02.09.uaefi.3164778166"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1375,7 +1375,7 @@
#define SentInput_NONE 0 #define SentInput_NONE 0
#define show_tcu_gauges false #define show_tcu_gauges false
#define show_vvt_output_pin true #define show_vvt_output_pin true
#define SIGNATURE_HASH 3801269551 #define SIGNATURE_HASH 3556402596
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin" #define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image" #define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin" #define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
@ -1688,6 +1688,7 @@
#define ts_show_acr_pins true #define ts_show_acr_pins true
#define ts_show_air_conditioning true #define ts_show_air_conditioning true
#define ts_show_alternator true #define ts_show_alternator true
#define ts_show_analog_diag false
#define ts_show_analog_divider false #define ts_show_analog_divider false
#define ts_show_analog_ego true #define ts_show_analog_ego true
#define ts_show_analog_input_settings true #define ts_show_analog_input_settings true
@ -1847,7 +1848,7 @@
#define ts_show_wastegate_sensor true #define ts_show_wastegate_sensor true
#define ts_show_wbo_canbus_index true #define ts_show_wbo_canbus_index true
#define ts_show_wbo_canbus_set_index true #define ts_show_wbo_canbus_set_index true
#define TS_SIGNATURE "rusEFI master.2025.02.09.uaefi121.3801269551" #define TS_SIGNATURE "rusEFI master.2025.02.09.uaefi121.3556402596"
#define TS_SIMULATE_CAN '>' #define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char > #define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 131313637 #define SIGNATURE_HASH 918228846
#define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-2chan.131313637" #define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-2chan.918228846"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 1313560684 #define SIGNATURE_HASH 2133063911
#define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-4chan.1313560684" #define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-4chan.2133063911"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 1313560684 #define SIGNATURE_HASH 2133063911
#define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-4chan_f7.1313560684" #define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-4chan_f7.2133063911"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 552438394 #define SIGNATURE_HASH 293939953
#define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-4k-gdi.552438394" #define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-4k-gdi.293939953"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 825498561 #define SIGNATURE_HASH 6077258
#define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-8chan-revA.825498561" #define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-8chan-revA.6077258"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 3561124849 #define SIGNATURE_HASH 1661346702
#define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-8chan.3561124849" #define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-8chan.1661346702"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 3561124849 #define SIGNATURE_HASH 1661346702
#define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-8chan_f7.3561124849" #define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-8chan_f7.1661346702"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 452909661 #define SIGNATURE_HASH 731282134
#define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-gold.452909661" #define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-gold.731282134"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 123369435 #define SIGNATURE_HASH 909301584
#define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-silver.123369435" #define TS_SIGNATURE "rusEFI master.2025.02.09.alphax-silver.909301584"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 3363239313 #define SIGNATURE_HASH 4179514650
#define TS_SIGNATURE "rusEFI master.2025.02.09.at_start_f435.3363239313" #define TS_SIGNATURE "rusEFI master.2025.02.09.at_start_f435.4179514650"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 2356224479 #define SIGNATURE_HASH 3172565332
#define TS_SIGNATURE "rusEFI master.2025.02.09.atlas.2356224479" #define TS_SIGNATURE "rusEFI master.2025.02.09.atlas.3172565332"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 684604460 #define SIGNATURE_HASH 430349479
#define TS_SIGNATURE "rusEFI master.2025.02.09.f407-discovery.684604460" #define TS_SIGNATURE "rusEFI master.2025.02.09.f407-discovery.430349479"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 3363239313 #define SIGNATURE_HASH 4179514650
#define TS_SIGNATURE "rusEFI master.2025.02.09.f429-discovery.3363239313" #define TS_SIGNATURE "rusEFI master.2025.02.09.f429-discovery.4179514650"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 4204917506 #define SIGNATURE_HASH 3418968969
#define TS_SIGNATURE "rusEFI master.2025.02.09.f469-discovery.4204917506" #define TS_SIGNATURE "rusEFI master.2025.02.09.f469-discovery.3418968969"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 2666889610 #define SIGNATURE_HASH 2946310401
#define TS_SIGNATURE "rusEFI master.2025.02.09.frankenso_na6.2666889610" #define TS_SIGNATURE "rusEFI master.2025.02.09.frankenso_na6.2946310401"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 3363239313 #define SIGNATURE_HASH 4179514650
#define TS_SIGNATURE "rusEFI master.2025.02.09.haba208.3363239313" #define TS_SIGNATURE "rusEFI master.2025.02.09.haba208.4179514650"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 2622457831 #define SIGNATURE_HASH 2905024364
#define TS_SIGNATURE "rusEFI master.2025.02.09.hellen-honda-k.2622457831" #define TS_SIGNATURE "rusEFI master.2025.02.09.hellen-honda-k.2905024364"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 1271931022 #define SIGNATURE_HASH 2058911749
#define TS_SIGNATURE "rusEFI master.2025.02.09.hellen-nb1.1271931022" #define TS_SIGNATURE "rusEFI master.2025.02.09.hellen-nb1.2058911749"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 418211601 #define SIGNATURE_HASH 696633242
#define TS_SIGNATURE "rusEFI master.2025.02.09.hellen121nissan.418211601" #define TS_SIGNATURE "rusEFI master.2025.02.09.hellen121nissan.696633242"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 1082422614 #define SIGNATURE_HASH 1911346653
#define TS_SIGNATURE "rusEFI master.2025.02.09.hellen121vag.1082422614" #define TS_SIGNATURE "rusEFI master.2025.02.09.hellen121vag.1911346653"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 635756390 #define SIGNATURE_HASH 344752109
#define TS_SIGNATURE "rusEFI master.2025.02.09.hellen128.635756390" #define TS_SIGNATURE "rusEFI master.2025.02.09.hellen128.344752109"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 717960345 #define SIGNATURE_HASH 463705106
#define TS_SIGNATURE "rusEFI master.2025.02.09.hellen154hyundai.717960345" #define TS_SIGNATURE "rusEFI master.2025.02.09.hellen154hyundai.463705106"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 3650400779 #define SIGNATURE_HASH 3908833920
#define TS_SIGNATURE "rusEFI master.2025.02.09.hellen154hyundai_f7.3650400779" #define TS_SIGNATURE "rusEFI master.2025.02.09.hellen154hyundai_f7.3908833920"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 895359047 #define SIGNATURE_HASH 70695116
#define TS_SIGNATURE "rusEFI master.2025.02.09.hellen72.895359047" #define TS_SIGNATURE "rusEFI master.2025.02.09.hellen72.70695116"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 1557337713 #define SIGNATURE_HASH 1841018618
#define TS_SIGNATURE "rusEFI master.2025.02.09.hellenNA6.1557337713" #define TS_SIGNATURE "rusEFI master.2025.02.09.hellenNA6.1841018618"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 2735297727 #define SIGNATURE_HASH 2455893044
#define TS_SIGNATURE "rusEFI master.2025.02.09.hellenNA8_96.2735297727" #define TS_SIGNATURE "rusEFI master.2025.02.09.hellenNA8_96.2455893044"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 2925901326 #define SIGNATURE_HASH 2668435077
#define TS_SIGNATURE "rusEFI master.2025.02.09.m74_9.2925901326" #define TS_SIGNATURE "rusEFI master.2025.02.09.m74_9.2668435077"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 2198352978 #define SIGNATURE_HASH 2992674009
#define TS_SIGNATURE "rusEFI master.2025.02.09.mre-legacy_f4.2198352978" #define TS_SIGNATURE "rusEFI master.2025.02.09.mre-legacy_f4.2992674009"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 2198352978 #define SIGNATURE_HASH 2992674009
#define TS_SIGNATURE "rusEFI master.2025.02.09.mre_f4.2198352978" #define TS_SIGNATURE "rusEFI master.2025.02.09.mre_f4.2992674009"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 2198352978 #define SIGNATURE_HASH 2992674009
#define TS_SIGNATURE "rusEFI master.2025.02.09.mre_f7.2198352978" #define TS_SIGNATURE "rusEFI master.2025.02.09.mre_f7.2992674009"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 3363239313 #define SIGNATURE_HASH 4179514650
#define TS_SIGNATURE "rusEFI master.2025.02.09.nucleo_f413.3363239313" #define TS_SIGNATURE "rusEFI master.2025.02.09.nucleo_f413.4179514650"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 2778113233 #define SIGNATURE_HASH 2499675226
#define TS_SIGNATURE "rusEFI master.2025.02.09.proteus_f4.2778113233" #define TS_SIGNATURE "rusEFI master.2025.02.09.proteus_f4.2499675226"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 2778113233 #define SIGNATURE_HASH 2499675226
#define TS_SIGNATURE "rusEFI master.2025.02.09.proteus_f7.2778113233" #define TS_SIGNATURE "rusEFI master.2025.02.09.proteus_f7.2499675226"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 2778113233 #define SIGNATURE_HASH 2499675226
#define TS_SIGNATURE "rusEFI master.2025.02.09.proteus_h7.2778113233" #define TS_SIGNATURE "rusEFI master.2025.02.09.proteus_h7.2499675226"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 2492324028 #define SIGNATURE_HASH 2783279159
#define TS_SIGNATURE "rusEFI master.2025.02.09.small-can-board.2492324028" #define TS_SIGNATURE "rusEFI master.2025.02.09.small-can-board.2783279159"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 3363239313 #define SIGNATURE_HASH 4179514650
#define TS_SIGNATURE "rusEFI master.2025.02.09.stm32f429_nucleo.3363239313" #define TS_SIGNATURE "rusEFI master.2025.02.09.stm32f429_nucleo.4179514650"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 3363239313 #define SIGNATURE_HASH 4179514650
#define TS_SIGNATURE "rusEFI master.2025.02.09.stm32f767_nucleo.3363239313" #define TS_SIGNATURE "rusEFI master.2025.02.09.stm32f767_nucleo.4179514650"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 3363239313 #define SIGNATURE_HASH 4179514650
#define TS_SIGNATURE "rusEFI master.2025.02.09.stm32h743_nucleo.3363239313" #define TS_SIGNATURE "rusEFI master.2025.02.09.stm32h743_nucleo.4179514650"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 3675628165 #define SIGNATURE_HASH 3934061070
#define TS_SIGNATURE "rusEFI master.2025.02.09.subaru_eg33_f7.3675628165" #define TS_SIGNATURE "rusEFI master.2025.02.09.subaru_eg33_f7.3934061070"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 3363239313 #define SIGNATURE_HASH 4179514650
#define TS_SIGNATURE "rusEFI master.2025.02.09.t-b-g.3363239313" #define TS_SIGNATURE "rusEFI master.2025.02.09.t-b-g.4179514650"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 478164931 #define SIGNATURE_HASH 3164778166
#define TS_SIGNATURE "rusEFI master.2025.02.09.uaefi.478164931" #define TS_SIGNATURE "rusEFI master.2025.02.09.uaefi.3164778166"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer // was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
// //
#define SIGNATURE_HASH 3801269551 #define SIGNATURE_HASH 3556402596
#define TS_SIGNATURE "rusEFI master.2025.02.09.uaefi121.3801269551" #define TS_SIGNATURE "rusEFI master.2025.02.09.uaefi121.3556402596"

View File

@ -93,6 +93,9 @@ float getOutputValueByName(const char *name) {
// hasFaultReportFile // hasFaultReportFile
case -1502616231: case -1502616231:
return engine->outputChannels.hasFaultReportFile; return engine->outputChannels.hasFaultReportFile;
// isAnalogFailure
case -1383513733:
return engine->outputChannels.isAnalogFailure;
// RPMValue // RPMValue
case 1699696209: case 1699696209:
return engine->outputChannels.RPMValue; return engine->outputChannels.RPMValue;

View File

@ -143,14 +143,15 @@ struct output_channels_s {
offset 0 bit 28 */ offset 0 bit 28 */
bool hasFaultReportFile : 1 {}; bool hasFaultReportFile : 1 {};
/** /**
* Analog sensors supply failure
offset 0 bit 29 */ offset 0 bit 29 */
bool unusedBit_29_29 : 1 {}; bool isAnalogFailure : 1 {};
/** /**
offset 0 bit 30 */ offset 0 bit 30 */
bool unusedBit_29_30 : 1 {}; bool unusedBit_30_30 : 1 {};
/** /**
offset 0 bit 31 */ offset 0 bit 31 */
bool unusedBit_29_31 : 1 {}; bool unusedBit_30_31 : 1 {};
/** /**
* @@GAUGE_NAME_RPM@@ * @@GAUGE_NAME_RPM@@
* units: RPM * units: RPM

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2025.02.09.f407-discovery.684604460" signature = "rusEFI master.2025.02.09.f407-discovery.430349479"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2025.02.09.f407-discovery.684604460" ; signature is expected to be 7 or more characters. signature= "rusEFI master.2025.02.09.f407-discovery.430349479" ; 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 ; 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 useLegacyFTempUnits = false
@ -2725,6 +2725,7 @@ sd_active_rd = bits, U32, 0, [25:25]
isMapValid = bits, U32, 0, [26:26] isMapValid = bits, U32, 0, [26:26]
triggerPageRefreshFlag = bits, U32, 0, [27:27] triggerPageRefreshFlag = bits, U32, 0, [27:27]
hasFaultReportFile = bits, U32, 0, [28:28] hasFaultReportFile = bits, U32, 0, [28:28]
isAnalogFailure = bits, U32, 0, [29:29]
RPMValue = scalar, U16, 4, "RPM", 1, 0 RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration/Rate of Change/ROC", 1, 0 rpmAcceleration = scalar, S16, 6, "RPM acceleration/Rate of Change/ROC", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0 speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -5407,6 +5408,7 @@ entry = sd_active_rd, "SD card reading", int, "%d"
entry = isMapValid, "MAP from sensor seems valid", int, "%d" entry = isMapValid, "MAP from sensor seems valid", int, "%d"
entry = triggerPageRefreshFlag, "triggerPageRefreshFlag", int, "%d" entry = triggerPageRefreshFlag, "triggerPageRefreshFlag", int, "%d"
entry = hasFaultReportFile, "hasFaultReportFile", int, "%d" entry = hasFaultReportFile, "hasFaultReportFile", int, "%d"
entry = isAnalogFailure, "Analog sensors supply failure", int, "%d"
entry = RPMValue, "RPM", int, "%d" entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d" entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f" entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2025.02.09.alphax-2chan.131313637" signature = "rusEFI master.2025.02.09.alphax-2chan.918228846"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2025.02.09.alphax-2chan.131313637" ; signature is expected to be 7 or more characters. signature= "rusEFI master.2025.02.09.alphax-2chan.918228846" ; 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 ; 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 useLegacyFTempUnits = false
@ -2729,6 +2729,7 @@ sd_active_rd = bits, U32, 0, [25:25]
isMapValid = bits, U32, 0, [26:26] isMapValid = bits, U32, 0, [26:26]
triggerPageRefreshFlag = bits, U32, 0, [27:27] triggerPageRefreshFlag = bits, U32, 0, [27:27]
hasFaultReportFile = bits, U32, 0, [28:28] hasFaultReportFile = bits, U32, 0, [28:28]
isAnalogFailure = bits, U32, 0, [29:29]
RPMValue = scalar, U16, 4, "RPM", 1, 0 RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration/Rate of Change/ROC", 1, 0 rpmAcceleration = scalar, S16, 6, "RPM acceleration/Rate of Change/ROC", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0 speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -5402,6 +5403,7 @@ entry = sd_active_rd, "SD card reading", int, "%d"
entry = isMapValid, "MAP from sensor seems valid", int, "%d" entry = isMapValid, "MAP from sensor seems valid", int, "%d"
entry = triggerPageRefreshFlag, "triggerPageRefreshFlag", int, "%d" entry = triggerPageRefreshFlag, "triggerPageRefreshFlag", int, "%d"
entry = hasFaultReportFile, "hasFaultReportFile", int, "%d" entry = hasFaultReportFile, "hasFaultReportFile", int, "%d"
entry = isAnalogFailure, "Analog sensors supply failure", int, "%d"
entry = RPMValue, "RPM", int, "%d" entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d" entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f" entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2025.02.09.alphax-4chan.1313560684" signature = "rusEFI master.2025.02.09.alphax-4chan.2133063911"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2025.02.09.alphax-4chan.1313560684" ; signature is expected to be 7 or more characters. signature= "rusEFI master.2025.02.09.alphax-4chan.2133063911" ; 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 ; 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 useLegacyFTempUnits = false
@ -2734,6 +2734,7 @@ sd_active_rd = bits, U32, 0, [25:25]
isMapValid = bits, U32, 0, [26:26] isMapValid = bits, U32, 0, [26:26]
triggerPageRefreshFlag = bits, U32, 0, [27:27] triggerPageRefreshFlag = bits, U32, 0, [27:27]
hasFaultReportFile = bits, U32, 0, [28:28] hasFaultReportFile = bits, U32, 0, [28:28]
isAnalogFailure = bits, U32, 0, [29:29]
RPMValue = scalar, U16, 4, "RPM", 1, 0 RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration/Rate of Change/ROC", 1, 0 rpmAcceleration = scalar, S16, 6, "RPM acceleration/Rate of Change/ROC", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0 speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -5416,6 +5417,7 @@ entry = sd_active_rd, "SD card reading", int, "%d"
entry = isMapValid, "MAP from sensor seems valid", int, "%d" entry = isMapValid, "MAP from sensor seems valid", int, "%d"
entry = triggerPageRefreshFlag, "triggerPageRefreshFlag", int, "%d" entry = triggerPageRefreshFlag, "triggerPageRefreshFlag", int, "%d"
entry = hasFaultReportFile, "hasFaultReportFile", int, "%d" entry = hasFaultReportFile, "hasFaultReportFile", int, "%d"
entry = isAnalogFailure, "Analog sensors supply failure", int, "%d"
entry = RPMValue, "RPM", int, "%d" entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d" entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f" entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2025.02.09.alphax-4chan_f7.1313560684" signature = "rusEFI master.2025.02.09.alphax-4chan_f7.2133063911"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2025.02.09.alphax-4chan_f7.1313560684" ; signature is expected to be 7 or more characters. signature= "rusEFI master.2025.02.09.alphax-4chan_f7.2133063911" ; 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 ; 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 useLegacyFTempUnits = false
@ -2734,6 +2734,7 @@ sd_active_rd = bits, U32, 0, [25:25]
isMapValid = bits, U32, 0, [26:26] isMapValid = bits, U32, 0, [26:26]
triggerPageRefreshFlag = bits, U32, 0, [27:27] triggerPageRefreshFlag = bits, U32, 0, [27:27]
hasFaultReportFile = bits, U32, 0, [28:28] hasFaultReportFile = bits, U32, 0, [28:28]
isAnalogFailure = bits, U32, 0, [29:29]
RPMValue = scalar, U16, 4, "RPM", 1, 0 RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration/Rate of Change/ROC", 1, 0 rpmAcceleration = scalar, S16, 6, "RPM acceleration/Rate of Change/ROC", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0 speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -5416,6 +5417,7 @@ entry = sd_active_rd, "SD card reading", int, "%d"
entry = isMapValid, "MAP from sensor seems valid", int, "%d" entry = isMapValid, "MAP from sensor seems valid", int, "%d"
entry = triggerPageRefreshFlag, "triggerPageRefreshFlag", int, "%d" entry = triggerPageRefreshFlag, "triggerPageRefreshFlag", int, "%d"
entry = hasFaultReportFile, "hasFaultReportFile", int, "%d" entry = hasFaultReportFile, "hasFaultReportFile", int, "%d"
entry = isAnalogFailure, "Analog sensors supply failure", int, "%d"
entry = RPMValue, "RPM", int, "%d" entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d" entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f" entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2025.02.09.alphax-4k-gdi.552438394" signature = "rusEFI master.2025.02.09.alphax-4k-gdi.293939953"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2025.02.09.alphax-4k-gdi.552438394" ; signature is expected to be 7 or more characters. signature= "rusEFI master.2025.02.09.alphax-4k-gdi.293939953" ; 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 ; 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 useLegacyFTempUnits = false
@ -2724,6 +2724,7 @@ sd_active_rd = bits, U32, 0, [25:25]
isMapValid = bits, U32, 0, [26:26] isMapValid = bits, U32, 0, [26:26]
triggerPageRefreshFlag = bits, U32, 0, [27:27] triggerPageRefreshFlag = bits, U32, 0, [27:27]
hasFaultReportFile = bits, U32, 0, [28:28] hasFaultReportFile = bits, U32, 0, [28:28]
isAnalogFailure = bits, U32, 0, [29:29]
RPMValue = scalar, U16, 4, "RPM", 1, 0 RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration/Rate of Change/ROC", 1, 0 rpmAcceleration = scalar, S16, 6, "RPM acceleration/Rate of Change/ROC", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0 speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -5402,6 +5403,7 @@ entry = sd_active_rd, "SD card reading", int, "%d"
entry = isMapValid, "MAP from sensor seems valid", int, "%d" entry = isMapValid, "MAP from sensor seems valid", int, "%d"
entry = triggerPageRefreshFlag, "triggerPageRefreshFlag", int, "%d" entry = triggerPageRefreshFlag, "triggerPageRefreshFlag", int, "%d"
entry = hasFaultReportFile, "hasFaultReportFile", int, "%d" entry = hasFaultReportFile, "hasFaultReportFile", int, "%d"
entry = isAnalogFailure, "Analog sensors supply failure", int, "%d"
entry = RPMValue, "RPM", int, "%d" entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d" entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f" entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2025.02.09.alphax-8chan-revA.825498561" signature = "rusEFI master.2025.02.09.alphax-8chan-revA.6077258"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2025.02.09.alphax-8chan-revA.825498561" ; signature is expected to be 7 or more characters. signature= "rusEFI master.2025.02.09.alphax-8chan-revA.6077258" ; 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 ; 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 useLegacyFTempUnits = false
@ -2729,6 +2729,7 @@ sd_active_rd = bits, U32, 0, [25:25]
isMapValid = bits, U32, 0, [26:26] isMapValid = bits, U32, 0, [26:26]
triggerPageRefreshFlag = bits, U32, 0, [27:27] triggerPageRefreshFlag = bits, U32, 0, [27:27]
hasFaultReportFile = bits, U32, 0, [28:28] hasFaultReportFile = bits, U32, 0, [28:28]
isAnalogFailure = bits, U32, 0, [29:29]
RPMValue = scalar, U16, 4, "RPM", 1, 0 RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration/Rate of Change/ROC", 1, 0 rpmAcceleration = scalar, S16, 6, "RPM acceleration/Rate of Change/ROC", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0 speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -5410,6 +5411,7 @@ entry = sd_active_rd, "SD card reading", int, "%d"
entry = isMapValid, "MAP from sensor seems valid", int, "%d" entry = isMapValid, "MAP from sensor seems valid", int, "%d"
entry = triggerPageRefreshFlag, "triggerPageRefreshFlag", int, "%d" entry = triggerPageRefreshFlag, "triggerPageRefreshFlag", int, "%d"
entry = hasFaultReportFile, "hasFaultReportFile", int, "%d" entry = hasFaultReportFile, "hasFaultReportFile", int, "%d"
entry = isAnalogFailure, "Analog sensors supply failure", int, "%d"
entry = RPMValue, "RPM", int, "%d" entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d" entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f" entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2025.02.09.alphax-8chan.3561124849" signature = "rusEFI master.2025.02.09.alphax-8chan.1661346702"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2025.02.09.alphax-8chan.3561124849" ; signature is expected to be 7 or more characters. signature= "rusEFI master.2025.02.09.alphax-8chan.1661346702" ; 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 ; 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 useLegacyFTempUnits = false
@ -2738,6 +2738,7 @@ sd_active_rd = bits, U32, 0, [25:25]
isMapValid = bits, U32, 0, [26:26] isMapValid = bits, U32, 0, [26:26]
triggerPageRefreshFlag = bits, U32, 0, [27:27] triggerPageRefreshFlag = bits, U32, 0, [27:27]
hasFaultReportFile = bits, U32, 0, [28:28] hasFaultReportFile = bits, U32, 0, [28:28]
isAnalogFailure = bits, U32, 0, [29:29]
RPMValue = scalar, U16, 4, "RPM", 1, 0 RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration/Rate of Change/ROC", 1, 0 rpmAcceleration = scalar, S16, 6, "RPM acceleration/Rate of Change/ROC", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0 speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -5368,6 +5369,7 @@ gaugeCategory = GPPWM Outputs
indicator = { etb1etbRevLimitActive }, "No ETB RPM Limit", "ETB RPM Limit", white, black, yellow, black indicator = { etb1etbRevLimitActive }, "No ETB RPM Limit", "ETB RPM Limit", white, black, yellow, black
indicator = { wbo0_hasFault }, { WBO0: bitStringValue(wboFaultCodeList, wb1faultCode)}, { WBO0: bitStringValue(wboFaultCodeList, wb1faultCode)}, white, black, red, black indicator = { wbo0_hasFault }, { WBO0: bitStringValue(wboFaultCodeList, wb1faultCode)}, { WBO0: bitStringValue(wboFaultCodeList, wb1faultCode)}, white, black, red, black
indicator = { isAnalogFailure }, "Analog Ok", "Analog error", white, black, red, black
; indicator = { isInjectionEnabled && fuelCutReason == 0 }, { Inj: bitStringValue(injModeList, currentInjectionMode) }, { Inj: bitStringValue(injModeList, currentInjectionMode) }, white, black, white, black ; indicator = { isInjectionEnabled && fuelCutReason == 0 }, { Inj: bitStringValue(injModeList, currentInjectionMode) }, { Inj: bitStringValue(injModeList, currentInjectionMode) }, white, black, white, black
; indicator = { isIgnitionEnabled && sparkCutReason == 0 }, { Ign: bitStringValue(ignModeList, currentIgnitionMode) }, { Ign: bitStringValue(ignModeList, currentIgnitionMode) }, white, black, white, black ; indicator = { isIgnitionEnabled && sparkCutReason == 0 }, { Ign: bitStringValue(ignModeList, currentIgnitionMode) }, { Ign: bitStringValue(ignModeList, currentIgnitionMode) }, white, black, white, black
@ -5417,6 +5419,7 @@ entry = sd_active_rd, "SD card reading", int, "%d"
entry = isMapValid, "MAP from sensor seems valid", int, "%d" entry = isMapValid, "MAP from sensor seems valid", int, "%d"
entry = triggerPageRefreshFlag, "triggerPageRefreshFlag", int, "%d" entry = triggerPageRefreshFlag, "triggerPageRefreshFlag", int, "%d"
entry = hasFaultReportFile, "hasFaultReportFile", int, "%d" entry = hasFaultReportFile, "hasFaultReportFile", int, "%d"
entry = isAnalogFailure, "Analog sensors supply failure", int, "%d"
entry = RPMValue, "RPM", int, "%d" entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d" entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f" entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2025.02.09.alphax-8chan_f7.3561124849" signature = "rusEFI master.2025.02.09.alphax-8chan_f7.1661346702"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2025.02.09.alphax-8chan_f7.3561124849" ; signature is expected to be 7 or more characters. signature= "rusEFI master.2025.02.09.alphax-8chan_f7.1661346702" ; 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 ; 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 useLegacyFTempUnits = false
@ -2738,6 +2738,7 @@ sd_active_rd = bits, U32, 0, [25:25]
isMapValid = bits, U32, 0, [26:26] isMapValid = bits, U32, 0, [26:26]
triggerPageRefreshFlag = bits, U32, 0, [27:27] triggerPageRefreshFlag = bits, U32, 0, [27:27]
hasFaultReportFile = bits, U32, 0, [28:28] hasFaultReportFile = bits, U32, 0, [28:28]
isAnalogFailure = bits, U32, 0, [29:29]
RPMValue = scalar, U16, 4, "RPM", 1, 0 RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration/Rate of Change/ROC", 1, 0 rpmAcceleration = scalar, S16, 6, "RPM acceleration/Rate of Change/ROC", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0 speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -5368,6 +5369,7 @@ gaugeCategory = GPPWM Outputs
indicator = { etb1etbRevLimitActive }, "No ETB RPM Limit", "ETB RPM Limit", white, black, yellow, black indicator = { etb1etbRevLimitActive }, "No ETB RPM Limit", "ETB RPM Limit", white, black, yellow, black
indicator = { wbo0_hasFault }, { WBO0: bitStringValue(wboFaultCodeList, wb1faultCode)}, { WBO0: bitStringValue(wboFaultCodeList, wb1faultCode)}, white, black, red, black indicator = { wbo0_hasFault }, { WBO0: bitStringValue(wboFaultCodeList, wb1faultCode)}, { WBO0: bitStringValue(wboFaultCodeList, wb1faultCode)}, white, black, red, black
indicator = { isAnalogFailure }, "Analog Ok", "Analog error", white, black, red, black
; indicator = { isInjectionEnabled && fuelCutReason == 0 }, { Inj: bitStringValue(injModeList, currentInjectionMode) }, { Inj: bitStringValue(injModeList, currentInjectionMode) }, white, black, white, black ; indicator = { isInjectionEnabled && fuelCutReason == 0 }, { Inj: bitStringValue(injModeList, currentInjectionMode) }, { Inj: bitStringValue(injModeList, currentInjectionMode) }, white, black, white, black
; indicator = { isIgnitionEnabled && sparkCutReason == 0 }, { Ign: bitStringValue(ignModeList, currentIgnitionMode) }, { Ign: bitStringValue(ignModeList, currentIgnitionMode) }, white, black, white, black ; indicator = { isIgnitionEnabled && sparkCutReason == 0 }, { Ign: bitStringValue(ignModeList, currentIgnitionMode) }, { Ign: bitStringValue(ignModeList, currentIgnitionMode) }, white, black, white, black
@ -5417,6 +5419,7 @@ entry = sd_active_rd, "SD card reading", int, "%d"
entry = isMapValid, "MAP from sensor seems valid", int, "%d" entry = isMapValid, "MAP from sensor seems valid", int, "%d"
entry = triggerPageRefreshFlag, "triggerPageRefreshFlag", int, "%d" entry = triggerPageRefreshFlag, "triggerPageRefreshFlag", int, "%d"
entry = hasFaultReportFile, "hasFaultReportFile", int, "%d" entry = hasFaultReportFile, "hasFaultReportFile", int, "%d"
entry = isAnalogFailure, "Analog sensors supply failure", int, "%d"
entry = RPMValue, "RPM", int, "%d" entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d" entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f" entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2025.02.09.alphax-gold.452909661" signature = "rusEFI master.2025.02.09.alphax-gold.731282134"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2025.02.09.alphax-gold.452909661" ; signature is expected to be 7 or more characters. signature= "rusEFI master.2025.02.09.alphax-gold.731282134" ; 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 ; 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 useLegacyFTempUnits = false
@ -2724,6 +2724,7 @@ sd_active_rd = bits, U32, 0, [25:25]
isMapValid = bits, U32, 0, [26:26] isMapValid = bits, U32, 0, [26:26]
triggerPageRefreshFlag = bits, U32, 0, [27:27] triggerPageRefreshFlag = bits, U32, 0, [27:27]
hasFaultReportFile = bits, U32, 0, [28:28] hasFaultReportFile = bits, U32, 0, [28:28]
isAnalogFailure = bits, U32, 0, [29:29]
RPMValue = scalar, U16, 4, "RPM", 1, 0 RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration/Rate of Change/ROC", 1, 0 rpmAcceleration = scalar, S16, 6, "RPM acceleration/Rate of Change/ROC", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0 speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -5405,6 +5406,7 @@ entry = sd_active_rd, "SD card reading", int, "%d"
entry = isMapValid, "MAP from sensor seems valid", int, "%d" entry = isMapValid, "MAP from sensor seems valid", int, "%d"
entry = triggerPageRefreshFlag, "triggerPageRefreshFlag", int, "%d" entry = triggerPageRefreshFlag, "triggerPageRefreshFlag", int, "%d"
entry = hasFaultReportFile, "hasFaultReportFile", int, "%d" entry = hasFaultReportFile, "hasFaultReportFile", int, "%d"
entry = isAnalogFailure, "Analog sensors supply failure", int, "%d"
entry = RPMValue, "RPM", int, "%d" entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d" entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f" entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2025.02.09.alphax-silver.123369435" signature = "rusEFI master.2025.02.09.alphax-silver.909301584"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2025.02.09.alphax-silver.123369435" ; signature is expected to be 7 or more characters. signature= "rusEFI master.2025.02.09.alphax-silver.909301584" ; 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 ; 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 useLegacyFTempUnits = false
@ -2725,6 +2725,7 @@ sd_active_rd = bits, U32, 0, [25:25]
isMapValid = bits, U32, 0, [26:26] isMapValid = bits, U32, 0, [26:26]
triggerPageRefreshFlag = bits, U32, 0, [27:27] triggerPageRefreshFlag = bits, U32, 0, [27:27]
hasFaultReportFile = bits, U32, 0, [28:28] hasFaultReportFile = bits, U32, 0, [28:28]
isAnalogFailure = bits, U32, 0, [29:29]
RPMValue = scalar, U16, 4, "RPM", 1, 0 RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration/Rate of Change/ROC", 1, 0 rpmAcceleration = scalar, S16, 6, "RPM acceleration/Rate of Change/ROC", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0 speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -5397,6 +5398,7 @@ entry = sd_active_rd, "SD card reading", int, "%d"
entry = isMapValid, "MAP from sensor seems valid", int, "%d" entry = isMapValid, "MAP from sensor seems valid", int, "%d"
entry = triggerPageRefreshFlag, "triggerPageRefreshFlag", int, "%d" entry = triggerPageRefreshFlag, "triggerPageRefreshFlag", int, "%d"
entry = hasFaultReportFile, "hasFaultReportFile", int, "%d" entry = hasFaultReportFile, "hasFaultReportFile", int, "%d"
entry = isAnalogFailure, "Analog sensors supply failure", int, "%d"
entry = RPMValue, "RPM", int, "%d" entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d" entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f" entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -38,12 +38,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2025.02.09.at_start_f435.3363239313" signature = "rusEFI master.2025.02.09.at_start_f435.4179514650"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2025.02.09.at_start_f435.3363239313" ; signature is expected to be 7 or more characters. signature= "rusEFI master.2025.02.09.at_start_f435.4179514650" ; 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 ; 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 useLegacyFTempUnits = false
@ -2724,6 +2724,7 @@ sd_active_rd = bits, U32, 0, [25:25]
isMapValid = bits, U32, 0, [26:26] isMapValid = bits, U32, 0, [26:26]
triggerPageRefreshFlag = bits, U32, 0, [27:27] triggerPageRefreshFlag = bits, U32, 0, [27:27]
hasFaultReportFile = bits, U32, 0, [28:28] hasFaultReportFile = bits, U32, 0, [28:28]
isAnalogFailure = bits, U32, 0, [29:29]
RPMValue = scalar, U16, 4, "RPM", 1, 0 RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, S16, 6, "RPM acceleration/Rate of Change/ROC", 1, 0 rpmAcceleration = scalar, S16, 6, "RPM acceleration/Rate of Change/ROC", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0 speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -5405,6 +5406,7 @@ entry = sd_active_rd, "SD card reading", int, "%d"
entry = isMapValid, "MAP from sensor seems valid", int, "%d" entry = isMapValid, "MAP from sensor seems valid", int, "%d"
entry = triggerPageRefreshFlag, "triggerPageRefreshFlag", int, "%d" entry = triggerPageRefreshFlag, "triggerPageRefreshFlag", int, "%d"
entry = hasFaultReportFile, "hasFaultReportFile", int, "%d" entry = hasFaultReportFile, "hasFaultReportFile", int, "%d"
entry = isAnalogFailure, "Analog sensors supply failure", int, "%d"
entry = RPMValue, "RPM", int, "%d" entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d" entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f" entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

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