parent
d255d8ee10
commit
798be5a324
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sat May 25 16:39:47 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 27 16:40:45 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -3912,7 +3912,7 @@ struct engine_configuration_s {
|
|||
/**
|
||||
* offset 3261
|
||||
*/
|
||||
uint8_t auxiliarySetting1;
|
||||
uint8_t unusedByteHere;
|
||||
/**
|
||||
* If the requested activation time is below this angle, don't bother running the pump
|
||||
* units: deg
|
||||
|
@ -4547,9 +4547,21 @@ struct engine_configuration_s {
|
|||
*/
|
||||
MsIoBox_config_s msIoBox0;
|
||||
/**
|
||||
* units: units
|
||||
* Nominal coil charge current, 0.25A step
|
||||
* units: A
|
||||
* offset 4020
|
||||
*/
|
||||
scaled_channel<uint8_t, 4, 1> mc33810Nomi;
|
||||
/**
|
||||
* Maximum coil charge current, 1A step
|
||||
* units: A
|
||||
* offset 4021
|
||||
*/
|
||||
uint8_t mc33810Maxi;
|
||||
/**
|
||||
* units: units
|
||||
* offset 4022
|
||||
*/
|
||||
uint8_t unusedOftenChangesDuringFirmwareUpdate[END_OF_CALIBRATION_PADDING];
|
||||
};
|
||||
static_assert(sizeof(engine_configuration_s) == 4220);
|
||||
|
@ -5616,4 +5628,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22656);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sat May 25 16:39:47 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 27 16:40:45 UTC 2024
|
||||
|
|
|
@ -326,7 +326,7 @@
|
|||
#define ego_sensor_e_ES_Innovate_MTX_L 1
|
||||
#define ego_sensor_e_ES_PLX 4
|
||||
#define EGT_CHANNEL_COUNT 8
|
||||
#define END_OF_CALIBRATION_PADDING 200
|
||||
#define END_OF_CALIBRATION_PADDING 198
|
||||
#define engine_configuration_s_size 4220
|
||||
#define engine_load_mode_e_auto_enum 0="LM_SPEED_DENSITY",2="LM_ALPHA_N",3="LM_LUA",100="LM_MOCK",1="LM_REAL_MAF"
|
||||
#define engine_load_mode_e_enum "Speed Density", "MAF Air Charge", "Alpha-N", "Lua"
|
||||
|
@ -1271,7 +1271,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 721842033
|
||||
#define SIGNATURE_HASH 269536690
|
||||
#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"
|
||||
|
@ -1661,7 +1661,7 @@
|
|||
#define ts_show_vr_threshold_all false
|
||||
#define ts_show_vr_threshold_pins true
|
||||
#define ts_show_vvt_output true
|
||||
#define TS_SIGNATURE "rusEFI default.2024.05.26.XYZ.721842033"
|
||||
#define TS_SIGNATURE "rusEFI default.2024.05.27.XYZ.269536690"
|
||||
#define TS_SIMULATE_CAN '>'
|
||||
#define TS_SIMULATE_CAN_char >
|
||||
#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
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 721842033
|
||||
#define TS_SIGNATURE "rusEFI default.2024.05.26.XYZ.721842033"
|
||||
#define SIGNATURE_HASH 269536690
|
||||
#define TS_SIGNATURE "rusEFI default.2024.05.27.XYZ.269536690"
|
||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI default.2024.05.26.XYZ.721842033"
|
||||
signature = "rusEFI default.2024.05.27.XYZ.269536690"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI default.2024.05.26.XYZ.721842033" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI default.2024.05.27.XYZ.269536690" ; 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
|
||||
|
@ -100,7 +100,7 @@ enable2ndByteCanID = false
|
|||
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
|
||||
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Sun May 26 16:39:57 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon May 27 16:40:45 UTC 2024
|
||||
|
||||
pageSize = 22656
|
||||
page = 1
|
||||
|
@ -1151,7 +1151,7 @@ fordInjectorSmallPulseBreakPoint = scalar, U16, 3256, "mg", 0.001, 0, 0, 65, 3
|
|||
etbJamIntegratorLimit = scalar, U08, 3258, "%", 1, 0, 0, 50, 0
|
||||
hpfpCamLobes = scalar, U08, 3259, "lobes/cam", 1, 0, 0, 255, 0
|
||||
hpfpCam = bits, U08, 3260, [0:2], "NONE", "Intake 1", "Exhaust 1", "Intake 2", "Exhaust 2", "INVALID", "INVALID", "INVALID"
|
||||
auxiliarySetting1 = scalar, U08, 3261, "", 1, 0, 0, 100, 0
|
||||
unusedByteHere = scalar, U08, 3261, "", 1, 0, 0, 100, 0
|
||||
hpfpMinAngle = scalar, U08, 3262, "deg", 1, 0, 0, 255, 0
|
||||
hpfpPumpVolume = scalar, U16, 3264, "cc", 0.001, 0, 0, 65, 3
|
||||
hpfpActivationAngle = scalar, U08, 3266, "deg", 1, 0, 0, 255, 0
|
||||
|
@ -1374,7 +1374,9 @@ tcu_rangeAnalogInput6 = bits, U08, 4009, [0:5], $adc_channel_e_list
|
|||
tcu_rangeSensorBiasResistor = scalar, F32, 4012, "Ohm", 1, 0, 0, 200000, 1
|
||||
msIoBox0_id = bits, U08, 4016, [0:1], "Off", "ID1 (0x200)", "ID2 (0x220)", "ID3 (0x240)"
|
||||
msIoBox0_vss = bits, U08, 4017, [0:1], "Off", "VR speed in (1, 2)", "Hall speed in (3, 4)", "All (1, 2, 3, 4)"
|
||||
unusedOftenChangesDuringFirmwareUpdate = array, U08, 4020, [200], "units", 1, 0, 0, 1, 0
|
||||
mc33810Nomi = scalar, U08, 4020, "A", 0.25, 0, 3.00, 10.75, 2
|
||||
mc33810Maxi = scalar, U08, 4021, "A", 1, 0, 6, 21, 0
|
||||
unusedOftenChangesDuringFirmwareUpdate = array, U08, 4022, [198], "units", 1, 0, 0, 1, 0
|
||||
etbBiasBins = array, F32, 4220, [8], "target TPS position", 1, 0, 0, 100, 0
|
||||
etbBiasValues = array, F32, 4252, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2
|
||||
iacPidMultTable = array, U08, 4284, [8x8], "%", 0.05, 0, 0, 10, 2
|
||||
|
@ -2404,6 +2406,8 @@ tcu_shiftTime = scalar, F32, 22652, "ms", 1, 0, 0, 3000, 0
|
|||
tcu_rangeAnalogInput4 = "tcu_rangeAnalogInput 4"
|
||||
tcu_rangeAnalogInput5 = "tcu_rangeAnalogInput 5"
|
||||
tcu_rangeAnalogInput6 = "tcu_rangeAnalogInput 6"
|
||||
mc33810Nomi = "Nominal coil charge current, 0.25A step"
|
||||
mc33810Maxi = "Maximum coil charge current, 1A step"
|
||||
etbBiasBins = "target TPS value, 0 to 100%\nTODO: use int8 data date once we template interpolation method"
|
||||
etbBiasValues = "PWM bias, 0 to 100%"
|
||||
sparkDwellRpmBins = "On Single Coil or Wasted Spark setups you have to lower dwell at high RPM"
|
||||
|
@ -9407,6 +9411,8 @@ dialog = tcuControls, "Transmission Settings"
|
|||
field = "mc33810_cs", mc33810_cs1
|
||||
field = "mc33810_csPinMode", mc33810_csPinMode
|
||||
field = "Chip configuration"
|
||||
field = "Nominal coil charge current (3..10.75)", mc33810Nomi
|
||||
field = "Maximum coil charge current (6..21)", mc33810Maxi
|
||||
field = "Maximum dwell (IGN pins mode only)", mc33810maxDwellTimer
|
||||
field = "Disable auto recovery from OV/UV", mc33810DisableRecoveryMode
|
||||
field = "Disable ING mode if you have no IGBT/MOSFETs on board and no feedback routed to IC"
|
||||
|
@ -9442,7 +9448,6 @@ dialog = tcuControls, "Transmission Settings"
|
|||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
; field = uiMode, uiMode
|
||||
field = auxiliarySetting1, auxiliarySetting1
|
||||
field = can1ListenMode, can1ListenMode
|
||||
field = can2ListenMode, can2ListenMode
|
||||
field = rethrowHardFault, rethrowHardFault
|
||||
|
|
Loading…
Reference in New Issue