|
|
@ -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.2024.12.29.paralela.1619183876"
|
|
|
|
signature = "rusEFI master.2024.12.30.paralela.2193972826"
|
|
|
|
|
|
|
|
|
|
|
|
[TunerStudio]
|
|
|
|
[TunerStudio]
|
|
|
|
queryCommand = "S"
|
|
|
|
queryCommand = "S"
|
|
|
|
versionInfo = "V" ; firmware version for title bar.
|
|
|
|
versionInfo = "V" ; firmware version for title bar.
|
|
|
|
signature= "rusEFI master.2024.12.29.paralela.1619183876" ; signature is expected to be 7 or more characters.
|
|
|
|
signature= "rusEFI master.2024.12.30.paralela.2193972826" ; 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
|
|
|
@ -613,7 +613,7 @@ tps2SecondaryMin = scalar, U16, 1312, "ADC", 1, 0, 0, 1000, 0
|
|
|
|
tps2SecondaryMax = scalar, U16, 1314, "ADC", 1, 0, 0, 1000, 0
|
|
|
|
tps2SecondaryMax = scalar, U16, 1314, "ADC", 1, 0, 0, 1000, 0
|
|
|
|
widebandOnSecondBus = bits, U32, 1316, [0:0], "1", "2"
|
|
|
|
widebandOnSecondBus = bits, U32, 1316, [0:0], "1", "2"
|
|
|
|
fuelClosedLoopCorrectionEnabled = bits, U32, 1316, [1:1], "false", "true"
|
|
|
|
fuelClosedLoopCorrectionEnabled = bits, U32, 1316, [1:1], "false", "true"
|
|
|
|
oddFireEngine = bits, U32, 1316, [2:2], "false", "true"
|
|
|
|
unusedOfoddFireEngine = bits, U32, 1316, [2:2], "false", "true"
|
|
|
|
alwaysWriteSdCard = bits, U32, 1316, [3:3], "false", "true"
|
|
|
|
alwaysWriteSdCard = bits, U32, 1316, [3:3], "false", "true"
|
|
|
|
knockDetectionUseDoubleFrequency = bits, U32, 1316, [4:4], "first harmonic", "second harmonic"
|
|
|
|
knockDetectionUseDoubleFrequency = bits, U32, 1316, [4:4], "first harmonic", "second harmonic"
|
|
|
|
yesUnderstandLocking = bits, U32, 1316, [5:5], "no", "yes"
|
|
|
|
yesUnderstandLocking = bits, U32, 1316, [5:5], "no", "yes"
|
|
|
@ -2067,7 +2067,6 @@ targetAfrBlends2_blendValues = array, U08, 23334, [8], "%", 0.5, 0, 0, 100, 1
|
|
|
|
gpPwmNote4 = "gpPwmNote 4"
|
|
|
|
gpPwmNote4 = "gpPwmNote 4"
|
|
|
|
widebandOnSecondBus = "Select which bus the wideband controller is attached to."
|
|
|
|
widebandOnSecondBus = "Select which bus the wideband controller is attached to."
|
|
|
|
fuelClosedLoopCorrectionEnabled = "Enables lambda sensor closed loop feedback for fuelling."
|
|
|
|
fuelClosedLoopCorrectionEnabled = "Enables lambda sensor closed loop feedback for fuelling."
|
|
|
|
oddFireEngine = "On even fire engines with even number of cylinders we go wasted spark during cranking. Use this setting to disable wasted spark cranking on odd fire engines."
|
|
|
|
|
|
|
|
alwaysWriteSdCard = "Write SD card log even when powered by USB"
|
|
|
|
alwaysWriteSdCard = "Write SD card log even when powered by USB"
|
|
|
|
knockDetectionUseDoubleFrequency = "Second harmonic (aka double) is usually quieter background noise"
|
|
|
|
knockDetectionUseDoubleFrequency = "Second harmonic (aka double) is usually quieter background noise"
|
|
|
|
silentTriggerError = "Sometimes we have a performance issue while printing error"
|
|
|
|
silentTriggerError = "Sometimes we have a performance issue while printing error"
|
|
|
@ -7432,8 +7431,8 @@ dialog = lambda_monitorDialog, "lambda_monitor"
|
|
|
|
dialog = ignitionBasic, ""
|
|
|
|
dialog = ignitionBasic, ""
|
|
|
|
field = "Enabled", isIgnitionEnabled
|
|
|
|
field = "Enabled", isIgnitionEnabled
|
|
|
|
field = "Mode", ignitionMode, {isIgnitionEnabled}
|
|
|
|
field = "Mode", ignitionMode, {isIgnitionEnabled}
|
|
|
|
field = "Maximum timing advance", maximumIgnitionTiming, {isIgnitionEnabled}
|
|
|
|
;todo https://github.com/rusefi/rusefi/issues/5894 field = "Maximum timing advance", maximumIgnitionTiming, {isIgnitionEnabled}
|
|
|
|
field = "Minimum timing advance", minimumIgnitionTiming, {isIgnitionEnabled}
|
|
|
|
;todo https://github.com/rusefi/rusefi/issues/5894 field = "Minimum timing advance", minimumIgnitionTiming, {isIgnitionEnabled}
|
|
|
|
field = "Individually wired Wasted Spark", twoWireBatchIgnition, {isIgnitionEnabled == 1 && ignitionMode == 2 }
|
|
|
|
field = "Individually wired Wasted Spark", twoWireBatchIgnition, {isIgnitionEnabled == 1 && ignitionMode == 2 }
|
|
|
|
field = "Override ignition table load axis", ignOverrideMode, {isIgnitionEnabled}
|
|
|
|
field = "Override ignition table load axis", ignOverrideMode, {isIgnitionEnabled}
|
|
|
|
field = "#Use fixed timing while validating with a timing gun"
|
|
|
|
field = "#Use fixed timing while validating with a timing gun"
|
|
|
@ -7676,7 +7675,6 @@ dialog = lambda_monitorDialog, "lambda_monitor"
|
|
|
|
dialog = ignitionCylExtra, "Cylinder offsets"
|
|
|
|
dialog = ignitionCylExtra, "Cylinder offsets"
|
|
|
|
field = "Offset angle for each cylinder if you have an odd fire"
|
|
|
|
field = "Offset angle for each cylinder if you have an odd fire"
|
|
|
|
field = "engine, like a v-twin or some V6/V10 engines"
|
|
|
|
field = "engine, like a v-twin or some V6/V10 engines"
|
|
|
|
field = "Odd Fire Engine", oddFireEngine
|
|
|
|
|
|
|
|
field = "#Positive numbers retard, negative numbers advance"
|
|
|
|
field = "#Positive numbers retard, negative numbers advance"
|
|
|
|
field = "Offset cyl 1", timing_offset_cylinder1
|
|
|
|
field = "Offset cyl 1", timing_offset_cylinder1
|
|
|
|
field = "Offset cyl 2", timing_offset_cylinder2, {cylindersCount > 1}
|
|
|
|
field = "Offset cyl 2", timing_offset_cylinder2, {cylindersCount > 1}
|
|
|
|