Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2024-11-24 06:33:43 +00:00
parent 41d839ebc5
commit 9c4328e28d
34 changed files with 129 additions and 130 deletions

View File

@ -8,10 +8,7 @@ struct ignition_state_s {
// ms
// offset 4
float sparkDwell = (float)0;
// ignition dwell duration
// as crankshaft angle
// NAN if engine is stopped
// See also sparkDwell
// Ign: Dwell angle
// deg
// offset 8
angle_t dwellAngle = (angle_t)0;

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.alphax-2chan.2590102943"
signature = "rusEFI (FOME) master.2024.11.24.alphax-2chan.2537466464"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.alphax-2chan.2590102943" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.alphax-2chan.2537466464" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4755,7 +4755,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.alphax-4chan.279566334"
signature = "rusEFI (FOME) master.2024.11.24.alphax-4chan.502704129"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.alphax-4chan.279566334" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.alphax-4chan.502704129" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4755,7 +4755,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.alphax-8chan.1746063623"
signature = "rusEFI (FOME) master.2024.11.24.alphax-8chan.1699589880"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.alphax-8chan.1746063623" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.alphax-8chan.1699589880" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4755,7 +4755,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.atlas.376967796"
signature = "rusEFI (FOME) master.2024.11.24.atlas.455568779"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.atlas.376967796" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.atlas.455568779" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4755,7 +4755,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.core48.2690701869"
signature = "rusEFI (FOME) master.2024.11.24.core48.2906629586"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.core48.2690701869" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.core48.2906629586" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4755,7 +4755,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.core8.2266619886"
signature = "rusEFI (FOME) master.2024.11.24.core8.2319884305"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.core8.2266619886" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.core8.2319884305" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4755,7 +4755,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.f407-discovery.1584419640"
signature = "rusEFI (FOME) master.2024.11.24.f407-discovery.1395600583"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.f407-discovery.1584419640" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.f407-discovery.1395600583" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4755,7 +4755,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.f429-discovery.3208565336"
signature = "rusEFI (FOME) master.2024.11.24.f429-discovery.2992745895"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.f429-discovery.3208565336" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.f429-discovery.2992745895" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4755,7 +4755,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.frankenso_na6.2641113746"
signature = "rusEFI (FOME) master.2024.11.24.frankenso_na6.2419281261"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.frankenso_na6.2641113746" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.frankenso_na6.2419281261" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4755,7 +4755,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.harley81.917236258"
signature = "rusEFI (FOME) master.2024.11.24.harley81.1005884893"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.harley81.917236258" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.harley81.1005884893" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4755,7 +4755,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.hellen-gm-e67.3596090507"
signature = "rusEFI (FOME) master.2024.11.24.hellen-gm-e67.3674768244"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.hellen-gm-e67.3596090507" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.hellen-gm-e67.3674768244" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4755,7 +4755,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.hellen-honda-k.1304834762"
signature = "rusEFI (FOME) master.2024.11.24.hellen-honda-k.1083788597"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.hellen-honda-k.1304834762" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.hellen-honda-k.1083788597" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4755,7 +4755,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.hellen-nb1.1209648100"
signature = "rusEFI (FOME) master.2024.11.24.hellen-nb1.1162263579"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.hellen-nb1.1209648100" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.hellen-nb1.1162263579" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4755,7 +4755,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.hellen121nissan.952266670"
signature = "rusEFI (FOME) master.2024.11.24.hellen121nissan.899485777"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.hellen121nissan.952266670" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.hellen121nissan.899485777" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4755,7 +4755,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.hellen121vag.2495701117"
signature = "rusEFI (FOME) master.2024.11.24.hellen121vag.2577276802"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.hellen121vag.2495701117" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.hellen121vag.2577276802" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4755,7 +4755,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.hellen128.1068282879"
signature = "rusEFI (FOME) master.2024.11.24.hellen128.854838272"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.hellen128.1068282879" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.hellen128.854838272" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4755,7 +4755,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.hellen154hyundai.2874905374"
signature = "rusEFI (FOME) master.2024.11.24.hellen154hyundai.2785340641"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.hellen154hyundai.2874905374" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.hellen154hyundai.2785340641" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4755,7 +4755,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.hellen72.1317686255"
signature = "rusEFI (FOME) master.2024.11.24.hellen72.1138045968"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.hellen72.1317686255" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.hellen72.1138045968" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4755,7 +4755,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.hellen81.3791663469"
signature = "rusEFI (FOME) master.2024.11.24.hellen81.4016000658"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.hellen81.3791663469" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.hellen81.4016000658" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4755,7 +4755,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.hellen88bmw.3828885086"
signature = "rusEFI (FOME) master.2024.11.24.hellen88bmw.3915864481"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.hellen88bmw.3828885086" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.hellen88bmw.3915864481" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4755,7 +4755,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.hellenNA6.3017435263"
signature = "rusEFI (FOME) master.2024.11.24.hellenNA6.3196393344"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.hellenNA6.3017435263" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.hellenNA6.3196393344" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4755,7 +4755,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.hellenNA8_96.271246447"
signature = "rusEFI (FOME) master.2024.11.24.hellenNA8_96.494246800"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.hellenNA8_96.271246447" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.hellenNA8_96.494246800" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4755,7 +4755,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.mre_f4.1487976416"
signature = "rusEFI (FOME) master.2024.11.24.mre_f4.1441777695"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.mre_f4.1487976416" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.mre_f4.1441777695" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4756,7 +4756,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.mre_f7.1487976416"
signature = "rusEFI (FOME) master.2024.11.24.mre_f7.1441777695"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.mre_f7.1487976416" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.mre_f7.1441777695" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4756,7 +4756,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.prometheus_405.2410291144"
signature = "rusEFI (FOME) master.2024.11.24.prometheus_405.2197119031"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.prometheus_405.2410291144" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.prometheus_405.2197119031" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4755,7 +4755,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.prometheus_469.2410291144"
signature = "rusEFI (FOME) master.2024.11.24.prometheus_469.2197119031"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.prometheus_469.2410291144" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.prometheus_469.2197119031" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4755,7 +4755,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.proteus_f4.903334693"
signature = "rusEFI (FOME) master.2024.11.24.proteus_f4.948483290"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.proteus_f4.903334693" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.proteus_f4.948483290" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4755,7 +4755,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.proteus_f7.903334693"
signature = "rusEFI (FOME) master.2024.11.24.proteus_f7.948483290"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.proteus_f7.903334693" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.proteus_f7.948483290" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4755,7 +4755,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.proteus_h7.903334693"
signature = "rusEFI (FOME) master.2024.11.24.proteus_h7.948483290"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.proteus_h7.903334693" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.proteus_h7.948483290" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4755,7 +4755,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.small-can-board.1465042374"
signature = "rusEFI (FOME) master.2024.11.24.small-can-board.1510849081"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.small-can-board.1465042374" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.small-can-board.1510849081" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4755,7 +4755,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2024.11.23.tdg-pdm8.898694778"
signature = "rusEFI (FOME) master.2024.11.24.tdg-pdm8.953123205"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar
signature = "rusEFI (FOME) master.2024.11.23.tdg-pdm8.898694778" ; signature is expected to be 7 or more characters
signature = "rusEFI (FOME) master.2024.11.24.tdg-pdm8.953123205" ; 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
@ -4174,7 +4174,7 @@ gaugeCategory = Vehicle Speed
gaugeCategory = Ignition
sparkCutReasonGauge = sparkCutReason, "Ign: Cut code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0
ignadvGauge = ignitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
dwellGauge = sparkDwell, "Ign: Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1
coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1
ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1
baseDwellGauge = baseDwell,"baseDwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1
@ -4755,7 +4755,7 @@ entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f"
entry = normalizedCylinderFilling, "Air: Normalized cyl filling", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = sparkDwell, "Ign: Dwell", float, "%.3f"
entry = dwellAngle, "ignition dwell duration", float, "%.3f"
entry = dwellAngle, "Ign: Dwell angle", float, "%.3f"
entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f"
entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f"
entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f"

View File

@ -484,6 +484,7 @@ public class Fields {
public static final String GAUGE_NAME_IAT = "IAT";
public static final String GAUGE_NAME_IDLE_POSITION = "Idle: Position sensor";
public static final String GAUGE_NAME_IDLE_RPM_TARGET = "Idle: Target RPM";
public static final String GAUGE_NAME_IGNITION_DWELL_ANGLE = "Ign: Dwell angle";
public static final String GAUGE_NAME_IGNITION_LOAD = "Ign: Load";
public static final String GAUGE_NAME_IGNITION_MODE = "Ign: Mode";
public static final String GAUGE_NAME_INJECTION_MODE = "Fuel: Injection mode";
@ -1005,7 +1006,7 @@ public class Fields {
public static final int SentEtbType_FORD_TYPE_1 = 2;
public static final int SentEtbType_GM_TYPE_1 = 1;
public static final int SentEtbType_NONE = 0;
public static final int SIGNATURE_HASH = 1584419640;
public static final int SIGNATURE_HASH = 1395600583;
public static final int spi_device_e_SPI_DEVICE_1 = 1;
public static final int spi_device_e_SPI_DEVICE_2 = 2;
public static final int spi_device_e_SPI_DEVICE_3 = 3;
@ -1212,7 +1213,7 @@ public class Fields {
public static final int TS_RESPONSE_UNDERRUN = 0x80;
public static final int TS_RESPONSE_UNRECOGNIZED_COMMAND = 0x83;
public static final char TS_SET_LOGGER_SWITCH = 'l';
public static final String TS_SIGNATURE = "rusEFI (FOME) master.2024.11.23.f407-discovery.1584419640";
public static final String TS_SIGNATURE = "rusEFI (FOME) master.2024.11.24.f407-discovery.1395600583";
public static final char TS_SINGLE_WRITE_COMMAND = 'W';
public static final int TS_TOTAL_OUTPUT_SIZE = 1284;
public static final String TS_TRIGGER_SCOPE_CHANNEL_1_NAME = "Channel 1";

View File

@ -88,6 +88,7 @@ public class TsOutputs {
public static final String GAUGE_NAME_IAT = "IAT";
public static final String GAUGE_NAME_IDLE_POSITION = "Idle: Position sensor";
public static final String GAUGE_NAME_IDLE_RPM_TARGET = "Idle: Target RPM";
public static final String GAUGE_NAME_IGNITION_DWELL_ANGLE = "Ign: Dwell angle";
public static final String GAUGE_NAME_IGNITION_LOAD = "Ign: Load";
public static final String GAUGE_NAME_IGNITION_MODE = "Ign: Mode";
public static final String GAUGE_NAME_INJECTION_MODE = "Fuel: Injection mode";