parent
3f7958e8c4
commit
769bd62efa
|
@ -0,0 +1,71 @@
|
|||
// generated by gen_live_documentation.sh / LiveDataProcessor.java
|
||||
#pragma once
|
||||
|
||||
// this generated C header is mostly used as input for java code generation
|
||||
typedef enum {
|
||||
LDS_output_channels,
|
||||
LDS_fuel_computer,
|
||||
LDS_ignition_state,
|
||||
LDS_knock_controller,
|
||||
LDS_tcu_controller,
|
||||
LDS_throttle_model,
|
||||
LDS_high_pressure_fuel_pump,
|
||||
LDS_injector_model,
|
||||
LDS_launch_control_state,
|
||||
LDS_antilag_system_state,
|
||||
LDS_boost_control,
|
||||
LDS_ac_control,
|
||||
LDS_fan_control0,
|
||||
LDS_fan_control1,
|
||||
LDS_fuel_pump_control,
|
||||
LDS_main_relay,
|
||||
LDS_engine_state,
|
||||
LDS_tps_accel_state,
|
||||
LDS_trigger_central,
|
||||
LDS_trigger_state0,
|
||||
LDS_trigger_state1,
|
||||
LDS_trigger_state2,
|
||||
LDS_trigger_state3,
|
||||
LDS_trigger_state4,
|
||||
LDS_trigger_state_primary,
|
||||
LDS_wall_fuel_state,
|
||||
LDS_idle_state,
|
||||
LDS_electronic_throttle0,
|
||||
LDS_electronic_throttle1,
|
||||
LDS_wideband_state0,
|
||||
LDS_wideband_state1,
|
||||
LDS_dc_motors,
|
||||
LDS_sent_state,
|
||||
LDS_vvt,
|
||||
LDS_lambda_monitor,
|
||||
LDS_extra,
|
||||
} live_data_e;
|
||||
#define OUTPUT_CHANNELS_BASE_ADDRESS 0
|
||||
#define FUEL_COMPUTER_BASE_ADDRESS 840
|
||||
#define IGNITION_STATE_BASE_ADDRESS 892
|
||||
#define KNOCK_CONTROLLER_BASE_ADDRESS 932
|
||||
#define TCU_CONTROLLER_BASE_ADDRESS 968
|
||||
#define THROTTLE_MODEL_BASE_ADDRESS 984
|
||||
#define HIGH_PRESSURE_FUEL_PUMP_BASE_ADDRESS 996
|
||||
#define INJECTOR_MODEL_BASE_ADDRESS 1024
|
||||
#define LAUNCH_CONTROL_STATE_BASE_ADDRESS 1036
|
||||
#define ANTILAG_SYSTEM_STATE_BASE_ADDRESS 1044
|
||||
#define BOOST_CONTROL_BASE_ADDRESS 1056
|
||||
#define AC_CONTROL_BASE_ADDRESS 1080
|
||||
#define FAN_CONTROL_BASE_ADDRESS 1092
|
||||
#define FUEL_PUMP_CONTROL_BASE_ADDRESS 1108
|
||||
#define MAIN_RELAY_BASE_ADDRESS 1112
|
||||
#define ENGINE_STATE_BASE_ADDRESS 1116
|
||||
#define TPS_ACCEL_STATE_BASE_ADDRESS 1216
|
||||
#define TRIGGER_CENTRAL_BASE_ADDRESS 1264
|
||||
#define TRIGGER_STATE_BASE_ADDRESS 1328
|
||||
#define TRIGGER_STATE_PRIMARY_BASE_ADDRESS 1528
|
||||
#define WALL_FUEL_STATE_BASE_ADDRESS 1536
|
||||
#define IDLE_STATE_BASE_ADDRESS 1544
|
||||
#define ELECTRONIC_THROTTLE_BASE_ADDRESS 1592
|
||||
#define WIDEBAND_STATE_BASE_ADDRESS 1696
|
||||
#define DC_MOTORS_BASE_ADDRESS 1720
|
||||
#define SENT_STATE_BASE_ADDRESS 1732
|
||||
#define VVT_BASE_ADDRESS 1740
|
||||
#define LAMBDA_MONITOR_BASE_ADDRESS 1744
|
||||
#define EXTRA_BASE_ADDRESS 1752
|
|
@ -0,0 +1,2 @@
|
|||
// generated by gen_live_documentation.sh / LiveDataProcessor.java
|
||||
#define TS_TOTAL_OUTPUT_SIZE 1852
|
|
@ -1296,7 +1296,7 @@
|
|||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define show_vvt_output_pin true
|
||||
#define SIGNATURE_HASH 11207891
|
||||
#define SIGNATURE_HASH 200754158
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_PREFIX "generated/simulator_tune_image"
|
||||
#define SIMULATOR_TUNE_BIN_FILE_NAME_SUFFIX ".bin"
|
||||
|
@ -1742,14 +1742,14 @@
|
|||
#define ts_show_wastegate_sensor true
|
||||
#define ts_show_wbo_canbus_index true
|
||||
#define ts_show_wbo_canbus_set_index true
|
||||
#define TS_SIGNATURE "rusEFI main.2024.09.02.XYZ.11207891"
|
||||
#define TS_SIGNATURE "rusEFI main.2024.09.02.XYZ.200754158"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#define TS_SINGLE_WRITE_COMMAND 'W'
|
||||
#define TS_SINGLE_WRITE_COMMAND_char W
|
||||
#define TS_TEST_COMMAND 't'
|
||||
#define TS_TEST_COMMAND_char t
|
||||
#define TS_TOTAL_OUTPUT_SIZE 1852
|
||||
#define TS_TOTAL_OUTPUT_SIZE 1752
|
||||
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
|
||||
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
|
||||
#define TS_TRIGGER_SCOPE_DISABLE 5
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 11207891
|
||||
#define TS_SIGNATURE "rusEFI main.2024.09.02.XYZ.11207891"
|
||||
#define SIGNATURE_HASH 200754158
|
||||
#define TS_SIGNATURE "rusEFI main.2024.09.02.XYZ.200754158"
|
||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI main.2024.09.02.XYZ.11207891"
|
||||
signature = "rusEFI main.2024.09.02.XYZ.200754158"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI main.2024.09.02.XYZ.11207891" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI main.2024.09.02.XYZ.200754158" ; signature is expected to be 7 or more characters.
|
||||
|
||||
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
|
||||
useLegacyFTempUnits = false
|
||||
|
@ -2538,7 +2538,7 @@ boardSpecificCalibration1 = scalar, S32, 22968, "", 1, 0, 0, 100, 0
|
|||
ochGetCommand = "O%2o%2c"
|
||||
|
||||
; see TS_OUTPUT_SIZE in console source code
|
||||
ochBlockSize = 1852
|
||||
ochBlockSize = 1752
|
||||
|
||||
; 11.2.3 Full Optimized – High Speed
|
||||
scatteredOchGetCommand = 9
|
||||
|
|
Loading…
Reference in New Issue