Auto-generated configs and docs
This commit is contained in:
parent
485ac68c05
commit
e2c4af7de8
|
@ -503,14 +503,15 @@ entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
|
||||||
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
|
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
|
||||||
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
|
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
|
||||||
entry = m_requested_pump, "GDI: HPFP duration", float, "%.3f"
|
entry = m_requested_pump, "GDI: HPFP duration", float, "%.3f"
|
||||||
entry = fuel_requested_percent, "GDI: requested_percent", float, "%.3f"
|
entry = fuel_requested_percent, "GDI: HPFP requested duty", float, "%.3f"
|
||||||
entry = fuel_requested_percent_pi, "GDI: percent_pi", float, "%.3f"
|
entry = fuel_requested_percent_pi, "GDI: percent_pi", float, "%.3f"
|
||||||
entry = noValve, "noValve", int, "%d"
|
entry = noValve, "GDI: HPFP no Valve control output", int, "%d"
|
||||||
entry = angleAboveMin, "angleAboveMin", int, "%d"
|
entry = angleAboveMin, "GDI: HPFP angle above min", int, "%d"
|
||||||
entry = isHpfpInactive, "isHpfpInactive", int, "%d"
|
entry = isHpfpActive, "GDI: HPFP Active", int, "%d"
|
||||||
|
entry = HpfpValveState, "GDI: HPFP Valve state", int, "%d"
|
||||||
entry = m_pressureTarget_kPa, "GDI: target pressure", float, "%.3f"
|
entry = m_pressureTarget_kPa, "GDI: target pressure", float, "%.3f"
|
||||||
entry = nextLobe, "GDI: nextLobe", float, "%.3f"
|
entry = nextLobe, "GDI: next lobe N", float, "%.3f"
|
||||||
entry = di_nextStart, "GDI: next start", float, "%.3f"
|
entry = di_nextStart, "GDI: valve activation angle", float, "%.3f"
|
||||||
entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
|
entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
|
||||||
entry = pressureDelta, "Fuel: Injector pressure delta", float, "%.3f"
|
entry = pressureDelta, "Fuel: Injector pressure delta", float, "%.3f"
|
||||||
entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
||||||
|
|
|
@ -129,7 +129,8 @@ dialog = throttle_modelDialog, "throttle_model"
|
||||||
indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2
|
indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2
|
||||||
indicator = {noValve}, "noValve No", "noValve Yes"
|
indicator = {noValve}, "noValve No", "noValve Yes"
|
||||||
indicator = {angleAboveMin}, "angleAboveMin No", "angleAboveMin Yes"
|
indicator = {angleAboveMin}, "angleAboveMin No", "angleAboveMin Yes"
|
||||||
indicator = {isHpfpInactive}, "isHpfpInactive No", "isHpfpInactive Yes"
|
indicator = {isHpfpActive}, "isHpfpActive No", "isHpfpActive Yes"
|
||||||
|
indicator = {HpfpValveState}, "HpfpValveState No", "HpfpValveState Yes"
|
||||||
|
|
||||||
dialog = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
|
dialog = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
|
||||||
panel = high_pressure_fuel_pumpIndicatorPanel
|
panel = high_pressure_fuel_pumpIndicatorPanel
|
||||||
|
|
|
@ -564,11 +564,12 @@ throttleModelCrossoverAngle = scalar, S16, 1088, "%", 0.01, 0
|
||||||
throttleEstimatedFlow = scalar, F32, 1092, "g/s", 1, 0
|
throttleEstimatedFlow = scalar, F32, 1092, "g/s", 1, 0
|
||||||
; total TS size = 1096
|
; total TS size = 1096
|
||||||
m_requested_pump = scalar, F32, 1096, "", 1, 0
|
m_requested_pump = scalar, F32, 1096, "", 1, 0
|
||||||
fuel_requested_percent = scalar, F32, 1100, "", 1, 0
|
fuel_requested_percent = scalar, F32, 1100, "%", 1, 0
|
||||||
fuel_requested_percent_pi = scalar, F32, 1104, "", 1, 0
|
fuel_requested_percent_pi = scalar, F32, 1104, "", 1, 0
|
||||||
noValve = bits, U32, 1108, [0:0]
|
noValve = bits, U32, 1108, [0:0]
|
||||||
angleAboveMin = bits, U32, 1108, [1:1]
|
angleAboveMin = bits, U32, 1108, [1:1]
|
||||||
isHpfpInactive = bits, U32, 1108, [2:2]
|
isHpfpActive = bits, U32, 1108, [2:2]
|
||||||
|
HpfpValveState = bits, U32, 1108, [3:3]
|
||||||
m_pressureTarget_kPa = scalar, F32, 1112, "", 1, 0
|
m_pressureTarget_kPa = scalar, F32, 1112, "", 1, 0
|
||||||
nextLobe = scalar, F32, 1116, "", 1, 0
|
nextLobe = scalar, F32, 1116, "", 1, 0
|
||||||
di_nextStart = scalar, F32, 1120, "v", 1, 0
|
di_nextStart = scalar, F32, 1120, "v", 1, 0
|
||||||
|
|
|
@ -455,11 +455,11 @@ throttleModelCrossoverAngle("Air: Throttle crossover pos", SensorCategory.SENSOR
|
||||||
alignmentFill_at_6("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1090, 1.0, -20.0, 100.0, "units"),
|
alignmentFill_at_6("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1090, 1.0, -20.0, 100.0, "units"),
|
||||||
throttleEstimatedFlow("Air: Throttle flow estimate", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1092, 1.0, 0.0, 5.0, "g/s"),
|
throttleEstimatedFlow("Air: Throttle flow estimate", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1092, 1.0, 0.0, 5.0, "g/s"),
|
||||||
m_requested_pump("GDI: HPFP duration\nComputed requested pump duration in degrees (not including deadtime)", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1096, 1.0, -1.0, -1.0, ""),
|
m_requested_pump("GDI: HPFP duration\nComputed requested pump duration in degrees (not including deadtime)", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1096, 1.0, -1.0, -1.0, ""),
|
||||||
fuel_requested_percent("GDI: requested_percent", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1100, 1.0, -1.0, -1.0, ""),
|
fuel_requested_percent("GDI: HPFP requested duty", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1100, 1.0, 0.0, 100.0, "%"),
|
||||||
fuel_requested_percent_pi("GDI: percent_pi", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1104, 1.0, -1.0, -1.0, ""),
|
fuel_requested_percent_pi("GDI: percent_pi", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1104, 1.0, -1.0, -1.0, ""),
|
||||||
m_pressureTarget_kPa("GDI: target pressure", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1112, 1.0, -1.0, -1.0, ""),
|
m_pressureTarget_kPa("GDI: target pressure", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1112, 1.0, -1.0, -1.0, ""),
|
||||||
nextLobe("GDI: nextLobe", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1116, 1.0, -1.0, -1.0, ""),
|
nextLobe("GDI: next lobe N", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1116, 1.0, -1.0, -1.0, ""),
|
||||||
di_nextStart("GDI: next start", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1120, 1.0, 0.0, 100.0, "v"),
|
di_nextStart("GDI: valve activation angle", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1120, 1.0, 0.0, 100.0, "v"),
|
||||||
m_deadtime("Fuel: injector lag", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1124, 1.0, 0.0, 0.0, "ms"),
|
m_deadtime("Fuel: injector lag", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1124, 1.0, 0.0, 0.0, "ms"),
|
||||||
pressureDelta("Fuel: Injector pressure delta", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1128, 1.0, -1000.0, 1000.0, "kPa"),
|
pressureDelta("Fuel: Injector pressure delta", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1128, 1.0, -1000.0, 1000.0, "kPa"),
|
||||||
pressureRatio("Fuel: Injector pressure ratio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1132, 1.0, 0.0, 100.0, ""),
|
pressureRatio("Fuel: Injector pressure ratio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1132, 1.0, 0.0, 100.0, ""),
|
||||||
|
|
|
@ -1337,7 +1337,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 929545910
|
#define SIGNATURE_HASH 2633402789
|
||||||
#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"
|
||||||
|
@ -1808,7 +1808,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.01.30.alphax-2chan.929545910"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.alphax-2chan.2633402789"
|
||||||
#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'
|
||||||
|
|
|
@ -1338,7 +1338,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 2130659647
|
#define SIGNATURE_HASH 3580788268
|
||||||
#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"
|
||||||
|
@ -1809,7 +1809,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.01.30.alphax-4chan.2130659647"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.alphax-4chan.3580788268"
|
||||||
#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'
|
||||||
|
|
|
@ -1338,7 +1338,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 2130659647
|
#define SIGNATURE_HASH 3580788268
|
||||||
#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"
|
||||||
|
@ -1809,7 +1809,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.01.30.alphax-4chan_f7.2130659647"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.alphax-4chan_f7.3580788268"
|
||||||
#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'
|
||||||
|
|
|
@ -1337,7 +1337,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 274307881
|
#define SIGNATURE_HASH 3150490682
|
||||||
#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"
|
||||||
|
@ -1808,7 +1808,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.01.30.alphax-4k-gdi.274307881"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.alphax-4k-gdi.3150490682"
|
||||||
#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'
|
||||||
|
|
|
@ -1337,7 +1337,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 25168530
|
#define SIGNATURE_HASH 2853256577
|
||||||
#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"
|
||||||
|
@ -1808,7 +1808,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.01.30.alphax-8chan-revA.25168530"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.alphax-8chan-revA.2853256577"
|
||||||
#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'
|
||||||
|
|
|
@ -1335,7 +1335,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 2623012158
|
#define SIGNATURE_HASH 935774765
|
||||||
#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"
|
||||||
|
@ -1806,7 +1806,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.01.30.alphax-8chan.2623012158"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.alphax-8chan.935774765"
|
||||||
#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'
|
||||||
|
|
|
@ -1335,7 +1335,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 2623012158
|
#define SIGNATURE_HASH 935774765
|
||||||
#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"
|
||||||
|
@ -1806,7 +1806,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.01.30.alphax-8chan_f7.2623012158"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.alphax-8chan_f7.935774765"
|
||||||
#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'
|
||||||
|
|
|
@ -1336,7 +1336,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 938370696
|
#define SIGNATURE_HASH 2625589659
|
||||||
#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"
|
||||||
|
@ -1807,7 +1807,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.01.30.alphax-silver.938370696"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.alphax-silver.2625589659"
|
||||||
#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'
|
||||||
|
|
|
@ -1339,7 +1339,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 4173522114
|
#define SIGNATURE_HASH 1398002641
|
||||||
#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"
|
||||||
|
@ -1810,7 +1810,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.01.30.at_start_f435.4173522114"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.at_start_f435.1398002641"
|
||||||
#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'
|
||||||
|
|
|
@ -1339,7 +1339,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 3167039628
|
#define SIGNATURE_HASH 391382943
|
||||||
#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"
|
||||||
|
@ -1810,7 +1810,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.01.30.atlas.3167039628"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.atlas.391382943"
|
||||||
#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'
|
||||||
|
|
|
@ -1340,7 +1340,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 410660223
|
#define SIGNATURE_HASH 3018529388
|
||||||
#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"
|
||||||
|
@ -1811,7 +1811,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.01.30.f407-discovery.410660223"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.f407-discovery.3018529388"
|
||||||
#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'
|
||||||
|
|
|
@ -1339,7 +1339,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 4173522114
|
#define SIGNATURE_HASH 1398002641
|
||||||
#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"
|
||||||
|
@ -1810,7 +1810,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.01.30.f429-discovery.4173522114"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.f429-discovery.1398002641"
|
||||||
#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'
|
||||||
|
|
|
@ -1339,7 +1339,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 3390431825
|
#define SIGNATURE_HASH 1636095298
|
||||||
#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"
|
||||||
|
@ -1810,7 +1810,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.01.30.f469-discovery.3390431825"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.f469-discovery.1636095298"
|
||||||
#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'
|
||||||
|
|
|
@ -1341,7 +1341,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 2923532505
|
#define SIGNATURE_HASH 97560522
|
||||||
#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"
|
||||||
|
@ -1812,7 +1812,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.01.30.frankenso_na6.2923532505"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.frankenso_na6.97560522"
|
||||||
#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'
|
||||||
|
|
|
@ -1339,7 +1339,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 4173522114
|
#define SIGNATURE_HASH 1398002641
|
||||||
#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"
|
||||||
|
@ -1810,7 +1810,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.01.30.haba208.4173522114"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.haba208.1398002641"
|
||||||
#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'
|
||||||
|
|
|
@ -1337,7 +1337,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 2902169268
|
#define SIGNATURE_HASH 124428711
|
||||||
#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"
|
||||||
|
@ -1810,7 +1810,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.01.30.hellen-honda-k.2902169268"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.hellen-honda-k.124428711"
|
||||||
#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'
|
||||||
|
|
|
@ -1340,7 +1340,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 2070163933
|
#define SIGNATURE_HASH 3505718990
|
||||||
#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"
|
||||||
|
@ -1811,7 +1811,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.01.30.hellen-nb1.2070163933"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.hellen-nb1.3505718990"
|
||||||
#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'
|
||||||
|
|
|
@ -1340,7 +1340,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 676951618
|
#define SIGNATURE_HASH 2210939217
|
||||||
#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"
|
||||||
|
@ -1811,7 +1811,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.01.30.hellen121nissan.676951618"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.hellen121nissan.2210939217"
|
||||||
#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'
|
||||||
|
|
|
@ -1340,7 +1340,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 1882219525
|
#define SIGNATURE_HASH 3684782870
|
||||||
#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"
|
||||||
|
@ -1811,7 +1811,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.01.30.hellen121vag.1882219525"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.hellen121vag.3684782870"
|
||||||
#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'
|
||||||
|
|
|
@ -1340,7 +1340,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 357617205
|
#define SIGNATURE_HASH 3200383270
|
||||||
#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"
|
||||||
|
@ -1811,7 +1811,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.01.30.hellen128.357617205"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.hellen128.3200383270"
|
||||||
#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'
|
||||||
|
|
|
@ -1337,7 +1337,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 444540362
|
#define SIGNATURE_HASH 2985169625
|
||||||
#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"
|
||||||
|
@ -1808,7 +1808,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.01.30.hellen154hyundai.444540362"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.hellen154hyundai.2985169625"
|
||||||
#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'
|
||||||
|
|
|
@ -1337,7 +1337,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 3911230296
|
#define SIGNATURE_HASH 1118934091
|
||||||
#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"
|
||||||
|
@ -1808,7 +1808,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.01.30.hellen154hyundai_f7.3911230296"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.hellen154hyundai_f7.1118934091"
|
||||||
#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'
|
||||||
|
|
|
@ -1340,7 +1340,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 99223828
|
#define SIGNATURE_HASH 2927312391
|
||||||
#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"
|
||||||
|
@ -1811,7 +1811,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.01.30.hellen72.99223828"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.hellen72.2927312391"
|
||||||
#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'
|
||||||
|
|
|
@ -1340,7 +1340,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 1818691362
|
#define SIGNATURE_HASH 3354800177
|
||||||
#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"
|
||||||
|
@ -1811,7 +1811,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.01.30.hellenNA6.1818691362"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.hellenNA6.3354800177"
|
||||||
#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'
|
||||||
|
|
|
@ -1341,7 +1341,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 2478654956
|
#define SIGNATURE_HASH 942437119
|
||||||
#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"
|
||||||
|
@ -1812,7 +1812,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.01.30.hellenNA8_96.2478654956"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.hellenNA8_96.942437119"
|
||||||
#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'
|
||||||
|
|
|
@ -1339,7 +1339,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 2664539997
|
#define SIGNATURE_HASH 893423694
|
||||||
#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"
|
||||||
|
@ -1811,7 +1811,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.01.30.m74_9.2664539997"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.m74_9.893423694"
|
||||||
#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'
|
||||||
|
|
|
@ -1338,7 +1338,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 3015451905
|
#define SIGNATURE_HASH 405606930
|
||||||
#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"
|
||||||
|
@ -1809,7 +1809,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.01.30.mre-legacy_f4.3015451905"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.mre-legacy_f4.405606930"
|
||||||
#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'
|
||||||
|
|
|
@ -1338,7 +1338,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 3015451905
|
#define SIGNATURE_HASH 405606930
|
||||||
#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"
|
||||||
|
@ -1809,7 +1809,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.01.30.mre_f4.3015451905"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.mre_f4.405606930"
|
||||||
#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'
|
||||||
|
|
|
@ -1338,7 +1338,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 3015451905
|
#define SIGNATURE_HASH 405606930
|
||||||
#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"
|
||||||
|
@ -1809,7 +1809,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.01.30.mre_f7.3015451905"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.mre_f7.405606930"
|
||||||
#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'
|
||||||
|
|
|
@ -1339,7 +1339,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 4173522114
|
#define SIGNATURE_HASH 1398002641
|
||||||
#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"
|
||||||
|
@ -1810,7 +1810,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.01.30.nucleo_f413.4173522114"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.nucleo_f413.1398002641"
|
||||||
#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'
|
||||||
|
|
|
@ -1337,7 +1337,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 2502079874
|
#define SIGNATURE_HASH 1051951761
|
||||||
#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"
|
||||||
|
@ -1808,7 +1808,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.01.30.proteus_f4.2502079874"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.proteus_f4.1051951761"
|
||||||
#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'
|
||||||
|
|
|
@ -1337,7 +1337,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 2502079874
|
#define SIGNATURE_HASH 1051951761
|
||||||
#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"
|
||||||
|
@ -1808,7 +1808,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.01.30.proteus_f7.2502079874"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.proteus_f7.1051951761"
|
||||||
#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'
|
||||||
|
|
|
@ -1337,7 +1337,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 2502079874
|
#define SIGNATURE_HASH 1051951761
|
||||||
#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"
|
||||||
|
@ -1808,7 +1808,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.01.30.proteus_h7.2502079874"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.proteus_h7.1051951761"
|
||||||
#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'
|
||||||
|
|
|
@ -1337,7 +1337,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 2755250671
|
#define SIGNATURE_HASH 262733564
|
||||||
#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"
|
||||||
|
@ -1809,7 +1809,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.01.30.small-can-board.2755250671"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.small-can-board.262733564"
|
||||||
#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'
|
||||||
|
|
|
@ -1339,7 +1339,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 4173522114
|
#define SIGNATURE_HASH 1398002641
|
||||||
#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"
|
||||||
|
@ -1810,7 +1810,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.01.30.stm32f429_nucleo.4173522114"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.stm32f429_nucleo.1398002641"
|
||||||
#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'
|
||||||
|
|
|
@ -1339,7 +1339,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 4173522114
|
#define SIGNATURE_HASH 1398002641
|
||||||
#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"
|
||||||
|
@ -1810,7 +1810,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.01.30.stm32f767_nucleo.4173522114"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.stm32f767_nucleo.1398002641"
|
||||||
#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'
|
||||||
|
|
|
@ -1339,7 +1339,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 4173522114
|
#define SIGNATURE_HASH 1398002641
|
||||||
#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"
|
||||||
|
@ -1810,7 +1810,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.01.30.stm32h743_nucleo.4173522114"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.stm32h743_nucleo.1398002641"
|
||||||
#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'
|
||||||
|
|
|
@ -1339,7 +1339,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 2816728220
|
#define SIGNATURE_HASH 208857999
|
||||||
#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"
|
||||||
|
@ -1811,7 +1811,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.01.30.subaru_eg33_f7.2816728220"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.subaru_eg33_f7.208857999"
|
||||||
#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'
|
||||||
|
|
|
@ -1339,7 +1339,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 4173522114
|
#define SIGNATURE_HASH 1398002641
|
||||||
#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"
|
||||||
|
@ -1810,7 +1810,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.01.30.t-b-g.4173522114"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.t-b-g.1398002641"
|
||||||
#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'
|
||||||
|
|
|
@ -1333,7 +1333,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 4170934993
|
#define SIGNATURE_HASH 1393188290
|
||||||
#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"
|
||||||
|
@ -1805,7 +1805,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.01.30.uaefi.4170934993"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.uaefi.1393188290"
|
||||||
#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'
|
||||||
|
|
|
@ -1337,7 +1337,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 3525760124
|
#define SIGNATURE_HASH 2042094447
|
||||||
#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"
|
||||||
|
@ -1808,7 +1808,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.01.30.uaefi121.3525760124"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.uaefi121.2042094447"
|
||||||
#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'
|
||||||
|
|
|
@ -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 929545910
|
#define SIGNATURE_HASH 2633402789
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.alphax-2chan.929545910"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.alphax-2chan.2633402789"
|
||||||
|
|
|
@ -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 2130659647
|
#define SIGNATURE_HASH 3580788268
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.alphax-4chan.2130659647"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.alphax-4chan.3580788268"
|
||||||
|
|
|
@ -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 2130659647
|
#define SIGNATURE_HASH 3580788268
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.alphax-4chan_f7.2130659647"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.alphax-4chan_f7.3580788268"
|
||||||
|
|
|
@ -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 274307881
|
#define SIGNATURE_HASH 3150490682
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.alphax-4k-gdi.274307881"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.alphax-4k-gdi.3150490682"
|
||||||
|
|
|
@ -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 25168530
|
#define SIGNATURE_HASH 2853256577
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.alphax-8chan-revA.25168530"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.alphax-8chan-revA.2853256577"
|
||||||
|
|
|
@ -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 2623012158
|
#define SIGNATURE_HASH 935774765
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.alphax-8chan.2623012158"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.alphax-8chan.935774765"
|
||||||
|
|
|
@ -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 2623012158
|
#define SIGNATURE_HASH 935774765
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.alphax-8chan_f7.2623012158"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.alphax-8chan_f7.935774765"
|
||||||
|
|
|
@ -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 938370696
|
#define SIGNATURE_HASH 2625589659
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.alphax-silver.938370696"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.alphax-silver.2625589659"
|
||||||
|
|
|
@ -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 4173522114
|
#define SIGNATURE_HASH 1398002641
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.at_start_f435.4173522114"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.at_start_f435.1398002641"
|
||||||
|
|
|
@ -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 3167039628
|
#define SIGNATURE_HASH 391382943
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.atlas.3167039628"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.atlas.391382943"
|
||||||
|
|
|
@ -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 410660223
|
#define SIGNATURE_HASH 3018529388
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.f407-discovery.410660223"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.f407-discovery.3018529388"
|
||||||
|
|
|
@ -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 4173522114
|
#define SIGNATURE_HASH 1398002641
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.f429-discovery.4173522114"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.f429-discovery.1398002641"
|
||||||
|
|
|
@ -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 3390431825
|
#define SIGNATURE_HASH 1636095298
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.f469-discovery.3390431825"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.f469-discovery.1636095298"
|
||||||
|
|
|
@ -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 2923532505
|
#define SIGNATURE_HASH 97560522
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.frankenso_na6.2923532505"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.frankenso_na6.97560522"
|
||||||
|
|
|
@ -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 4173522114
|
#define SIGNATURE_HASH 1398002641
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.haba208.4173522114"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.haba208.1398002641"
|
||||||
|
|
|
@ -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 2902169268
|
#define SIGNATURE_HASH 124428711
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.hellen-honda-k.2902169268"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.hellen-honda-k.124428711"
|
||||||
|
|
|
@ -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 2070163933
|
#define SIGNATURE_HASH 3505718990
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.hellen-nb1.2070163933"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.hellen-nb1.3505718990"
|
||||||
|
|
|
@ -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 676951618
|
#define SIGNATURE_HASH 2210939217
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.hellen121nissan.676951618"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.hellen121nissan.2210939217"
|
||||||
|
|
|
@ -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 1882219525
|
#define SIGNATURE_HASH 3684782870
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.hellen121vag.1882219525"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.hellen121vag.3684782870"
|
||||||
|
|
|
@ -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 357617205
|
#define SIGNATURE_HASH 3200383270
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.hellen128.357617205"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.hellen128.3200383270"
|
||||||
|
|
|
@ -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 444540362
|
#define SIGNATURE_HASH 2985169625
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.hellen154hyundai.444540362"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.hellen154hyundai.2985169625"
|
||||||
|
|
|
@ -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 3911230296
|
#define SIGNATURE_HASH 1118934091
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.hellen154hyundai_f7.3911230296"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.hellen154hyundai_f7.1118934091"
|
||||||
|
|
|
@ -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 99223828
|
#define SIGNATURE_HASH 2927312391
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.hellen72.99223828"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.hellen72.2927312391"
|
||||||
|
|
|
@ -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 1818691362
|
#define SIGNATURE_HASH 3354800177
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.hellenNA6.1818691362"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.hellenNA6.3354800177"
|
||||||
|
|
|
@ -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 2478654956
|
#define SIGNATURE_HASH 942437119
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.hellenNA8_96.2478654956"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.hellenNA8_96.942437119"
|
||||||
|
|
|
@ -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 2664539997
|
#define SIGNATURE_HASH 893423694
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.m74_9.2664539997"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.m74_9.893423694"
|
||||||
|
|
|
@ -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 3015451905
|
#define SIGNATURE_HASH 405606930
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.mre-legacy_f4.3015451905"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.mre-legacy_f4.405606930"
|
||||||
|
|
|
@ -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 3015451905
|
#define SIGNATURE_HASH 405606930
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.mre_f4.3015451905"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.mre_f4.405606930"
|
||||||
|
|
|
@ -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 3015451905
|
#define SIGNATURE_HASH 405606930
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.mre_f7.3015451905"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.mre_f7.405606930"
|
||||||
|
|
|
@ -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 4173522114
|
#define SIGNATURE_HASH 1398002641
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.nucleo_f413.4173522114"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.nucleo_f413.1398002641"
|
||||||
|
|
|
@ -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 2502079874
|
#define SIGNATURE_HASH 1051951761
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.proteus_f4.2502079874"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.proteus_f4.1051951761"
|
||||||
|
|
|
@ -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 2502079874
|
#define SIGNATURE_HASH 1051951761
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.proteus_f7.2502079874"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.proteus_f7.1051951761"
|
||||||
|
|
|
@ -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 2502079874
|
#define SIGNATURE_HASH 1051951761
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.proteus_h7.2502079874"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.proteus_h7.1051951761"
|
||||||
|
|
|
@ -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 2755250671
|
#define SIGNATURE_HASH 262733564
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.small-can-board.2755250671"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.small-can-board.262733564"
|
||||||
|
|
|
@ -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 4173522114
|
#define SIGNATURE_HASH 1398002641
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.stm32f429_nucleo.4173522114"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.stm32f429_nucleo.1398002641"
|
||||||
|
|
|
@ -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 4173522114
|
#define SIGNATURE_HASH 1398002641
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.stm32f767_nucleo.4173522114"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.stm32f767_nucleo.1398002641"
|
||||||
|
|
|
@ -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 4173522114
|
#define SIGNATURE_HASH 1398002641
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.stm32h743_nucleo.4173522114"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.stm32h743_nucleo.1398002641"
|
||||||
|
|
|
@ -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 2816728220
|
#define SIGNATURE_HASH 208857999
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.subaru_eg33_f7.2816728220"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.subaru_eg33_f7.208857999"
|
||||||
|
|
|
@ -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 4173522114
|
#define SIGNATURE_HASH 1398002641
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.t-b-g.4173522114"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.t-b-g.1398002641"
|
||||||
|
|
|
@ -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 4170934993
|
#define SIGNATURE_HASH 1393188290
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.uaefi.4170934993"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.uaefi.1393188290"
|
||||||
|
|
|
@ -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 3525760124
|
#define SIGNATURE_HASH 2042094447
|
||||||
#define TS_SIGNATURE "rusEFI master.2025.01.30.uaefi121.3525760124"
|
#define TS_SIGNATURE "rusEFI master.2025.01.31.uaefi121.2042094447"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/engine_cycle/high_pressure_fuel_pump.txt Wed Jan 03 20:30:10 UTC 2024
|
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/engine_cycle/high_pressure_fuel_pump.txt
|
||||||
// by class com.rusefi.output.CHeaderConsumer
|
// by class com.rusefi.output.CHeaderConsumer
|
||||||
// begin
|
// begin
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -12,7 +12,8 @@ struct high_pressure_fuel_pump_s {
|
||||||
*/
|
*/
|
||||||
angle_t m_requested_pump = (angle_t)0;
|
angle_t m_requested_pump = (angle_t)0;
|
||||||
/**
|
/**
|
||||||
* "GDI: requested_percent"
|
* GDI: HPFP requested duty
|
||||||
|
* units: %
|
||||||
* offset 4
|
* offset 4
|
||||||
*/
|
*/
|
||||||
float fuel_requested_percent = (float)0;
|
float fuel_requested_percent = (float)0;
|
||||||
|
@ -22,113 +23,117 @@ struct high_pressure_fuel_pump_s {
|
||||||
*/
|
*/
|
||||||
float fuel_requested_percent_pi = (float)0;
|
float fuel_requested_percent_pi = (float)0;
|
||||||
/**
|
/**
|
||||||
|
* GDI: HPFP no Valve control output
|
||||||
offset 12 bit 0 */
|
offset 12 bit 0 */
|
||||||
bool noValve : 1 {};
|
bool noValve : 1 {};
|
||||||
/**
|
/**
|
||||||
|
* GDI: HPFP angle above min
|
||||||
offset 12 bit 1 */
|
offset 12 bit 1 */
|
||||||
bool angleAboveMin : 1 {};
|
bool angleAboveMin : 1 {};
|
||||||
/**
|
/**
|
||||||
|
* GDI: HPFP Active
|
||||||
offset 12 bit 2 */
|
offset 12 bit 2 */
|
||||||
bool isHpfpInactive : 1 {};
|
bool isHpfpActive : 1 {};
|
||||||
/**
|
/**
|
||||||
|
* GDI: HPFP Valve state
|
||||||
offset 12 bit 3 */
|
offset 12 bit 3 */
|
||||||
bool unusedBit_6_3 : 1 {};
|
bool HpfpValveState : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 12 bit 4 */
|
offset 12 bit 4 */
|
||||||
bool unusedBit_6_4 : 1 {};
|
bool unusedBit_7_4 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 12 bit 5 */
|
offset 12 bit 5 */
|
||||||
bool unusedBit_6_5 : 1 {};
|
bool unusedBit_7_5 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 12 bit 6 */
|
offset 12 bit 6 */
|
||||||
bool unusedBit_6_6 : 1 {};
|
bool unusedBit_7_6 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 12 bit 7 */
|
offset 12 bit 7 */
|
||||||
bool unusedBit_6_7 : 1 {};
|
bool unusedBit_7_7 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 12 bit 8 */
|
offset 12 bit 8 */
|
||||||
bool unusedBit_6_8 : 1 {};
|
bool unusedBit_7_8 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 12 bit 9 */
|
offset 12 bit 9 */
|
||||||
bool unusedBit_6_9 : 1 {};
|
bool unusedBit_7_9 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 12 bit 10 */
|
offset 12 bit 10 */
|
||||||
bool unusedBit_6_10 : 1 {};
|
bool unusedBit_7_10 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 12 bit 11 */
|
offset 12 bit 11 */
|
||||||
bool unusedBit_6_11 : 1 {};
|
bool unusedBit_7_11 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 12 bit 12 */
|
offset 12 bit 12 */
|
||||||
bool unusedBit_6_12 : 1 {};
|
bool unusedBit_7_12 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 12 bit 13 */
|
offset 12 bit 13 */
|
||||||
bool unusedBit_6_13 : 1 {};
|
bool unusedBit_7_13 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 12 bit 14 */
|
offset 12 bit 14 */
|
||||||
bool unusedBit_6_14 : 1 {};
|
bool unusedBit_7_14 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 12 bit 15 */
|
offset 12 bit 15 */
|
||||||
bool unusedBit_6_15 : 1 {};
|
bool unusedBit_7_15 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 12 bit 16 */
|
offset 12 bit 16 */
|
||||||
bool unusedBit_6_16 : 1 {};
|
bool unusedBit_7_16 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 12 bit 17 */
|
offset 12 bit 17 */
|
||||||
bool unusedBit_6_17 : 1 {};
|
bool unusedBit_7_17 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 12 bit 18 */
|
offset 12 bit 18 */
|
||||||
bool unusedBit_6_18 : 1 {};
|
bool unusedBit_7_18 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 12 bit 19 */
|
offset 12 bit 19 */
|
||||||
bool unusedBit_6_19 : 1 {};
|
bool unusedBit_7_19 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 12 bit 20 */
|
offset 12 bit 20 */
|
||||||
bool unusedBit_6_20 : 1 {};
|
bool unusedBit_7_20 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 12 bit 21 */
|
offset 12 bit 21 */
|
||||||
bool unusedBit_6_21 : 1 {};
|
bool unusedBit_7_21 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 12 bit 22 */
|
offset 12 bit 22 */
|
||||||
bool unusedBit_6_22 : 1 {};
|
bool unusedBit_7_22 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 12 bit 23 */
|
offset 12 bit 23 */
|
||||||
bool unusedBit_6_23 : 1 {};
|
bool unusedBit_7_23 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 12 bit 24 */
|
offset 12 bit 24 */
|
||||||
bool unusedBit_6_24 : 1 {};
|
bool unusedBit_7_24 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 12 bit 25 */
|
offset 12 bit 25 */
|
||||||
bool unusedBit_6_25 : 1 {};
|
bool unusedBit_7_25 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 12 bit 26 */
|
offset 12 bit 26 */
|
||||||
bool unusedBit_6_26 : 1 {};
|
bool unusedBit_7_26 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 12 bit 27 */
|
offset 12 bit 27 */
|
||||||
bool unusedBit_6_27 : 1 {};
|
bool unusedBit_7_27 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 12 bit 28 */
|
offset 12 bit 28 */
|
||||||
bool unusedBit_6_28 : 1 {};
|
bool unusedBit_7_28 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 12 bit 29 */
|
offset 12 bit 29 */
|
||||||
bool unusedBit_6_29 : 1 {};
|
bool unusedBit_7_29 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 12 bit 30 */
|
offset 12 bit 30 */
|
||||||
bool unusedBit_6_30 : 1 {};
|
bool unusedBit_7_30 : 1 {};
|
||||||
/**
|
/**
|
||||||
offset 12 bit 31 */
|
offset 12 bit 31 */
|
||||||
bool unusedBit_6_31 : 1 {};
|
bool unusedBit_7_31 : 1 {};
|
||||||
/**
|
/**
|
||||||
* "GDI: target pressure"
|
* "GDI: target pressure"
|
||||||
* offset 16
|
* offset 16
|
||||||
*/
|
*/
|
||||||
float m_pressureTarget_kPa = (float)0;
|
float m_pressureTarget_kPa = (float)0;
|
||||||
/**
|
/**
|
||||||
* "GDI: nextLobe"
|
* "GDI: next lobe N"
|
||||||
* offset 20
|
* offset 20
|
||||||
*/
|
*/
|
||||||
angle_t nextLobe = (angle_t)0;
|
angle_t nextLobe = (angle_t)0;
|
||||||
/**
|
/**
|
||||||
* GDI: next start
|
* GDI: valve activation angle
|
||||||
* units: v
|
* units: v
|
||||||
* offset 24
|
* offset 24
|
||||||
*/
|
*/
|
||||||
|
@ -137,4 +142,4 @@ struct high_pressure_fuel_pump_s {
|
||||||
static_assert(sizeof(high_pressure_fuel_pump_s) == 28);
|
static_assert(sizeof(high_pressure_fuel_pump_s) == 28);
|
||||||
|
|
||||||
// end
|
// end
|
||||||
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/engine_cycle/high_pressure_fuel_pump.txt Wed Jan 03 20:30:10 UTC 2024
|
// this section was generated automatically by rusEFI tool config_definition_base-all.jar based on (unknown script) controllers/engine_cycle/high_pressure_fuel_pump.txt
|
||||||
|
|
|
@ -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.01.30.f407-discovery.410660223"
|
signature = "rusEFI master.2025.01.31.f407-discovery.3018529388"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2025.01.30.f407-discovery.410660223" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2025.01.31.f407-discovery.3018529388" ; 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
|
||||||
|
@ -3232,11 +3232,12 @@ throttleModelCrossoverAngle = scalar, S16, 1088, "%", 0.01, 0
|
||||||
throttleEstimatedFlow = scalar, F32, 1092, "g/s", 1, 0
|
throttleEstimatedFlow = scalar, F32, 1092, "g/s", 1, 0
|
||||||
; total TS size = 1096
|
; total TS size = 1096
|
||||||
m_requested_pump = scalar, F32, 1096, "", 1, 0
|
m_requested_pump = scalar, F32, 1096, "", 1, 0
|
||||||
fuel_requested_percent = scalar, F32, 1100, "", 1, 0
|
fuel_requested_percent = scalar, F32, 1100, "%", 1, 0
|
||||||
fuel_requested_percent_pi = scalar, F32, 1104, "", 1, 0
|
fuel_requested_percent_pi = scalar, F32, 1104, "", 1, 0
|
||||||
noValve = bits, U32, 1108, [0:0]
|
noValve = bits, U32, 1108, [0:0]
|
||||||
angleAboveMin = bits, U32, 1108, [1:1]
|
angleAboveMin = bits, U32, 1108, [1:1]
|
||||||
isHpfpInactive = bits, U32, 1108, [2:2]
|
isHpfpActive = bits, U32, 1108, [2:2]
|
||||||
|
HpfpValveState = bits, U32, 1108, [3:3]
|
||||||
m_pressureTarget_kPa = scalar, F32, 1112, "", 1, 0
|
m_pressureTarget_kPa = scalar, F32, 1112, "", 1, 0
|
||||||
nextLobe = scalar, F32, 1116, "", 1, 0
|
nextLobe = scalar, F32, 1116, "", 1, 0
|
||||||
di_nextStart = scalar, F32, 1120, "v", 1, 0
|
di_nextStart = scalar, F32, 1120, "v", 1, 0
|
||||||
|
@ -4970,7 +4971,7 @@ gaugeCategory = CAN
|
||||||
gaugeCategory = GDI
|
gaugeCategory = GDI
|
||||||
di_nextStartGauge = di_nextStart,"DI: next start", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
di_nextStartGauge = di_nextStart,"DI: next start", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
m_requested_pumpGauge = m_requested_pump,"DI: Pump Angle", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
|
m_requested_pumpGauge = m_requested_pump,"DI: Pump Angle", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
|
||||||
fuel_requested_percentGauge = fuel_requested_percent,"DI: fuel_requested_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
fuel_requested_percentGauge = fuel_requested_percent,"DI: HPFP requested duty", "%", 0.0, 100.0, 0.0, 0.0, 80.0, 90.0, 0,0
|
||||||
fuel_requested_percent_piGauge = fuel_requested_percent_pi,"DI: fuel_requested_percent_pi", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
fuel_requested_percent_piGauge = fuel_requested_percent_pi,"DI: fuel_requested_percent_pi", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
;todo see comment in HpfpQuantity class definition
|
;todo see comment in HpfpQuantity class definition
|
||||||
;m_I_sum_percentGauge = m_I_sum_percent,"DI: m_I_sum_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
;m_I_sum_percentGauge = m_I_sum_percent,"DI: m_I_sum_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
|
@ -5845,14 +5846,15 @@ entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
|
||||||
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
|
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
|
||||||
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
|
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
|
||||||
entry = m_requested_pump, "GDI: HPFP duration", float, "%.3f"
|
entry = m_requested_pump, "GDI: HPFP duration", float, "%.3f"
|
||||||
entry = fuel_requested_percent, "GDI: requested_percent", float, "%.3f"
|
entry = fuel_requested_percent, "GDI: HPFP requested duty", float, "%.3f"
|
||||||
entry = fuel_requested_percent_pi, "GDI: percent_pi", float, "%.3f"
|
entry = fuel_requested_percent_pi, "GDI: percent_pi", float, "%.3f"
|
||||||
entry = noValve, "noValve", int, "%d"
|
entry = noValve, "GDI: HPFP no Valve control output", int, "%d"
|
||||||
entry = angleAboveMin, "angleAboveMin", int, "%d"
|
entry = angleAboveMin, "GDI: HPFP angle above min", int, "%d"
|
||||||
entry = isHpfpInactive, "isHpfpInactive", int, "%d"
|
entry = isHpfpActive, "GDI: HPFP Active", int, "%d"
|
||||||
|
entry = HpfpValveState, "GDI: HPFP Valve state", int, "%d"
|
||||||
entry = m_pressureTarget_kPa, "GDI: target pressure", float, "%.3f"
|
entry = m_pressureTarget_kPa, "GDI: target pressure", float, "%.3f"
|
||||||
entry = nextLobe, "GDI: nextLobe", float, "%.3f"
|
entry = nextLobe, "GDI: next lobe N", float, "%.3f"
|
||||||
entry = di_nextStart, "GDI: next start", float, "%.3f"
|
entry = di_nextStart, "GDI: valve activation angle", float, "%.3f"
|
||||||
entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
|
entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
|
||||||
entry = pressureDelta, "Fuel: Injector pressure delta", float, "%.3f"
|
entry = pressureDelta, "Fuel: Injector pressure delta", float, "%.3f"
|
||||||
entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
||||||
|
@ -6823,7 +6825,8 @@ dialog = throttle_modelDialog, "throttle_model"
|
||||||
indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2
|
indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2
|
||||||
indicator = {noValve}, "noValve No", "noValve Yes"
|
indicator = {noValve}, "noValve No", "noValve Yes"
|
||||||
indicator = {angleAboveMin}, "angleAboveMin No", "angleAboveMin Yes"
|
indicator = {angleAboveMin}, "angleAboveMin No", "angleAboveMin Yes"
|
||||||
indicator = {isHpfpInactive}, "isHpfpInactive No", "isHpfpInactive Yes"
|
indicator = {isHpfpActive}, "isHpfpActive No", "isHpfpActive Yes"
|
||||||
|
indicator = {HpfpValveState}, "HpfpValveState No", "HpfpValveState Yes"
|
||||||
|
|
||||||
dialog = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
|
dialog = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
|
||||||
panel = high_pressure_fuel_pumpIndicatorPanel
|
panel = high_pressure_fuel_pumpIndicatorPanel
|
||||||
|
|
|
@ -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.01.30.alphax-2chan.929545910"
|
signature = "rusEFI master.2025.01.31.alphax-2chan.2633402789"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2025.01.30.alphax-2chan.929545910" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2025.01.31.alphax-2chan.2633402789" ; 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
|
||||||
|
@ -3236,11 +3236,12 @@ throttleModelCrossoverAngle = scalar, S16, 1088, "%", 0.01, 0
|
||||||
throttleEstimatedFlow = scalar, F32, 1092, "g/s", 1, 0
|
throttleEstimatedFlow = scalar, F32, 1092, "g/s", 1, 0
|
||||||
; total TS size = 1096
|
; total TS size = 1096
|
||||||
m_requested_pump = scalar, F32, 1096, "", 1, 0
|
m_requested_pump = scalar, F32, 1096, "", 1, 0
|
||||||
fuel_requested_percent = scalar, F32, 1100, "", 1, 0
|
fuel_requested_percent = scalar, F32, 1100, "%", 1, 0
|
||||||
fuel_requested_percent_pi = scalar, F32, 1104, "", 1, 0
|
fuel_requested_percent_pi = scalar, F32, 1104, "", 1, 0
|
||||||
noValve = bits, U32, 1108, [0:0]
|
noValve = bits, U32, 1108, [0:0]
|
||||||
angleAboveMin = bits, U32, 1108, [1:1]
|
angleAboveMin = bits, U32, 1108, [1:1]
|
||||||
isHpfpInactive = bits, U32, 1108, [2:2]
|
isHpfpActive = bits, U32, 1108, [2:2]
|
||||||
|
HpfpValveState = bits, U32, 1108, [3:3]
|
||||||
m_pressureTarget_kPa = scalar, F32, 1112, "", 1, 0
|
m_pressureTarget_kPa = scalar, F32, 1112, "", 1, 0
|
||||||
nextLobe = scalar, F32, 1116, "", 1, 0
|
nextLobe = scalar, F32, 1116, "", 1, 0
|
||||||
di_nextStart = scalar, F32, 1120, "v", 1, 0
|
di_nextStart = scalar, F32, 1120, "v", 1, 0
|
||||||
|
@ -4974,7 +4975,7 @@ gaugeCategory = CAN
|
||||||
gaugeCategory = GDI
|
gaugeCategory = GDI
|
||||||
di_nextStartGauge = di_nextStart,"DI: next start", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
di_nextStartGauge = di_nextStart,"DI: next start", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
m_requested_pumpGauge = m_requested_pump,"DI: Pump Angle", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
|
m_requested_pumpGauge = m_requested_pump,"DI: Pump Angle", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
|
||||||
fuel_requested_percentGauge = fuel_requested_percent,"DI: fuel_requested_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
fuel_requested_percentGauge = fuel_requested_percent,"DI: HPFP requested duty", "%", 0.0, 100.0, 0.0, 0.0, 80.0, 90.0, 0,0
|
||||||
fuel_requested_percent_piGauge = fuel_requested_percent_pi,"DI: fuel_requested_percent_pi", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
fuel_requested_percent_piGauge = fuel_requested_percent_pi,"DI: fuel_requested_percent_pi", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
;todo see comment in HpfpQuantity class definition
|
;todo see comment in HpfpQuantity class definition
|
||||||
;m_I_sum_percentGauge = m_I_sum_percent,"DI: m_I_sum_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
;m_I_sum_percentGauge = m_I_sum_percent,"DI: m_I_sum_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
|
@ -5840,14 +5841,15 @@ entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
|
||||||
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
|
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
|
||||||
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
|
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
|
||||||
entry = m_requested_pump, "GDI: HPFP duration", float, "%.3f"
|
entry = m_requested_pump, "GDI: HPFP duration", float, "%.3f"
|
||||||
entry = fuel_requested_percent, "GDI: requested_percent", float, "%.3f"
|
entry = fuel_requested_percent, "GDI: HPFP requested duty", float, "%.3f"
|
||||||
entry = fuel_requested_percent_pi, "GDI: percent_pi", float, "%.3f"
|
entry = fuel_requested_percent_pi, "GDI: percent_pi", float, "%.3f"
|
||||||
entry = noValve, "noValve", int, "%d"
|
entry = noValve, "GDI: HPFP no Valve control output", int, "%d"
|
||||||
entry = angleAboveMin, "angleAboveMin", int, "%d"
|
entry = angleAboveMin, "GDI: HPFP angle above min", int, "%d"
|
||||||
entry = isHpfpInactive, "isHpfpInactive", int, "%d"
|
entry = isHpfpActive, "GDI: HPFP Active", int, "%d"
|
||||||
|
entry = HpfpValveState, "GDI: HPFP Valve state", int, "%d"
|
||||||
entry = m_pressureTarget_kPa, "GDI: target pressure", float, "%.3f"
|
entry = m_pressureTarget_kPa, "GDI: target pressure", float, "%.3f"
|
||||||
entry = nextLobe, "GDI: nextLobe", float, "%.3f"
|
entry = nextLobe, "GDI: next lobe N", float, "%.3f"
|
||||||
entry = di_nextStart, "GDI: next start", float, "%.3f"
|
entry = di_nextStart, "GDI: valve activation angle", float, "%.3f"
|
||||||
entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
|
entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
|
||||||
entry = pressureDelta, "Fuel: Injector pressure delta", float, "%.3f"
|
entry = pressureDelta, "Fuel: Injector pressure delta", float, "%.3f"
|
||||||
entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
||||||
|
@ -6802,7 +6804,8 @@ dialog = throttle_modelDialog, "throttle_model"
|
||||||
indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2
|
indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2
|
||||||
indicator = {noValve}, "noValve No", "noValve Yes"
|
indicator = {noValve}, "noValve No", "noValve Yes"
|
||||||
indicator = {angleAboveMin}, "angleAboveMin No", "angleAboveMin Yes"
|
indicator = {angleAboveMin}, "angleAboveMin No", "angleAboveMin Yes"
|
||||||
indicator = {isHpfpInactive}, "isHpfpInactive No", "isHpfpInactive Yes"
|
indicator = {isHpfpActive}, "isHpfpActive No", "isHpfpActive Yes"
|
||||||
|
indicator = {HpfpValveState}, "HpfpValveState No", "HpfpValveState Yes"
|
||||||
|
|
||||||
dialog = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
|
dialog = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
|
||||||
panel = high_pressure_fuel_pumpIndicatorPanel
|
panel = high_pressure_fuel_pumpIndicatorPanel
|
||||||
|
|
|
@ -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.01.30.alphax-4chan.2130659647"
|
signature = "rusEFI master.2025.01.31.alphax-4chan.3580788268"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2025.01.30.alphax-4chan.2130659647" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2025.01.31.alphax-4chan.3580788268" ; 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
|
||||||
|
@ -3241,11 +3241,12 @@ throttleModelCrossoverAngle = scalar, S16, 1088, "%", 0.01, 0
|
||||||
throttleEstimatedFlow = scalar, F32, 1092, "g/s", 1, 0
|
throttleEstimatedFlow = scalar, F32, 1092, "g/s", 1, 0
|
||||||
; total TS size = 1096
|
; total TS size = 1096
|
||||||
m_requested_pump = scalar, F32, 1096, "", 1, 0
|
m_requested_pump = scalar, F32, 1096, "", 1, 0
|
||||||
fuel_requested_percent = scalar, F32, 1100, "", 1, 0
|
fuel_requested_percent = scalar, F32, 1100, "%", 1, 0
|
||||||
fuel_requested_percent_pi = scalar, F32, 1104, "", 1, 0
|
fuel_requested_percent_pi = scalar, F32, 1104, "", 1, 0
|
||||||
noValve = bits, U32, 1108, [0:0]
|
noValve = bits, U32, 1108, [0:0]
|
||||||
angleAboveMin = bits, U32, 1108, [1:1]
|
angleAboveMin = bits, U32, 1108, [1:1]
|
||||||
isHpfpInactive = bits, U32, 1108, [2:2]
|
isHpfpActive = bits, U32, 1108, [2:2]
|
||||||
|
HpfpValveState = bits, U32, 1108, [3:3]
|
||||||
m_pressureTarget_kPa = scalar, F32, 1112, "", 1, 0
|
m_pressureTarget_kPa = scalar, F32, 1112, "", 1, 0
|
||||||
nextLobe = scalar, F32, 1116, "", 1, 0
|
nextLobe = scalar, F32, 1116, "", 1, 0
|
||||||
di_nextStart = scalar, F32, 1120, "v", 1, 0
|
di_nextStart = scalar, F32, 1120, "v", 1, 0
|
||||||
|
@ -4979,7 +4980,7 @@ gaugeCategory = CAN
|
||||||
gaugeCategory = GDI
|
gaugeCategory = GDI
|
||||||
di_nextStartGauge = di_nextStart,"DI: next start", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
di_nextStartGauge = di_nextStart,"DI: next start", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
m_requested_pumpGauge = m_requested_pump,"DI: Pump Angle", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
|
m_requested_pumpGauge = m_requested_pump,"DI: Pump Angle", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
|
||||||
fuel_requested_percentGauge = fuel_requested_percent,"DI: fuel_requested_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
fuel_requested_percentGauge = fuel_requested_percent,"DI: HPFP requested duty", "%", 0.0, 100.0, 0.0, 0.0, 80.0, 90.0, 0,0
|
||||||
fuel_requested_percent_piGauge = fuel_requested_percent_pi,"DI: fuel_requested_percent_pi", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
fuel_requested_percent_piGauge = fuel_requested_percent_pi,"DI: fuel_requested_percent_pi", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
;todo see comment in HpfpQuantity class definition
|
;todo see comment in HpfpQuantity class definition
|
||||||
;m_I_sum_percentGauge = m_I_sum_percent,"DI: m_I_sum_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
;m_I_sum_percentGauge = m_I_sum_percent,"DI: m_I_sum_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
|
@ -5854,14 +5855,15 @@ entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
|
||||||
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
|
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
|
||||||
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
|
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
|
||||||
entry = m_requested_pump, "GDI: HPFP duration", float, "%.3f"
|
entry = m_requested_pump, "GDI: HPFP duration", float, "%.3f"
|
||||||
entry = fuel_requested_percent, "GDI: requested_percent", float, "%.3f"
|
entry = fuel_requested_percent, "GDI: HPFP requested duty", float, "%.3f"
|
||||||
entry = fuel_requested_percent_pi, "GDI: percent_pi", float, "%.3f"
|
entry = fuel_requested_percent_pi, "GDI: percent_pi", float, "%.3f"
|
||||||
entry = noValve, "noValve", int, "%d"
|
entry = noValve, "GDI: HPFP no Valve control output", int, "%d"
|
||||||
entry = angleAboveMin, "angleAboveMin", int, "%d"
|
entry = angleAboveMin, "GDI: HPFP angle above min", int, "%d"
|
||||||
entry = isHpfpInactive, "isHpfpInactive", int, "%d"
|
entry = isHpfpActive, "GDI: HPFP Active", int, "%d"
|
||||||
|
entry = HpfpValveState, "GDI: HPFP Valve state", int, "%d"
|
||||||
entry = m_pressureTarget_kPa, "GDI: target pressure", float, "%.3f"
|
entry = m_pressureTarget_kPa, "GDI: target pressure", float, "%.3f"
|
||||||
entry = nextLobe, "GDI: nextLobe", float, "%.3f"
|
entry = nextLobe, "GDI: next lobe N", float, "%.3f"
|
||||||
entry = di_nextStart, "GDI: next start", float, "%.3f"
|
entry = di_nextStart, "GDI: valve activation angle", float, "%.3f"
|
||||||
entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
|
entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
|
||||||
entry = pressureDelta, "Fuel: Injector pressure delta", float, "%.3f"
|
entry = pressureDelta, "Fuel: Injector pressure delta", float, "%.3f"
|
||||||
entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
||||||
|
@ -6845,7 +6847,8 @@ dialog = throttle_modelDialog, "throttle_model"
|
||||||
indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2
|
indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2
|
||||||
indicator = {noValve}, "noValve No", "noValve Yes"
|
indicator = {noValve}, "noValve No", "noValve Yes"
|
||||||
indicator = {angleAboveMin}, "angleAboveMin No", "angleAboveMin Yes"
|
indicator = {angleAboveMin}, "angleAboveMin No", "angleAboveMin Yes"
|
||||||
indicator = {isHpfpInactive}, "isHpfpInactive No", "isHpfpInactive Yes"
|
indicator = {isHpfpActive}, "isHpfpActive No", "isHpfpActive Yes"
|
||||||
|
indicator = {HpfpValveState}, "HpfpValveState No", "HpfpValveState Yes"
|
||||||
|
|
||||||
dialog = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
|
dialog = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
|
||||||
panel = high_pressure_fuel_pumpIndicatorPanel
|
panel = high_pressure_fuel_pumpIndicatorPanel
|
||||||
|
|
|
@ -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.01.30.alphax-4chan_f7.2130659647"
|
signature = "rusEFI master.2025.01.31.alphax-4chan_f7.3580788268"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2025.01.30.alphax-4chan_f7.2130659647" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2025.01.31.alphax-4chan_f7.3580788268" ; 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
|
||||||
|
@ -3241,11 +3241,12 @@ throttleModelCrossoverAngle = scalar, S16, 1088, "%", 0.01, 0
|
||||||
throttleEstimatedFlow = scalar, F32, 1092, "g/s", 1, 0
|
throttleEstimatedFlow = scalar, F32, 1092, "g/s", 1, 0
|
||||||
; total TS size = 1096
|
; total TS size = 1096
|
||||||
m_requested_pump = scalar, F32, 1096, "", 1, 0
|
m_requested_pump = scalar, F32, 1096, "", 1, 0
|
||||||
fuel_requested_percent = scalar, F32, 1100, "", 1, 0
|
fuel_requested_percent = scalar, F32, 1100, "%", 1, 0
|
||||||
fuel_requested_percent_pi = scalar, F32, 1104, "", 1, 0
|
fuel_requested_percent_pi = scalar, F32, 1104, "", 1, 0
|
||||||
noValve = bits, U32, 1108, [0:0]
|
noValve = bits, U32, 1108, [0:0]
|
||||||
angleAboveMin = bits, U32, 1108, [1:1]
|
angleAboveMin = bits, U32, 1108, [1:1]
|
||||||
isHpfpInactive = bits, U32, 1108, [2:2]
|
isHpfpActive = bits, U32, 1108, [2:2]
|
||||||
|
HpfpValveState = bits, U32, 1108, [3:3]
|
||||||
m_pressureTarget_kPa = scalar, F32, 1112, "", 1, 0
|
m_pressureTarget_kPa = scalar, F32, 1112, "", 1, 0
|
||||||
nextLobe = scalar, F32, 1116, "", 1, 0
|
nextLobe = scalar, F32, 1116, "", 1, 0
|
||||||
di_nextStart = scalar, F32, 1120, "v", 1, 0
|
di_nextStart = scalar, F32, 1120, "v", 1, 0
|
||||||
|
@ -4979,7 +4980,7 @@ gaugeCategory = CAN
|
||||||
gaugeCategory = GDI
|
gaugeCategory = GDI
|
||||||
di_nextStartGauge = di_nextStart,"DI: next start", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
di_nextStartGauge = di_nextStart,"DI: next start", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
m_requested_pumpGauge = m_requested_pump,"DI: Pump Angle", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
|
m_requested_pumpGauge = m_requested_pump,"DI: Pump Angle", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
|
||||||
fuel_requested_percentGauge = fuel_requested_percent,"DI: fuel_requested_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
fuel_requested_percentGauge = fuel_requested_percent,"DI: HPFP requested duty", "%", 0.0, 100.0, 0.0, 0.0, 80.0, 90.0, 0,0
|
||||||
fuel_requested_percent_piGauge = fuel_requested_percent_pi,"DI: fuel_requested_percent_pi", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
fuel_requested_percent_piGauge = fuel_requested_percent_pi,"DI: fuel_requested_percent_pi", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
;todo see comment in HpfpQuantity class definition
|
;todo see comment in HpfpQuantity class definition
|
||||||
;m_I_sum_percentGauge = m_I_sum_percent,"DI: m_I_sum_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
;m_I_sum_percentGauge = m_I_sum_percent,"DI: m_I_sum_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
|
@ -5854,14 +5855,15 @@ entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
|
||||||
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
|
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
|
||||||
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
|
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
|
||||||
entry = m_requested_pump, "GDI: HPFP duration", float, "%.3f"
|
entry = m_requested_pump, "GDI: HPFP duration", float, "%.3f"
|
||||||
entry = fuel_requested_percent, "GDI: requested_percent", float, "%.3f"
|
entry = fuel_requested_percent, "GDI: HPFP requested duty", float, "%.3f"
|
||||||
entry = fuel_requested_percent_pi, "GDI: percent_pi", float, "%.3f"
|
entry = fuel_requested_percent_pi, "GDI: percent_pi", float, "%.3f"
|
||||||
entry = noValve, "noValve", int, "%d"
|
entry = noValve, "GDI: HPFP no Valve control output", int, "%d"
|
||||||
entry = angleAboveMin, "angleAboveMin", int, "%d"
|
entry = angleAboveMin, "GDI: HPFP angle above min", int, "%d"
|
||||||
entry = isHpfpInactive, "isHpfpInactive", int, "%d"
|
entry = isHpfpActive, "GDI: HPFP Active", int, "%d"
|
||||||
|
entry = HpfpValveState, "GDI: HPFP Valve state", int, "%d"
|
||||||
entry = m_pressureTarget_kPa, "GDI: target pressure", float, "%.3f"
|
entry = m_pressureTarget_kPa, "GDI: target pressure", float, "%.3f"
|
||||||
entry = nextLobe, "GDI: nextLobe", float, "%.3f"
|
entry = nextLobe, "GDI: next lobe N", float, "%.3f"
|
||||||
entry = di_nextStart, "GDI: next start", float, "%.3f"
|
entry = di_nextStart, "GDI: valve activation angle", float, "%.3f"
|
||||||
entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
|
entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
|
||||||
entry = pressureDelta, "Fuel: Injector pressure delta", float, "%.3f"
|
entry = pressureDelta, "Fuel: Injector pressure delta", float, "%.3f"
|
||||||
entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
||||||
|
@ -6845,7 +6847,8 @@ dialog = throttle_modelDialog, "throttle_model"
|
||||||
indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2
|
indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2
|
||||||
indicator = {noValve}, "noValve No", "noValve Yes"
|
indicator = {noValve}, "noValve No", "noValve Yes"
|
||||||
indicator = {angleAboveMin}, "angleAboveMin No", "angleAboveMin Yes"
|
indicator = {angleAboveMin}, "angleAboveMin No", "angleAboveMin Yes"
|
||||||
indicator = {isHpfpInactive}, "isHpfpInactive No", "isHpfpInactive Yes"
|
indicator = {isHpfpActive}, "isHpfpActive No", "isHpfpActive Yes"
|
||||||
|
indicator = {HpfpValveState}, "HpfpValveState No", "HpfpValveState Yes"
|
||||||
|
|
||||||
dialog = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
|
dialog = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
|
||||||
panel = high_pressure_fuel_pumpIndicatorPanel
|
panel = high_pressure_fuel_pumpIndicatorPanel
|
||||||
|
|
|
@ -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.01.30.alphax-4k-gdi.274307881"
|
signature = "rusEFI master.2025.01.31.alphax-4k-gdi.3150490682"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2025.01.30.alphax-4k-gdi.274307881" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2025.01.31.alphax-4k-gdi.3150490682" ; 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
|
||||||
|
@ -3231,11 +3231,12 @@ throttleModelCrossoverAngle = scalar, S16, 1088, "%", 0.01, 0
|
||||||
throttleEstimatedFlow = scalar, F32, 1092, "g/s", 1, 0
|
throttleEstimatedFlow = scalar, F32, 1092, "g/s", 1, 0
|
||||||
; total TS size = 1096
|
; total TS size = 1096
|
||||||
m_requested_pump = scalar, F32, 1096, "", 1, 0
|
m_requested_pump = scalar, F32, 1096, "", 1, 0
|
||||||
fuel_requested_percent = scalar, F32, 1100, "", 1, 0
|
fuel_requested_percent = scalar, F32, 1100, "%", 1, 0
|
||||||
fuel_requested_percent_pi = scalar, F32, 1104, "", 1, 0
|
fuel_requested_percent_pi = scalar, F32, 1104, "", 1, 0
|
||||||
noValve = bits, U32, 1108, [0:0]
|
noValve = bits, U32, 1108, [0:0]
|
||||||
angleAboveMin = bits, U32, 1108, [1:1]
|
angleAboveMin = bits, U32, 1108, [1:1]
|
||||||
isHpfpInactive = bits, U32, 1108, [2:2]
|
isHpfpActive = bits, U32, 1108, [2:2]
|
||||||
|
HpfpValveState = bits, U32, 1108, [3:3]
|
||||||
m_pressureTarget_kPa = scalar, F32, 1112, "", 1, 0
|
m_pressureTarget_kPa = scalar, F32, 1112, "", 1, 0
|
||||||
nextLobe = scalar, F32, 1116, "", 1, 0
|
nextLobe = scalar, F32, 1116, "", 1, 0
|
||||||
di_nextStart = scalar, F32, 1120, "v", 1, 0
|
di_nextStart = scalar, F32, 1120, "v", 1, 0
|
||||||
|
@ -4966,7 +4967,7 @@ gaugeCategory = CAN
|
||||||
gaugeCategory = GDI
|
gaugeCategory = GDI
|
||||||
di_nextStartGauge = di_nextStart,"DI: next start", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
di_nextStartGauge = di_nextStart,"DI: next start", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
m_requested_pumpGauge = m_requested_pump,"DI: Pump Angle", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
|
m_requested_pumpGauge = m_requested_pump,"DI: Pump Angle", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
|
||||||
fuel_requested_percentGauge = fuel_requested_percent,"DI: fuel_requested_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
fuel_requested_percentGauge = fuel_requested_percent,"DI: HPFP requested duty", "%", 0.0, 100.0, 0.0, 0.0, 80.0, 90.0, 0,0
|
||||||
fuel_requested_percent_piGauge = fuel_requested_percent_pi,"DI: fuel_requested_percent_pi", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
fuel_requested_percent_piGauge = fuel_requested_percent_pi,"DI: fuel_requested_percent_pi", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
;todo see comment in HpfpQuantity class definition
|
;todo see comment in HpfpQuantity class definition
|
||||||
;m_I_sum_percentGauge = m_I_sum_percent,"DI: m_I_sum_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
;m_I_sum_percentGauge = m_I_sum_percent,"DI: m_I_sum_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
|
@ -5840,14 +5841,15 @@ entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
|
||||||
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
|
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
|
||||||
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
|
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
|
||||||
entry = m_requested_pump, "GDI: HPFP duration", float, "%.3f"
|
entry = m_requested_pump, "GDI: HPFP duration", float, "%.3f"
|
||||||
entry = fuel_requested_percent, "GDI: requested_percent", float, "%.3f"
|
entry = fuel_requested_percent, "GDI: HPFP requested duty", float, "%.3f"
|
||||||
entry = fuel_requested_percent_pi, "GDI: percent_pi", float, "%.3f"
|
entry = fuel_requested_percent_pi, "GDI: percent_pi", float, "%.3f"
|
||||||
entry = noValve, "noValve", int, "%d"
|
entry = noValve, "GDI: HPFP no Valve control output", int, "%d"
|
||||||
entry = angleAboveMin, "angleAboveMin", int, "%d"
|
entry = angleAboveMin, "GDI: HPFP angle above min", int, "%d"
|
||||||
entry = isHpfpInactive, "isHpfpInactive", int, "%d"
|
entry = isHpfpActive, "GDI: HPFP Active", int, "%d"
|
||||||
|
entry = HpfpValveState, "GDI: HPFP Valve state", int, "%d"
|
||||||
entry = m_pressureTarget_kPa, "GDI: target pressure", float, "%.3f"
|
entry = m_pressureTarget_kPa, "GDI: target pressure", float, "%.3f"
|
||||||
entry = nextLobe, "GDI: nextLobe", float, "%.3f"
|
entry = nextLobe, "GDI: next lobe N", float, "%.3f"
|
||||||
entry = di_nextStart, "GDI: next start", float, "%.3f"
|
entry = di_nextStart, "GDI: valve activation angle", float, "%.3f"
|
||||||
entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
|
entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
|
||||||
entry = pressureDelta, "Fuel: Injector pressure delta", float, "%.3f"
|
entry = pressureDelta, "Fuel: Injector pressure delta", float, "%.3f"
|
||||||
entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
||||||
|
@ -6821,7 +6823,8 @@ dialog = throttle_modelDialog, "throttle_model"
|
||||||
indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2
|
indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2
|
||||||
indicator = {noValve}, "noValve No", "noValve Yes"
|
indicator = {noValve}, "noValve No", "noValve Yes"
|
||||||
indicator = {angleAboveMin}, "angleAboveMin No", "angleAboveMin Yes"
|
indicator = {angleAboveMin}, "angleAboveMin No", "angleAboveMin Yes"
|
||||||
indicator = {isHpfpInactive}, "isHpfpInactive No", "isHpfpInactive Yes"
|
indicator = {isHpfpActive}, "isHpfpActive No", "isHpfpActive Yes"
|
||||||
|
indicator = {HpfpValveState}, "HpfpValveState No", "HpfpValveState Yes"
|
||||||
|
|
||||||
dialog = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
|
dialog = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
|
||||||
panel = high_pressure_fuel_pumpIndicatorPanel
|
panel = high_pressure_fuel_pumpIndicatorPanel
|
||||||
|
|
|
@ -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.01.30.alphax-8chan-revA.25168530"
|
signature = "rusEFI master.2025.01.31.alphax-8chan-revA.2853256577"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2025.01.30.alphax-8chan-revA.25168530" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2025.01.31.alphax-8chan-revA.2853256577" ; 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
|
||||||
|
@ -3236,11 +3236,12 @@ throttleModelCrossoverAngle = scalar, S16, 1088, "%", 0.01, 0
|
||||||
throttleEstimatedFlow = scalar, F32, 1092, "g/s", 1, 0
|
throttleEstimatedFlow = scalar, F32, 1092, "g/s", 1, 0
|
||||||
; total TS size = 1096
|
; total TS size = 1096
|
||||||
m_requested_pump = scalar, F32, 1096, "", 1, 0
|
m_requested_pump = scalar, F32, 1096, "", 1, 0
|
||||||
fuel_requested_percent = scalar, F32, 1100, "", 1, 0
|
fuel_requested_percent = scalar, F32, 1100, "%", 1, 0
|
||||||
fuel_requested_percent_pi = scalar, F32, 1104, "", 1, 0
|
fuel_requested_percent_pi = scalar, F32, 1104, "", 1, 0
|
||||||
noValve = bits, U32, 1108, [0:0]
|
noValve = bits, U32, 1108, [0:0]
|
||||||
angleAboveMin = bits, U32, 1108, [1:1]
|
angleAboveMin = bits, U32, 1108, [1:1]
|
||||||
isHpfpInactive = bits, U32, 1108, [2:2]
|
isHpfpActive = bits, U32, 1108, [2:2]
|
||||||
|
HpfpValveState = bits, U32, 1108, [3:3]
|
||||||
m_pressureTarget_kPa = scalar, F32, 1112, "", 1, 0
|
m_pressureTarget_kPa = scalar, F32, 1112, "", 1, 0
|
||||||
nextLobe = scalar, F32, 1116, "", 1, 0
|
nextLobe = scalar, F32, 1116, "", 1, 0
|
||||||
di_nextStart = scalar, F32, 1120, "v", 1, 0
|
di_nextStart = scalar, F32, 1120, "v", 1, 0
|
||||||
|
@ -4974,7 +4975,7 @@ gaugeCategory = CAN
|
||||||
gaugeCategory = GDI
|
gaugeCategory = GDI
|
||||||
di_nextStartGauge = di_nextStart,"DI: next start", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
di_nextStartGauge = di_nextStart,"DI: next start", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
m_requested_pumpGauge = m_requested_pump,"DI: Pump Angle", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
|
m_requested_pumpGauge = m_requested_pump,"DI: Pump Angle", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
|
||||||
fuel_requested_percentGauge = fuel_requested_percent,"DI: fuel_requested_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
fuel_requested_percentGauge = fuel_requested_percent,"DI: HPFP requested duty", "%", 0.0, 100.0, 0.0, 0.0, 80.0, 90.0, 0,0
|
||||||
fuel_requested_percent_piGauge = fuel_requested_percent_pi,"DI: fuel_requested_percent_pi", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
fuel_requested_percent_piGauge = fuel_requested_percent_pi,"DI: fuel_requested_percent_pi", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
;todo see comment in HpfpQuantity class definition
|
;todo see comment in HpfpQuantity class definition
|
||||||
;m_I_sum_percentGauge = m_I_sum_percent,"DI: m_I_sum_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
;m_I_sum_percentGauge = m_I_sum_percent,"DI: m_I_sum_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
|
@ -5848,14 +5849,15 @@ entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
|
||||||
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
|
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
|
||||||
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
|
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
|
||||||
entry = m_requested_pump, "GDI: HPFP duration", float, "%.3f"
|
entry = m_requested_pump, "GDI: HPFP duration", float, "%.3f"
|
||||||
entry = fuel_requested_percent, "GDI: requested_percent", float, "%.3f"
|
entry = fuel_requested_percent, "GDI: HPFP requested duty", float, "%.3f"
|
||||||
entry = fuel_requested_percent_pi, "GDI: percent_pi", float, "%.3f"
|
entry = fuel_requested_percent_pi, "GDI: percent_pi", float, "%.3f"
|
||||||
entry = noValve, "noValve", int, "%d"
|
entry = noValve, "GDI: HPFP no Valve control output", int, "%d"
|
||||||
entry = angleAboveMin, "angleAboveMin", int, "%d"
|
entry = angleAboveMin, "GDI: HPFP angle above min", int, "%d"
|
||||||
entry = isHpfpInactive, "isHpfpInactive", int, "%d"
|
entry = isHpfpActive, "GDI: HPFP Active", int, "%d"
|
||||||
|
entry = HpfpValveState, "GDI: HPFP Valve state", int, "%d"
|
||||||
entry = m_pressureTarget_kPa, "GDI: target pressure", float, "%.3f"
|
entry = m_pressureTarget_kPa, "GDI: target pressure", float, "%.3f"
|
||||||
entry = nextLobe, "GDI: nextLobe", float, "%.3f"
|
entry = nextLobe, "GDI: next lobe N", float, "%.3f"
|
||||||
entry = di_nextStart, "GDI: next start", float, "%.3f"
|
entry = di_nextStart, "GDI: valve activation angle", float, "%.3f"
|
||||||
entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
|
entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
|
||||||
entry = pressureDelta, "Fuel: Injector pressure delta", float, "%.3f"
|
entry = pressureDelta, "Fuel: Injector pressure delta", float, "%.3f"
|
||||||
entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
||||||
|
@ -6821,7 +6823,8 @@ dialog = throttle_modelDialog, "throttle_model"
|
||||||
indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2
|
indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2
|
||||||
indicator = {noValve}, "noValve No", "noValve Yes"
|
indicator = {noValve}, "noValve No", "noValve Yes"
|
||||||
indicator = {angleAboveMin}, "angleAboveMin No", "angleAboveMin Yes"
|
indicator = {angleAboveMin}, "angleAboveMin No", "angleAboveMin Yes"
|
||||||
indicator = {isHpfpInactive}, "isHpfpInactive No", "isHpfpInactive Yes"
|
indicator = {isHpfpActive}, "isHpfpActive No", "isHpfpActive Yes"
|
||||||
|
indicator = {HpfpValveState}, "HpfpValveState No", "HpfpValveState Yes"
|
||||||
|
|
||||||
dialog = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
|
dialog = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
|
||||||
panel = high_pressure_fuel_pumpIndicatorPanel
|
panel = high_pressure_fuel_pumpIndicatorPanel
|
||||||
|
|
|
@ -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.01.30.alphax-8chan.2623012158"
|
signature = "rusEFI master.2025.01.31.alphax-8chan.935774765"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2025.01.30.alphax-8chan.2623012158" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2025.01.31.alphax-8chan.935774765" ; 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
|
||||||
|
@ -3245,11 +3245,12 @@ throttleModelCrossoverAngle = scalar, S16, 1088, "%", 0.01, 0
|
||||||
throttleEstimatedFlow = scalar, F32, 1092, "g/s", 1, 0
|
throttleEstimatedFlow = scalar, F32, 1092, "g/s", 1, 0
|
||||||
; total TS size = 1096
|
; total TS size = 1096
|
||||||
m_requested_pump = scalar, F32, 1096, "", 1, 0
|
m_requested_pump = scalar, F32, 1096, "", 1, 0
|
||||||
fuel_requested_percent = scalar, F32, 1100, "", 1, 0
|
fuel_requested_percent = scalar, F32, 1100, "%", 1, 0
|
||||||
fuel_requested_percent_pi = scalar, F32, 1104, "", 1, 0
|
fuel_requested_percent_pi = scalar, F32, 1104, "", 1, 0
|
||||||
noValve = bits, U32, 1108, [0:0]
|
noValve = bits, U32, 1108, [0:0]
|
||||||
angleAboveMin = bits, U32, 1108, [1:1]
|
angleAboveMin = bits, U32, 1108, [1:1]
|
||||||
isHpfpInactive = bits, U32, 1108, [2:2]
|
isHpfpActive = bits, U32, 1108, [2:2]
|
||||||
|
HpfpValveState = bits, U32, 1108, [3:3]
|
||||||
m_pressureTarget_kPa = scalar, F32, 1112, "", 1, 0
|
m_pressureTarget_kPa = scalar, F32, 1112, "", 1, 0
|
||||||
nextLobe = scalar, F32, 1116, "", 1, 0
|
nextLobe = scalar, F32, 1116, "", 1, 0
|
||||||
di_nextStart = scalar, F32, 1120, "v", 1, 0
|
di_nextStart = scalar, F32, 1120, "v", 1, 0
|
||||||
|
@ -4980,7 +4981,7 @@ gaugeCategory = CAN
|
||||||
gaugeCategory = GDI
|
gaugeCategory = GDI
|
||||||
di_nextStartGauge = di_nextStart,"DI: next start", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
di_nextStartGauge = di_nextStart,"DI: next start", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
m_requested_pumpGauge = m_requested_pump,"DI: Pump Angle", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
|
m_requested_pumpGauge = m_requested_pump,"DI: Pump Angle", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
|
||||||
fuel_requested_percentGauge = fuel_requested_percent,"DI: fuel_requested_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
fuel_requested_percentGauge = fuel_requested_percent,"DI: HPFP requested duty", "%", 0.0, 100.0, 0.0, 0.0, 80.0, 90.0, 0,0
|
||||||
fuel_requested_percent_piGauge = fuel_requested_percent_pi,"DI: fuel_requested_percent_pi", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
fuel_requested_percent_piGauge = fuel_requested_percent_pi,"DI: fuel_requested_percent_pi", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
;todo see comment in HpfpQuantity class definition
|
;todo see comment in HpfpQuantity class definition
|
||||||
;m_I_sum_percentGauge = m_I_sum_percent,"DI: m_I_sum_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
;m_I_sum_percentGauge = m_I_sum_percent,"DI: m_I_sum_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
|
@ -5855,14 +5856,15 @@ entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
|
||||||
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
|
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
|
||||||
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
|
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
|
||||||
entry = m_requested_pump, "GDI: HPFP duration", float, "%.3f"
|
entry = m_requested_pump, "GDI: HPFP duration", float, "%.3f"
|
||||||
entry = fuel_requested_percent, "GDI: requested_percent", float, "%.3f"
|
entry = fuel_requested_percent, "GDI: HPFP requested duty", float, "%.3f"
|
||||||
entry = fuel_requested_percent_pi, "GDI: percent_pi", float, "%.3f"
|
entry = fuel_requested_percent_pi, "GDI: percent_pi", float, "%.3f"
|
||||||
entry = noValve, "noValve", int, "%d"
|
entry = noValve, "GDI: HPFP no Valve control output", int, "%d"
|
||||||
entry = angleAboveMin, "angleAboveMin", int, "%d"
|
entry = angleAboveMin, "GDI: HPFP angle above min", int, "%d"
|
||||||
entry = isHpfpInactive, "isHpfpInactive", int, "%d"
|
entry = isHpfpActive, "GDI: HPFP Active", int, "%d"
|
||||||
|
entry = HpfpValveState, "GDI: HPFP Valve state", int, "%d"
|
||||||
entry = m_pressureTarget_kPa, "GDI: target pressure", float, "%.3f"
|
entry = m_pressureTarget_kPa, "GDI: target pressure", float, "%.3f"
|
||||||
entry = nextLobe, "GDI: nextLobe", float, "%.3f"
|
entry = nextLobe, "GDI: next lobe N", float, "%.3f"
|
||||||
entry = di_nextStart, "GDI: next start", float, "%.3f"
|
entry = di_nextStart, "GDI: valve activation angle", float, "%.3f"
|
||||||
entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
|
entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
|
||||||
entry = pressureDelta, "Fuel: Injector pressure delta", float, "%.3f"
|
entry = pressureDelta, "Fuel: Injector pressure delta", float, "%.3f"
|
||||||
entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
||||||
|
@ -6848,7 +6850,8 @@ dialog = throttle_modelDialog, "throttle_model"
|
||||||
indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2
|
indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2
|
||||||
indicator = {noValve}, "noValve No", "noValve Yes"
|
indicator = {noValve}, "noValve No", "noValve Yes"
|
||||||
indicator = {angleAboveMin}, "angleAboveMin No", "angleAboveMin Yes"
|
indicator = {angleAboveMin}, "angleAboveMin No", "angleAboveMin Yes"
|
||||||
indicator = {isHpfpInactive}, "isHpfpInactive No", "isHpfpInactive Yes"
|
indicator = {isHpfpActive}, "isHpfpActive No", "isHpfpActive Yes"
|
||||||
|
indicator = {HpfpValveState}, "HpfpValveState No", "HpfpValveState Yes"
|
||||||
|
|
||||||
dialog = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
|
dialog = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
|
||||||
panel = high_pressure_fuel_pumpIndicatorPanel
|
panel = high_pressure_fuel_pumpIndicatorPanel
|
||||||
|
|
|
@ -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.01.30.alphax-8chan_f7.2623012158"
|
signature = "rusEFI master.2025.01.31.alphax-8chan_f7.935774765"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2025.01.30.alphax-8chan_f7.2623012158" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2025.01.31.alphax-8chan_f7.935774765" ; 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
|
||||||
|
@ -3245,11 +3245,12 @@ throttleModelCrossoverAngle = scalar, S16, 1088, "%", 0.01, 0
|
||||||
throttleEstimatedFlow = scalar, F32, 1092, "g/s", 1, 0
|
throttleEstimatedFlow = scalar, F32, 1092, "g/s", 1, 0
|
||||||
; total TS size = 1096
|
; total TS size = 1096
|
||||||
m_requested_pump = scalar, F32, 1096, "", 1, 0
|
m_requested_pump = scalar, F32, 1096, "", 1, 0
|
||||||
fuel_requested_percent = scalar, F32, 1100, "", 1, 0
|
fuel_requested_percent = scalar, F32, 1100, "%", 1, 0
|
||||||
fuel_requested_percent_pi = scalar, F32, 1104, "", 1, 0
|
fuel_requested_percent_pi = scalar, F32, 1104, "", 1, 0
|
||||||
noValve = bits, U32, 1108, [0:0]
|
noValve = bits, U32, 1108, [0:0]
|
||||||
angleAboveMin = bits, U32, 1108, [1:1]
|
angleAboveMin = bits, U32, 1108, [1:1]
|
||||||
isHpfpInactive = bits, U32, 1108, [2:2]
|
isHpfpActive = bits, U32, 1108, [2:2]
|
||||||
|
HpfpValveState = bits, U32, 1108, [3:3]
|
||||||
m_pressureTarget_kPa = scalar, F32, 1112, "", 1, 0
|
m_pressureTarget_kPa = scalar, F32, 1112, "", 1, 0
|
||||||
nextLobe = scalar, F32, 1116, "", 1, 0
|
nextLobe = scalar, F32, 1116, "", 1, 0
|
||||||
di_nextStart = scalar, F32, 1120, "v", 1, 0
|
di_nextStart = scalar, F32, 1120, "v", 1, 0
|
||||||
|
@ -4980,7 +4981,7 @@ gaugeCategory = CAN
|
||||||
gaugeCategory = GDI
|
gaugeCategory = GDI
|
||||||
di_nextStartGauge = di_nextStart,"DI: next start", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
di_nextStartGauge = di_nextStart,"DI: next start", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
m_requested_pumpGauge = m_requested_pump,"DI: Pump Angle", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
|
m_requested_pumpGauge = m_requested_pump,"DI: Pump Angle", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
|
||||||
fuel_requested_percentGauge = fuel_requested_percent,"DI: fuel_requested_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
fuel_requested_percentGauge = fuel_requested_percent,"DI: HPFP requested duty", "%", 0.0, 100.0, 0.0, 0.0, 80.0, 90.0, 0,0
|
||||||
fuel_requested_percent_piGauge = fuel_requested_percent_pi,"DI: fuel_requested_percent_pi", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
fuel_requested_percent_piGauge = fuel_requested_percent_pi,"DI: fuel_requested_percent_pi", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
;todo see comment in HpfpQuantity class definition
|
;todo see comment in HpfpQuantity class definition
|
||||||
;m_I_sum_percentGauge = m_I_sum_percent,"DI: m_I_sum_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
;m_I_sum_percentGauge = m_I_sum_percent,"DI: m_I_sum_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
|
@ -5855,14 +5856,15 @@ entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
|
||||||
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
|
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
|
||||||
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
|
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
|
||||||
entry = m_requested_pump, "GDI: HPFP duration", float, "%.3f"
|
entry = m_requested_pump, "GDI: HPFP duration", float, "%.3f"
|
||||||
entry = fuel_requested_percent, "GDI: requested_percent", float, "%.3f"
|
entry = fuel_requested_percent, "GDI: HPFP requested duty", float, "%.3f"
|
||||||
entry = fuel_requested_percent_pi, "GDI: percent_pi", float, "%.3f"
|
entry = fuel_requested_percent_pi, "GDI: percent_pi", float, "%.3f"
|
||||||
entry = noValve, "noValve", int, "%d"
|
entry = noValve, "GDI: HPFP no Valve control output", int, "%d"
|
||||||
entry = angleAboveMin, "angleAboveMin", int, "%d"
|
entry = angleAboveMin, "GDI: HPFP angle above min", int, "%d"
|
||||||
entry = isHpfpInactive, "isHpfpInactive", int, "%d"
|
entry = isHpfpActive, "GDI: HPFP Active", int, "%d"
|
||||||
|
entry = HpfpValveState, "GDI: HPFP Valve state", int, "%d"
|
||||||
entry = m_pressureTarget_kPa, "GDI: target pressure", float, "%.3f"
|
entry = m_pressureTarget_kPa, "GDI: target pressure", float, "%.3f"
|
||||||
entry = nextLobe, "GDI: nextLobe", float, "%.3f"
|
entry = nextLobe, "GDI: next lobe N", float, "%.3f"
|
||||||
entry = di_nextStart, "GDI: next start", float, "%.3f"
|
entry = di_nextStart, "GDI: valve activation angle", float, "%.3f"
|
||||||
entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
|
entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
|
||||||
entry = pressureDelta, "Fuel: Injector pressure delta", float, "%.3f"
|
entry = pressureDelta, "Fuel: Injector pressure delta", float, "%.3f"
|
||||||
entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
||||||
|
@ -6848,7 +6850,8 @@ dialog = throttle_modelDialog, "throttle_model"
|
||||||
indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2
|
indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2
|
||||||
indicator = {noValve}, "noValve No", "noValve Yes"
|
indicator = {noValve}, "noValve No", "noValve Yes"
|
||||||
indicator = {angleAboveMin}, "angleAboveMin No", "angleAboveMin Yes"
|
indicator = {angleAboveMin}, "angleAboveMin No", "angleAboveMin Yes"
|
||||||
indicator = {isHpfpInactive}, "isHpfpInactive No", "isHpfpInactive Yes"
|
indicator = {isHpfpActive}, "isHpfpActive No", "isHpfpActive Yes"
|
||||||
|
indicator = {HpfpValveState}, "HpfpValveState No", "HpfpValveState Yes"
|
||||||
|
|
||||||
dialog = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
|
dialog = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
|
||||||
panel = high_pressure_fuel_pumpIndicatorPanel
|
panel = high_pressure_fuel_pumpIndicatorPanel
|
||||||
|
|
|
@ -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.01.30.alphax-silver.938370696"
|
signature = "rusEFI master.2025.01.31.alphax-silver.2625589659"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2025.01.30.alphax-silver.938370696" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2025.01.31.alphax-silver.2625589659" ; 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
|
||||||
|
@ -3232,11 +3232,12 @@ throttleModelCrossoverAngle = scalar, S16, 1088, "%", 0.01, 0
|
||||||
throttleEstimatedFlow = scalar, F32, 1092, "g/s", 1, 0
|
throttleEstimatedFlow = scalar, F32, 1092, "g/s", 1, 0
|
||||||
; total TS size = 1096
|
; total TS size = 1096
|
||||||
m_requested_pump = scalar, F32, 1096, "", 1, 0
|
m_requested_pump = scalar, F32, 1096, "", 1, 0
|
||||||
fuel_requested_percent = scalar, F32, 1100, "", 1, 0
|
fuel_requested_percent = scalar, F32, 1100, "%", 1, 0
|
||||||
fuel_requested_percent_pi = scalar, F32, 1104, "", 1, 0
|
fuel_requested_percent_pi = scalar, F32, 1104, "", 1, 0
|
||||||
noValve = bits, U32, 1108, [0:0]
|
noValve = bits, U32, 1108, [0:0]
|
||||||
angleAboveMin = bits, U32, 1108, [1:1]
|
angleAboveMin = bits, U32, 1108, [1:1]
|
||||||
isHpfpInactive = bits, U32, 1108, [2:2]
|
isHpfpActive = bits, U32, 1108, [2:2]
|
||||||
|
HpfpValveState = bits, U32, 1108, [3:3]
|
||||||
m_pressureTarget_kPa = scalar, F32, 1112, "", 1, 0
|
m_pressureTarget_kPa = scalar, F32, 1112, "", 1, 0
|
||||||
nextLobe = scalar, F32, 1116, "", 1, 0
|
nextLobe = scalar, F32, 1116, "", 1, 0
|
||||||
di_nextStart = scalar, F32, 1120, "v", 1, 0
|
di_nextStart = scalar, F32, 1120, "v", 1, 0
|
||||||
|
@ -4970,7 +4971,7 @@ gaugeCategory = CAN
|
||||||
gaugeCategory = GDI
|
gaugeCategory = GDI
|
||||||
di_nextStartGauge = di_nextStart,"DI: next start", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
di_nextStartGauge = di_nextStart,"DI: next start", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
m_requested_pumpGauge = m_requested_pump,"DI: Pump Angle", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
|
m_requested_pumpGauge = m_requested_pump,"DI: Pump Angle", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
|
||||||
fuel_requested_percentGauge = fuel_requested_percent,"DI: fuel_requested_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
fuel_requested_percentGauge = fuel_requested_percent,"DI: HPFP requested duty", "%", 0.0, 100.0, 0.0, 0.0, 80.0, 90.0, 0,0
|
||||||
fuel_requested_percent_piGauge = fuel_requested_percent_pi,"DI: fuel_requested_percent_pi", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
fuel_requested_percent_piGauge = fuel_requested_percent_pi,"DI: fuel_requested_percent_pi", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
;todo see comment in HpfpQuantity class definition
|
;todo see comment in HpfpQuantity class definition
|
||||||
;m_I_sum_percentGauge = m_I_sum_percent,"DI: m_I_sum_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
;m_I_sum_percentGauge = m_I_sum_percent,"DI: m_I_sum_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
|
@ -5835,14 +5836,15 @@ entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
|
||||||
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
|
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
|
||||||
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
|
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
|
||||||
entry = m_requested_pump, "GDI: HPFP duration", float, "%.3f"
|
entry = m_requested_pump, "GDI: HPFP duration", float, "%.3f"
|
||||||
entry = fuel_requested_percent, "GDI: requested_percent", float, "%.3f"
|
entry = fuel_requested_percent, "GDI: HPFP requested duty", float, "%.3f"
|
||||||
entry = fuel_requested_percent_pi, "GDI: percent_pi", float, "%.3f"
|
entry = fuel_requested_percent_pi, "GDI: percent_pi", float, "%.3f"
|
||||||
entry = noValve, "noValve", int, "%d"
|
entry = noValve, "GDI: HPFP no Valve control output", int, "%d"
|
||||||
entry = angleAboveMin, "angleAboveMin", int, "%d"
|
entry = angleAboveMin, "GDI: HPFP angle above min", int, "%d"
|
||||||
entry = isHpfpInactive, "isHpfpInactive", int, "%d"
|
entry = isHpfpActive, "GDI: HPFP Active", int, "%d"
|
||||||
|
entry = HpfpValveState, "GDI: HPFP Valve state", int, "%d"
|
||||||
entry = m_pressureTarget_kPa, "GDI: target pressure", float, "%.3f"
|
entry = m_pressureTarget_kPa, "GDI: target pressure", float, "%.3f"
|
||||||
entry = nextLobe, "GDI: nextLobe", float, "%.3f"
|
entry = nextLobe, "GDI: next lobe N", float, "%.3f"
|
||||||
entry = di_nextStart, "GDI: next start", float, "%.3f"
|
entry = di_nextStart, "GDI: valve activation angle", float, "%.3f"
|
||||||
entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
|
entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
|
||||||
entry = pressureDelta, "Fuel: Injector pressure delta", float, "%.3f"
|
entry = pressureDelta, "Fuel: Injector pressure delta", float, "%.3f"
|
||||||
entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
||||||
|
@ -6798,7 +6800,8 @@ dialog = throttle_modelDialog, "throttle_model"
|
||||||
indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2
|
indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2
|
||||||
indicator = {noValve}, "noValve No", "noValve Yes"
|
indicator = {noValve}, "noValve No", "noValve Yes"
|
||||||
indicator = {angleAboveMin}, "angleAboveMin No", "angleAboveMin Yes"
|
indicator = {angleAboveMin}, "angleAboveMin No", "angleAboveMin Yes"
|
||||||
indicator = {isHpfpInactive}, "isHpfpInactive No", "isHpfpInactive Yes"
|
indicator = {isHpfpActive}, "isHpfpActive No", "isHpfpActive Yes"
|
||||||
|
indicator = {HpfpValveState}, "HpfpValveState No", "HpfpValveState Yes"
|
||||||
|
|
||||||
dialog = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
|
dialog = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
|
||||||
panel = high_pressure_fuel_pumpIndicatorPanel
|
panel = high_pressure_fuel_pumpIndicatorPanel
|
||||||
|
|
|
@ -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.01.30.at_start_f435.4173522114"
|
signature = "rusEFI master.2025.01.31.at_start_f435.1398002641"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2025.01.30.at_start_f435.4173522114" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2025.01.31.at_start_f435.1398002641" ; 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
|
||||||
|
@ -3231,11 +3231,12 @@ throttleModelCrossoverAngle = scalar, S16, 1088, "%", 0.01, 0
|
||||||
throttleEstimatedFlow = scalar, F32, 1092, "g/s", 1, 0
|
throttleEstimatedFlow = scalar, F32, 1092, "g/s", 1, 0
|
||||||
; total TS size = 1096
|
; total TS size = 1096
|
||||||
m_requested_pump = scalar, F32, 1096, "", 1, 0
|
m_requested_pump = scalar, F32, 1096, "", 1, 0
|
||||||
fuel_requested_percent = scalar, F32, 1100, "", 1, 0
|
fuel_requested_percent = scalar, F32, 1100, "%", 1, 0
|
||||||
fuel_requested_percent_pi = scalar, F32, 1104, "", 1, 0
|
fuel_requested_percent_pi = scalar, F32, 1104, "", 1, 0
|
||||||
noValve = bits, U32, 1108, [0:0]
|
noValve = bits, U32, 1108, [0:0]
|
||||||
angleAboveMin = bits, U32, 1108, [1:1]
|
angleAboveMin = bits, U32, 1108, [1:1]
|
||||||
isHpfpInactive = bits, U32, 1108, [2:2]
|
isHpfpActive = bits, U32, 1108, [2:2]
|
||||||
|
HpfpValveState = bits, U32, 1108, [3:3]
|
||||||
m_pressureTarget_kPa = scalar, F32, 1112, "", 1, 0
|
m_pressureTarget_kPa = scalar, F32, 1112, "", 1, 0
|
||||||
nextLobe = scalar, F32, 1116, "", 1, 0
|
nextLobe = scalar, F32, 1116, "", 1, 0
|
||||||
di_nextStart = scalar, F32, 1120, "v", 1, 0
|
di_nextStart = scalar, F32, 1120, "v", 1, 0
|
||||||
|
@ -4969,7 +4970,7 @@ gaugeCategory = CAN
|
||||||
gaugeCategory = GDI
|
gaugeCategory = GDI
|
||||||
di_nextStartGauge = di_nextStart,"DI: next start", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
di_nextStartGauge = di_nextStart,"DI: next start", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
m_requested_pumpGauge = m_requested_pump,"DI: Pump Angle", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
|
m_requested_pumpGauge = m_requested_pump,"DI: Pump Angle", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
|
||||||
fuel_requested_percentGauge = fuel_requested_percent,"DI: fuel_requested_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
fuel_requested_percentGauge = fuel_requested_percent,"DI: HPFP requested duty", "%", 0.0, 100.0, 0.0, 0.0, 80.0, 90.0, 0,0
|
||||||
fuel_requested_percent_piGauge = fuel_requested_percent_pi,"DI: fuel_requested_percent_pi", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
fuel_requested_percent_piGauge = fuel_requested_percent_pi,"DI: fuel_requested_percent_pi", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
;todo see comment in HpfpQuantity class definition
|
;todo see comment in HpfpQuantity class definition
|
||||||
;m_I_sum_percentGauge = m_I_sum_percent,"DI: m_I_sum_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
;m_I_sum_percentGauge = m_I_sum_percent,"DI: m_I_sum_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
|
@ -5843,14 +5844,15 @@ entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
|
||||||
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
|
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
|
||||||
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
|
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
|
||||||
entry = m_requested_pump, "GDI: HPFP duration", float, "%.3f"
|
entry = m_requested_pump, "GDI: HPFP duration", float, "%.3f"
|
||||||
entry = fuel_requested_percent, "GDI: requested_percent", float, "%.3f"
|
entry = fuel_requested_percent, "GDI: HPFP requested duty", float, "%.3f"
|
||||||
entry = fuel_requested_percent_pi, "GDI: percent_pi", float, "%.3f"
|
entry = fuel_requested_percent_pi, "GDI: percent_pi", float, "%.3f"
|
||||||
entry = noValve, "noValve", int, "%d"
|
entry = noValve, "GDI: HPFP no Valve control output", int, "%d"
|
||||||
entry = angleAboveMin, "angleAboveMin", int, "%d"
|
entry = angleAboveMin, "GDI: HPFP angle above min", int, "%d"
|
||||||
entry = isHpfpInactive, "isHpfpInactive", int, "%d"
|
entry = isHpfpActive, "GDI: HPFP Active", int, "%d"
|
||||||
|
entry = HpfpValveState, "GDI: HPFP Valve state", int, "%d"
|
||||||
entry = m_pressureTarget_kPa, "GDI: target pressure", float, "%.3f"
|
entry = m_pressureTarget_kPa, "GDI: target pressure", float, "%.3f"
|
||||||
entry = nextLobe, "GDI: nextLobe", float, "%.3f"
|
entry = nextLobe, "GDI: next lobe N", float, "%.3f"
|
||||||
entry = di_nextStart, "GDI: next start", float, "%.3f"
|
entry = di_nextStart, "GDI: valve activation angle", float, "%.3f"
|
||||||
entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
|
entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
|
||||||
entry = pressureDelta, "Fuel: Injector pressure delta", float, "%.3f"
|
entry = pressureDelta, "Fuel: Injector pressure delta", float, "%.3f"
|
||||||
entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
||||||
|
@ -6816,7 +6818,8 @@ dialog = throttle_modelDialog, "throttle_model"
|
||||||
indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2
|
indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2
|
||||||
indicator = {noValve}, "noValve No", "noValve Yes"
|
indicator = {noValve}, "noValve No", "noValve Yes"
|
||||||
indicator = {angleAboveMin}, "angleAboveMin No", "angleAboveMin Yes"
|
indicator = {angleAboveMin}, "angleAboveMin No", "angleAboveMin Yes"
|
||||||
indicator = {isHpfpInactive}, "isHpfpInactive No", "isHpfpInactive Yes"
|
indicator = {isHpfpActive}, "isHpfpActive No", "isHpfpActive Yes"
|
||||||
|
indicator = {HpfpValveState}, "HpfpValveState No", "HpfpValveState Yes"
|
||||||
|
|
||||||
dialog = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
|
dialog = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
|
||||||
panel = high_pressure_fuel_pumpIndicatorPanel
|
panel = high_pressure_fuel_pumpIndicatorPanel
|
||||||
|
|
|
@ -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.01.30.atlas.3167039628"
|
signature = "rusEFI master.2025.01.31.atlas.391382943"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2025.01.30.atlas.3167039628" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2025.01.31.atlas.391382943" ; 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
|
||||||
|
@ -3231,11 +3231,12 @@ throttleModelCrossoverAngle = scalar, S16, 1088, "%", 0.01, 0
|
||||||
throttleEstimatedFlow = scalar, F32, 1092, "g/s", 1, 0
|
throttleEstimatedFlow = scalar, F32, 1092, "g/s", 1, 0
|
||||||
; total TS size = 1096
|
; total TS size = 1096
|
||||||
m_requested_pump = scalar, F32, 1096, "", 1, 0
|
m_requested_pump = scalar, F32, 1096, "", 1, 0
|
||||||
fuel_requested_percent = scalar, F32, 1100, "", 1, 0
|
fuel_requested_percent = scalar, F32, 1100, "%", 1, 0
|
||||||
fuel_requested_percent_pi = scalar, F32, 1104, "", 1, 0
|
fuel_requested_percent_pi = scalar, F32, 1104, "", 1, 0
|
||||||
noValve = bits, U32, 1108, [0:0]
|
noValve = bits, U32, 1108, [0:0]
|
||||||
angleAboveMin = bits, U32, 1108, [1:1]
|
angleAboveMin = bits, U32, 1108, [1:1]
|
||||||
isHpfpInactive = bits, U32, 1108, [2:2]
|
isHpfpActive = bits, U32, 1108, [2:2]
|
||||||
|
HpfpValveState = bits, U32, 1108, [3:3]
|
||||||
m_pressureTarget_kPa = scalar, F32, 1112, "", 1, 0
|
m_pressureTarget_kPa = scalar, F32, 1112, "", 1, 0
|
||||||
nextLobe = scalar, F32, 1116, "", 1, 0
|
nextLobe = scalar, F32, 1116, "", 1, 0
|
||||||
di_nextStart = scalar, F32, 1120, "v", 1, 0
|
di_nextStart = scalar, F32, 1120, "v", 1, 0
|
||||||
|
@ -4969,7 +4970,7 @@ gaugeCategory = CAN
|
||||||
gaugeCategory = GDI
|
gaugeCategory = GDI
|
||||||
di_nextStartGauge = di_nextStart,"DI: next start", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
di_nextStartGauge = di_nextStart,"DI: next start", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
m_requested_pumpGauge = m_requested_pump,"DI: Pump Angle", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
|
m_requested_pumpGauge = m_requested_pump,"DI: Pump Angle", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
|
||||||
fuel_requested_percentGauge = fuel_requested_percent,"DI: fuel_requested_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
fuel_requested_percentGauge = fuel_requested_percent,"DI: HPFP requested duty", "%", 0.0, 100.0, 0.0, 0.0, 80.0, 90.0, 0,0
|
||||||
fuel_requested_percent_piGauge = fuel_requested_percent_pi,"DI: fuel_requested_percent_pi", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
fuel_requested_percent_piGauge = fuel_requested_percent_pi,"DI: fuel_requested_percent_pi", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
;todo see comment in HpfpQuantity class definition
|
;todo see comment in HpfpQuantity class definition
|
||||||
;m_I_sum_percentGauge = m_I_sum_percent,"DI: m_I_sum_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
;m_I_sum_percentGauge = m_I_sum_percent,"DI: m_I_sum_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
|
@ -5843,14 +5844,15 @@ entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
|
||||||
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
|
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
|
||||||
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
|
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
|
||||||
entry = m_requested_pump, "GDI: HPFP duration", float, "%.3f"
|
entry = m_requested_pump, "GDI: HPFP duration", float, "%.3f"
|
||||||
entry = fuel_requested_percent, "GDI: requested_percent", float, "%.3f"
|
entry = fuel_requested_percent, "GDI: HPFP requested duty", float, "%.3f"
|
||||||
entry = fuel_requested_percent_pi, "GDI: percent_pi", float, "%.3f"
|
entry = fuel_requested_percent_pi, "GDI: percent_pi", float, "%.3f"
|
||||||
entry = noValve, "noValve", int, "%d"
|
entry = noValve, "GDI: HPFP no Valve control output", int, "%d"
|
||||||
entry = angleAboveMin, "angleAboveMin", int, "%d"
|
entry = angleAboveMin, "GDI: HPFP angle above min", int, "%d"
|
||||||
entry = isHpfpInactive, "isHpfpInactive", int, "%d"
|
entry = isHpfpActive, "GDI: HPFP Active", int, "%d"
|
||||||
|
entry = HpfpValveState, "GDI: HPFP Valve state", int, "%d"
|
||||||
entry = m_pressureTarget_kPa, "GDI: target pressure", float, "%.3f"
|
entry = m_pressureTarget_kPa, "GDI: target pressure", float, "%.3f"
|
||||||
entry = nextLobe, "GDI: nextLobe", float, "%.3f"
|
entry = nextLobe, "GDI: next lobe N", float, "%.3f"
|
||||||
entry = di_nextStart, "GDI: next start", float, "%.3f"
|
entry = di_nextStart, "GDI: valve activation angle", float, "%.3f"
|
||||||
entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
|
entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
|
||||||
entry = pressureDelta, "Fuel: Injector pressure delta", float, "%.3f"
|
entry = pressureDelta, "Fuel: Injector pressure delta", float, "%.3f"
|
||||||
entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
||||||
|
@ -6816,7 +6818,8 @@ dialog = throttle_modelDialog, "throttle_model"
|
||||||
indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2
|
indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2
|
||||||
indicator = {noValve}, "noValve No", "noValve Yes"
|
indicator = {noValve}, "noValve No", "noValve Yes"
|
||||||
indicator = {angleAboveMin}, "angleAboveMin No", "angleAboveMin Yes"
|
indicator = {angleAboveMin}, "angleAboveMin No", "angleAboveMin Yes"
|
||||||
indicator = {isHpfpInactive}, "isHpfpInactive No", "isHpfpInactive Yes"
|
indicator = {isHpfpActive}, "isHpfpActive No", "isHpfpActive Yes"
|
||||||
|
indicator = {HpfpValveState}, "HpfpValveState No", "HpfpValveState Yes"
|
||||||
|
|
||||||
dialog = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
|
dialog = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
|
||||||
panel = high_pressure_fuel_pumpIndicatorPanel
|
panel = high_pressure_fuel_pumpIndicatorPanel
|
||||||
|
|
|
@ -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.01.30.f407-discovery.410660223"
|
signature = "rusEFI master.2025.01.31.f407-discovery.3018529388"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2025.01.30.f407-discovery.410660223" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2025.01.31.f407-discovery.3018529388" ; 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
|
||||||
|
@ -3232,11 +3232,12 @@ throttleModelCrossoverAngle = scalar, S16, 1088, "%", 0.01, 0
|
||||||
throttleEstimatedFlow = scalar, F32, 1092, "g/s", 1, 0
|
throttleEstimatedFlow = scalar, F32, 1092, "g/s", 1, 0
|
||||||
; total TS size = 1096
|
; total TS size = 1096
|
||||||
m_requested_pump = scalar, F32, 1096, "", 1, 0
|
m_requested_pump = scalar, F32, 1096, "", 1, 0
|
||||||
fuel_requested_percent = scalar, F32, 1100, "", 1, 0
|
fuel_requested_percent = scalar, F32, 1100, "%", 1, 0
|
||||||
fuel_requested_percent_pi = scalar, F32, 1104, "", 1, 0
|
fuel_requested_percent_pi = scalar, F32, 1104, "", 1, 0
|
||||||
noValve = bits, U32, 1108, [0:0]
|
noValve = bits, U32, 1108, [0:0]
|
||||||
angleAboveMin = bits, U32, 1108, [1:1]
|
angleAboveMin = bits, U32, 1108, [1:1]
|
||||||
isHpfpInactive = bits, U32, 1108, [2:2]
|
isHpfpActive = bits, U32, 1108, [2:2]
|
||||||
|
HpfpValveState = bits, U32, 1108, [3:3]
|
||||||
m_pressureTarget_kPa = scalar, F32, 1112, "", 1, 0
|
m_pressureTarget_kPa = scalar, F32, 1112, "", 1, 0
|
||||||
nextLobe = scalar, F32, 1116, "", 1, 0
|
nextLobe = scalar, F32, 1116, "", 1, 0
|
||||||
di_nextStart = scalar, F32, 1120, "v", 1, 0
|
di_nextStart = scalar, F32, 1120, "v", 1, 0
|
||||||
|
@ -4970,7 +4971,7 @@ gaugeCategory = CAN
|
||||||
gaugeCategory = GDI
|
gaugeCategory = GDI
|
||||||
di_nextStartGauge = di_nextStart,"DI: next start", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
di_nextStartGauge = di_nextStart,"DI: next start", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
m_requested_pumpGauge = m_requested_pump,"DI: Pump Angle", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
|
m_requested_pumpGauge = m_requested_pump,"DI: Pump Angle", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
|
||||||
fuel_requested_percentGauge = fuel_requested_percent,"DI: fuel_requested_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
fuel_requested_percentGauge = fuel_requested_percent,"DI: HPFP requested duty", "%", 0.0, 100.0, 0.0, 0.0, 80.0, 90.0, 0,0
|
||||||
fuel_requested_percent_piGauge = fuel_requested_percent_pi,"DI: fuel_requested_percent_pi", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
fuel_requested_percent_piGauge = fuel_requested_percent_pi,"DI: fuel_requested_percent_pi", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
;todo see comment in HpfpQuantity class definition
|
;todo see comment in HpfpQuantity class definition
|
||||||
;m_I_sum_percentGauge = m_I_sum_percent,"DI: m_I_sum_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
;m_I_sum_percentGauge = m_I_sum_percent,"DI: m_I_sum_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
|
@ -5845,14 +5846,15 @@ entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
|
||||||
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
|
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
|
||||||
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
|
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
|
||||||
entry = m_requested_pump, "GDI: HPFP duration", float, "%.3f"
|
entry = m_requested_pump, "GDI: HPFP duration", float, "%.3f"
|
||||||
entry = fuel_requested_percent, "GDI: requested_percent", float, "%.3f"
|
entry = fuel_requested_percent, "GDI: HPFP requested duty", float, "%.3f"
|
||||||
entry = fuel_requested_percent_pi, "GDI: percent_pi", float, "%.3f"
|
entry = fuel_requested_percent_pi, "GDI: percent_pi", float, "%.3f"
|
||||||
entry = noValve, "noValve", int, "%d"
|
entry = noValve, "GDI: HPFP no Valve control output", int, "%d"
|
||||||
entry = angleAboveMin, "angleAboveMin", int, "%d"
|
entry = angleAboveMin, "GDI: HPFP angle above min", int, "%d"
|
||||||
entry = isHpfpInactive, "isHpfpInactive", int, "%d"
|
entry = isHpfpActive, "GDI: HPFP Active", int, "%d"
|
||||||
|
entry = HpfpValveState, "GDI: HPFP Valve state", int, "%d"
|
||||||
entry = m_pressureTarget_kPa, "GDI: target pressure", float, "%.3f"
|
entry = m_pressureTarget_kPa, "GDI: target pressure", float, "%.3f"
|
||||||
entry = nextLobe, "GDI: nextLobe", float, "%.3f"
|
entry = nextLobe, "GDI: next lobe N", float, "%.3f"
|
||||||
entry = di_nextStart, "GDI: next start", float, "%.3f"
|
entry = di_nextStart, "GDI: valve activation angle", float, "%.3f"
|
||||||
entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
|
entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
|
||||||
entry = pressureDelta, "Fuel: Injector pressure delta", float, "%.3f"
|
entry = pressureDelta, "Fuel: Injector pressure delta", float, "%.3f"
|
||||||
entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
||||||
|
@ -6823,7 +6825,8 @@ dialog = throttle_modelDialog, "throttle_model"
|
||||||
indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2
|
indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2
|
||||||
indicator = {noValve}, "noValve No", "noValve Yes"
|
indicator = {noValve}, "noValve No", "noValve Yes"
|
||||||
indicator = {angleAboveMin}, "angleAboveMin No", "angleAboveMin Yes"
|
indicator = {angleAboveMin}, "angleAboveMin No", "angleAboveMin Yes"
|
||||||
indicator = {isHpfpInactive}, "isHpfpInactive No", "isHpfpInactive Yes"
|
indicator = {isHpfpActive}, "isHpfpActive No", "isHpfpActive Yes"
|
||||||
|
indicator = {HpfpValveState}, "HpfpValveState No", "HpfpValveState Yes"
|
||||||
|
|
||||||
dialog = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
|
dialog = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
|
||||||
panel = high_pressure_fuel_pumpIndicatorPanel
|
panel = high_pressure_fuel_pumpIndicatorPanel
|
||||||
|
|
|
@ -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.01.30.f429-discovery.4173522114"
|
signature = "rusEFI master.2025.01.31.f429-discovery.1398002641"
|
||||||
|
|
||||||
[TunerStudio]
|
[TunerStudio]
|
||||||
queryCommand = "S"
|
queryCommand = "S"
|
||||||
versionInfo = "V" ; firmware version for title bar.
|
versionInfo = "V" ; firmware version for title bar.
|
||||||
signature= "rusEFI master.2025.01.30.f429-discovery.4173522114" ; signature is expected to be 7 or more characters.
|
signature= "rusEFI master.2025.01.31.f429-discovery.1398002641" ; 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
|
||||||
|
@ -3231,11 +3231,12 @@ throttleModelCrossoverAngle = scalar, S16, 1088, "%", 0.01, 0
|
||||||
throttleEstimatedFlow = scalar, F32, 1092, "g/s", 1, 0
|
throttleEstimatedFlow = scalar, F32, 1092, "g/s", 1, 0
|
||||||
; total TS size = 1096
|
; total TS size = 1096
|
||||||
m_requested_pump = scalar, F32, 1096, "", 1, 0
|
m_requested_pump = scalar, F32, 1096, "", 1, 0
|
||||||
fuel_requested_percent = scalar, F32, 1100, "", 1, 0
|
fuel_requested_percent = scalar, F32, 1100, "%", 1, 0
|
||||||
fuel_requested_percent_pi = scalar, F32, 1104, "", 1, 0
|
fuel_requested_percent_pi = scalar, F32, 1104, "", 1, 0
|
||||||
noValve = bits, U32, 1108, [0:0]
|
noValve = bits, U32, 1108, [0:0]
|
||||||
angleAboveMin = bits, U32, 1108, [1:1]
|
angleAboveMin = bits, U32, 1108, [1:1]
|
||||||
isHpfpInactive = bits, U32, 1108, [2:2]
|
isHpfpActive = bits, U32, 1108, [2:2]
|
||||||
|
HpfpValveState = bits, U32, 1108, [3:3]
|
||||||
m_pressureTarget_kPa = scalar, F32, 1112, "", 1, 0
|
m_pressureTarget_kPa = scalar, F32, 1112, "", 1, 0
|
||||||
nextLobe = scalar, F32, 1116, "", 1, 0
|
nextLobe = scalar, F32, 1116, "", 1, 0
|
||||||
di_nextStart = scalar, F32, 1120, "v", 1, 0
|
di_nextStart = scalar, F32, 1120, "v", 1, 0
|
||||||
|
@ -4969,7 +4970,7 @@ gaugeCategory = CAN
|
||||||
gaugeCategory = GDI
|
gaugeCategory = GDI
|
||||||
di_nextStartGauge = di_nextStart,"DI: next start", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
di_nextStartGauge = di_nextStart,"DI: next start", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
m_requested_pumpGauge = m_requested_pump,"DI: Pump Angle", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
|
m_requested_pumpGauge = m_requested_pump,"DI: Pump Angle", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
|
||||||
fuel_requested_percentGauge = fuel_requested_percent,"DI: fuel_requested_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
fuel_requested_percentGauge = fuel_requested_percent,"DI: HPFP requested duty", "%", 0.0, 100.0, 0.0, 0.0, 80.0, 90.0, 0,0
|
||||||
fuel_requested_percent_piGauge = fuel_requested_percent_pi,"DI: fuel_requested_percent_pi", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
fuel_requested_percent_piGauge = fuel_requested_percent_pi,"DI: fuel_requested_percent_pi", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
;todo see comment in HpfpQuantity class definition
|
;todo see comment in HpfpQuantity class definition
|
||||||
;m_I_sum_percentGauge = m_I_sum_percent,"DI: m_I_sum_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
;m_I_sum_percentGauge = m_I_sum_percent,"DI: m_I_sum_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0
|
||||||
|
@ -5843,14 +5844,15 @@ entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d"
|
||||||
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
|
entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f"
|
||||||
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
|
entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f"
|
||||||
entry = m_requested_pump, "GDI: HPFP duration", float, "%.3f"
|
entry = m_requested_pump, "GDI: HPFP duration", float, "%.3f"
|
||||||
entry = fuel_requested_percent, "GDI: requested_percent", float, "%.3f"
|
entry = fuel_requested_percent, "GDI: HPFP requested duty", float, "%.3f"
|
||||||
entry = fuel_requested_percent_pi, "GDI: percent_pi", float, "%.3f"
|
entry = fuel_requested_percent_pi, "GDI: percent_pi", float, "%.3f"
|
||||||
entry = noValve, "noValve", int, "%d"
|
entry = noValve, "GDI: HPFP no Valve control output", int, "%d"
|
||||||
entry = angleAboveMin, "angleAboveMin", int, "%d"
|
entry = angleAboveMin, "GDI: HPFP angle above min", int, "%d"
|
||||||
entry = isHpfpInactive, "isHpfpInactive", int, "%d"
|
entry = isHpfpActive, "GDI: HPFP Active", int, "%d"
|
||||||
|
entry = HpfpValveState, "GDI: HPFP Valve state", int, "%d"
|
||||||
entry = m_pressureTarget_kPa, "GDI: target pressure", float, "%.3f"
|
entry = m_pressureTarget_kPa, "GDI: target pressure", float, "%.3f"
|
||||||
entry = nextLobe, "GDI: nextLobe", float, "%.3f"
|
entry = nextLobe, "GDI: next lobe N", float, "%.3f"
|
||||||
entry = di_nextStart, "GDI: next start", float, "%.3f"
|
entry = di_nextStart, "GDI: valve activation angle", float, "%.3f"
|
||||||
entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
|
entry = m_deadtime, "Fuel: injector lag", float, "%.3f"
|
||||||
entry = pressureDelta, "Fuel: Injector pressure delta", float, "%.3f"
|
entry = pressureDelta, "Fuel: Injector pressure delta", float, "%.3f"
|
||||||
entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
entry = pressureRatio, "Fuel: Injector pressure ratio", float, "%.3f"
|
||||||
|
@ -6816,7 +6818,8 @@ dialog = throttle_modelDialog, "throttle_model"
|
||||||
indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2
|
indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2
|
||||||
indicator = {noValve}, "noValve No", "noValve Yes"
|
indicator = {noValve}, "noValve No", "noValve Yes"
|
||||||
indicator = {angleAboveMin}, "angleAboveMin No", "angleAboveMin Yes"
|
indicator = {angleAboveMin}, "angleAboveMin No", "angleAboveMin Yes"
|
||||||
indicator = {isHpfpInactive}, "isHpfpInactive No", "isHpfpInactive Yes"
|
indicator = {isHpfpActive}, "isHpfpActive No", "isHpfpActive Yes"
|
||||||
|
indicator = {HpfpValveState}, "HpfpValveState No", "HpfpValveState Yes"
|
||||||
|
|
||||||
dialog = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
|
dialog = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump"
|
||||||
panel = high_pressure_fuel_pumpIndicatorPanel
|
panel = high_pressure_fuel_pumpIndicatorPanel
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue