parent
b2c1e60c6a
commit
85969aec8f
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 08 17:16:13 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Apr 09 17:15:57 UTC 2024
|
||||
// by class com.rusefi.output.CHeaderConsumer
|
||||
// begin
|
||||
#pragma once
|
||||
|
@ -4514,10 +4514,14 @@ struct engine_configuration_s {
|
|||
*/
|
||||
int anotherCiTest;
|
||||
/**
|
||||
* units: units
|
||||
* offset 3992
|
||||
*/
|
||||
uint8_t unusedOftenChangesDuringFirmwareUpdate[226];
|
||||
uint32_t device_uid[3];
|
||||
/**
|
||||
* units: units
|
||||
* offset 4004
|
||||
*/
|
||||
uint8_t unusedOftenChangesDuringFirmwareUpdate[214];
|
||||
/**
|
||||
* need 4 byte alignment
|
||||
* units: units
|
||||
|
@ -5139,7 +5143,7 @@ struct persistent_config_s {
|
|||
* units: Airmass
|
||||
* offset 18980
|
||||
*/
|
||||
scaled_channel<uint8_t, 50, 1> tcu_pcAirmassBins[TCU_TABLE_WIDTH];
|
||||
scaled_channel<uint8_t, 1, 5> tcu_pcAirmassBins[TCU_TABLE_WIDTH];
|
||||
/**
|
||||
* units: %
|
||||
* offset 18988
|
||||
|
@ -5547,4 +5551,4 @@ struct persistent_config_s {
|
|||
static_assert(sizeof(persistent_config_s) == 22400);
|
||||
|
||||
// end
|
||||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Mon Apr 08 17:16:13 UTC 2024
|
||||
// this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Apr 09 17:15:57 UTC 2024
|
||||
|
|
|
@ -1188,7 +1188,7 @@
|
|||
#define show_microRusEFI_presets false
|
||||
#define show_Proteus_presets false
|
||||
#define show_test_presets false
|
||||
#define SIGNATURE_HASH 3515258183
|
||||
#define SIGNATURE_HASH 3504554433
|
||||
#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"
|
||||
|
@ -1563,7 +1563,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.04.09.XXX.3515258183"
|
||||
#define TS_SIGNATURE "rusEFI default.2024.04.09.XXX.3504554433"
|
||||
#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 3515258183
|
||||
#define TS_SIGNATURE "rusEFI default.2024.04.09.XXX.3515258183"
|
||||
#define SIGNATURE_HASH 3504554433
|
||||
#define TS_SIGNATURE "rusEFI default.2024.04.09.XXX.3504554433"
|
||||
|
|
|
@ -38,12 +38,12 @@ enable2ndByteCanID = false
|
|||
|
||||
[MegaTune]
|
||||
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
|
||||
signature = "rusEFI default.2024.04.09.XXX.3515258183"
|
||||
signature = "rusEFI default.2024.04.09.XXX.3504554433"
|
||||
|
||||
[TunerStudio]
|
||||
queryCommand = "S"
|
||||
versionInfo = "V" ; firmware version for title bar.
|
||||
signature= "rusEFI default.2024.04.09.XXX.3515258183" ; signature is expected to be 7 or more characters.
|
||||
signature= "rusEFI default.2024.04.09.XXX.3504554433" ; 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 Mon Apr 08 23:43:54 UTC 2024
|
||||
; this section was generated automatically by rusEFI tool config_definition-all.jar based on (unknown script) integration/rusefi_config.txt Tue Apr 09 17:15:57 UTC 2024
|
||||
|
||||
pageSize = 22400
|
||||
page = 1
|
||||
|
@ -1347,7 +1347,10 @@ tunerStudioSerialSpeed = scalar, U32, 3980, "BPs", 1, 0, 0, 1000000, 0
|
|||
camSimulatorPin = bits, U16, 3984, [0:7], $gpio_list
|
||||
camSimulatorPinMode = bits, U08, 3986, [0:1], "default", "default inverted", "open collector", "open collector inverted"
|
||||
anotherCiTest = scalar, S32, 3988, "", 1, 0, 0, 100, 0
|
||||
unusedOftenChangesDuringFirmwareUpdate = array, U08, 3992, [226], "units", 1, 0, 0, 1, 0
|
||||
device_uid1 = scalar, U32, 3992, "", 1, 0, 0, 100, 0
|
||||
device_uid2 = scalar, U32, 3996, "", 1, 0, 0, 100, 0
|
||||
device_uid3 = scalar, U32, 4000, "", 1, 0, 0, 100, 0
|
||||
unusedOftenChangesDuringFirmwareUpdate = array, U08, 4004, [214], "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
|
||||
|
@ -1497,7 +1500,7 @@ fuelTrims10_table = array, S08, 18916, [4x4], "", 0.2, 0, -25, 25, 1
|
|||
fuelTrims11_table = array, S08, 18932, [4x4], "", 0.2, 0, -25, 25, 1
|
||||
fuelTrims12_table = array, S08, 18948, [4x4], "", 0.2, 0, -25, 25, 1
|
||||
crankingFuelCoefE100 = array, U16, 18964, [8], "ratio", 0.01, 0, 0, 50, 2
|
||||
tcu_pcAirmassBins = array, U08, 18980, [8], "Airmass", 0.02, 0, 0, 255, 2
|
||||
tcu_pcAirmassBins = array, U08, 18980, [8], "Airmass", 5.0, 0, 0, 1200, 0
|
||||
tcu_pcValsR = array, U08, 18988, [8], "%", 1, 0, 0, 255, 0
|
||||
tcu_pcValsN = array, U08, 18996, [8], "%", 1, 0, 0, 255, 0
|
||||
tcu_pcVals1 = array, U08, 19004, [8], "%", 1, 0, 0, 255, 0
|
||||
|
@ -2378,6 +2381,9 @@ dwellVoltageCorrValues = array, U08, 22390, [8], "multiplier", 0.02, 0, 0, 5, 2
|
|||
injectionPinsStage211 = "injectionPinsStage2 11"
|
||||
injectionPinsStage212 = "injectionPinsStage2 12"
|
||||
tunerStudioSerialSpeed = "Secondary TTL channel baud rate"
|
||||
device_uid1 = "device_uid 1"
|
||||
device_uid2 = "device_uid 2"
|
||||
device_uid3 = "device_uid 3"
|
||||
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"
|
||||
|
@ -3527,6 +3533,9 @@ lambdaTimeSinceGood = scalar, U16, 1712, "sec", 0.01, 0
|
|||
requiresPowerCycle = knockBandCustom
|
||||
|
||||
readOnly = warning_message
|
||||
readOnly = device_uid1
|
||||
readOnly = device_uid2
|
||||
readOnly = device_uid3
|
||||
|
||||
defaultValue = gearCountArray, -1 0 1 2 3 4 5 6 7 8
|
||||
readOnly = gearCountArray
|
||||
|
@ -3900,7 +3909,7 @@ lambdaTimeSinceGood = scalar, U16, 1712, "sec", 0.01, 0
|
|||
columnLabel = "Airmass", ""
|
||||
xAxis = 0, 5, 10
|
||||
yAxis = 0, 100, 10
|
||||
xBins = tcu_pcAirmassBins, chargeAirMass
|
||||
xBins = tcu_pcAirmassBins, mafEstimate
|
||||
yBins = tcu_pcValsR
|
||||
yBins = tcu_pcValsN
|
||||
yBins = tcu_pcVals1
|
||||
|
@ -3918,7 +3927,7 @@ curve = pcPerShiftCurve, "Transmission Line Pressure Control - Shift"
|
|||
columnLabel = "Airmass", ""
|
||||
xAxis = 0, 5, 10
|
||||
yAxis = 0, 100, 10
|
||||
xBins = tcu_pcAirmassBins, chargeAirMass
|
||||
xBins = tcu_pcAirmassBins, mafEstimate
|
||||
yBins = tcu_pcVals12
|
||||
yBins = tcu_pcVals23
|
||||
yBins = tcu_pcVals34
|
||||
|
@ -4707,6 +4716,7 @@ gaugeCategory = Sensors - Basic
|
|||
VBattGauge = VBatt, "Battery", "V", 8, 21, 9, 10, 17, 19, 1, 1
|
||||
MAPGauge = MAPValue, "MAP", "kPa", 0, 300, 10, 10, 200, 200, 0, 0
|
||||
massAirFlowValueGa = mafMeasured, "MAF", "kg/h", 0, 50, -999, -999, 999, 999, 1, 1
|
||||
massAirFlowEstimateGa = mafEstimate, "Air: Flow estimate", "kg/h", 0, 50, -999, -999, 999, 999, 1, 1
|
||||
|
||||
gaugeCategory = Sensors - Extra 1
|
||||
VSSGauge = vehicleSpeedKph, "Vehicle Speed", "kmh", 0, 200, 0, 5, 110, 130, 1, 1
|
||||
|
@ -5814,7 +5824,7 @@ menuDialog = main
|
|||
|
||||
subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1}
|
||||
subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 0}
|
||||
subMenu = mapEstimateTableTbl, "MAP estimate table"
|
||||
subMenu = mapEstimateTableTbl, "MAP estimate table", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 0}
|
||||
subMenu = std_separator
|
||||
|
||||
# Fuel model
|
||||
|
|
Loading…
Reference in New Issue