Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-07-18 18:41:20 +00:00
parent c36840d0c3
commit 67769ce144
82 changed files with 153 additions and 239 deletions

View File

@ -385,10 +385,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
#define GAUGE_CATEGORY_FUEL_MATH "Fuel: math"
#define GAUGE_CATEGORY_TIMING "Timing"
#define GAUGE_COIL_DWELL_TIME "Ign: Dwell"
#define GAUGE_NAME_ACCEL_ROLL "Acceleration: Roll"
#define GAUGE_NAME_ACCEL_X "Acceleration: X"
@ -980,7 +977,7 @@
#define show_Frankenso_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4153932928
#define SIGNATURE_HASH 3490194136
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
#define spi_device_e_SPI_DEVICE_2 2
@ -1245,7 +1242,7 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.subaru_eg33_f7.4153932928"
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.subaru_eg33_f7.3490194136"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -281,35 +281,35 @@ static constexpr LogField fields[] = {
{engine->outputChannels.mafMeasured2, "MAF #2", "kg/h", 1},
{engine->outputChannels.schedulingUsedCount, "schedulingUsedCount", "", 0},
{engine->outputChannels.Gego, "Gego", "%", 2},
{engine->fuelComputer.totalFuelCorrection, "Fuel: Total correction", "mult", 2, "Fuel: math"},
{engine->fuelComputer.totalFuelCorrection, "Fuel: Total correction", "mult", 2},
{engine->fuelComputer.running.postCrankingFuelCorrection, "Fuel: Post cranking mult", "", 0},
{engine->fuelComputer.running.intakeTemperatureCoefficient, "Fuel: IAT correction", "", 0},
{engine->fuelComputer.running.coolantTemperatureCoefficient, "Fuel: CLT correction", "", 0},
{engine->fuelComputer.running.timeSinceCrankingInSecs, "running.timeSinceCrankingInSecs", "secs", 0, "Fuel: math"},
{engine->fuelComputer.running.timeSinceCrankingInSecs, "running.timeSinceCrankingInSecs", "secs", 0},
{engine->fuelComputer.running.baseFuel, "Fuel: base cycle mass", "mg", 3},
{engine->fuelComputer.running.fuel, "Fuel: running", "mg", 3},
{engine->fuelComputer.afrTableYAxis, "afrTableYAxis", "%", 0},
{engine->fuelComputer.targetLambda, "Fuel: target lambda", "", 2, "Fuel: math"},
{engine->fuelComputer.targetAFR, "Fuel: target AFR", "ratio", 2, "Fuel: math"},
{engine->fuelComputer.targetLambda, "Fuel: target lambda", "", 2},
{engine->fuelComputer.targetAFR, "Fuel: target AFR", "ratio", 2},
{engine->fuelComputer.stoichiometricRatio, "Fuel: Stoich ratio", "ratio", 2},
{engine->fuelComputer.sdTcharge_coff, "sdTcharge_coff", "", 0},
{engine->fuelComputer.sdAirMassInOneCylinder, "Air: Cylinder airmass", "g", 3},
{engine->ignitionState.baseDwell, "baseDwell", "ms", 1, "Timing"},
{engine->ignitionState.sparkDwell, "Ign: Dwell", "ms", 1, "Timing"},
{engine->ignitionState.dwellAngle, "ignition dwell duration", "deg", 1, "Timing"},
{engine->ignitionState.cltTimingCorrection, "Ign: CLT correction", "deg", 2, "Timing"},
{engine->ignitionState.timingIatCorrection, "Ign: IAT correction", "deg", 2, "Timing"},
{engine->ignitionState.timingPidCorrection, "Idle: Timing adjustment", "deg", 2, "Timing"},
{engine->ignitionState.baseDwell, "baseDwell", "ms", 1},
{engine->ignitionState.sparkDwell, "Ign: Dwell", "ms", 1},
{engine->ignitionState.dwellAngle, "ignition dwell duration", "deg", 1},
{engine->ignitionState.cltTimingCorrection, "Ign: CLT correction", "deg", 2},
{engine->ignitionState.timingIatCorrection, "Ign: IAT correction", "deg", 2},
{engine->ignitionState.timingPidCorrection, "Idle: Timing adjustment", "deg", 2},
{engine->ignitionState.dwellVoltageCorrection, "Ign: Dwell voltage correction", "", 0},
{engine->ignitionState.luaTimingAdd, "Ign: Lua timing add", "deg", 2, "Timing"},
{engine->ignitionState.luaTimingMult, "Ign: Lua timing mult", "deg", 2, "Timing"},
{engine->boostController.luaTargetAdd, "Boost: Lua target add", "v", 1, "Boost Control"},
{engine->boostController.boostOutput, "Boost: Output", "percent", 2, "Boost Control"},
{engine->boostController.luaTargetMult, "Boost: Lua target mult", "v", 1, "Boost Control"},
{engine->boostController.openLoopPart, "Boost: Open loop", "v", 1, "Boost Control"},
{engine->boostController.luaOpenLoopAdd, "Boost: Lua open loop add", "v", 1, "Boost Control"},
{engine->boostController.boostControllerClosedLoopPart, "Boost: Closed loop", "%", 1, "Boost Control"},
{engine->boostController.boostControlTarget, "Boost: Target", "kPa", 1, "Boost Control"},
{engine->ignitionState.luaTimingAdd, "Ign: Lua timing add", "deg", 2},
{engine->ignitionState.luaTimingMult, "Ign: Lua timing mult", "deg", 2},
{engine->boostController.luaTargetAdd, "Boost: Lua target add", "v", 1},
{engine->boostController.boostOutput, "Boost: Output", "percent", 2},
{engine->boostController.luaTargetMult, "Boost: Lua target mult", "v", 1},
{engine->boostController.openLoopPart, "Boost: Open loop", "v", 1},
{engine->boostController.luaOpenLoopAdd, "Boost: Lua open loop add", "v", 1},
{engine->boostController.boostControllerClosedLoopPart, "Boost: Closed loop", "%", 1},
{engine->boostController.boostControlTarget, "Boost: Target", "kPa", 1},
{engine->engineState.lua.fuelAdd, "Lua: Fuel add", "g", 3},
{engine->engineState.lua.fuelMult, "Lua: Fuel mult", "", 0},
{engine->engineState.sd.tCharge, "Air: Charge temperature estimate", "deg C", 1},
@ -343,6 +343,6 @@ static constexpr LogField fields[] = {
{engine->triggerCentral.currentEngineDecodedPhase, "Engine Phase", "deg", 0},
{engine->triggerCentral.triggerToothAngleError, "triggerToothAngleError", "deg", 2},
{engine->triggerCentral.triggerIgnoredToothCount, "triggerIgnoredToothCount", "", 0},
{engine->dc_motors.dcOutput0, "DC: output0", "per", 2, "ETB more"},
{engine->dc_motors.isEnabled0_int, "DC: en0", "per", 2, "ETB more"},
{engine->dc_motors.dcOutput0, "DC: output0", "per", 2},
{engine->dc_motors.isEnabled0_int, "DC: en0", "per", 2},
};

View File

@ -391,10 +391,7 @@
#define fuel_pressure_sensor_mode_e_FPM_Gauge 1
#define FUEL_RPM_COUNT 16
#define GAP_TRACKING_LENGTH 18
#define GAUGE_CATEGORY_BOOST_CONTROL "Boost Control"
#define GAUGE_CATEGORY_ETB "ETB more"
#define GAUGE_CATEGORY_FUEL_MATH "Fuel: math"
#define GAUGE_CATEGORY_TIMING "Timing"
#define GAUGE_COIL_DWELL_TIME "Ign: Dwell"
#define GAUGE_NAME_ACCEL_ROLL "Acceleration: Roll"
#define GAUGE_NAME_ACCEL_X "Acceleration: X"
@ -1030,7 +1027,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 782112506
#define SIGNATURE_HASH 151111842
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
#define spi_device_e_SPI_DEVICE_2 2
@ -1294,7 +1291,7 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.f407-discovery.782112506"
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.f407-discovery.151111842"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 912679605
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.48way.912679605"
#define SIGNATURE_HASH 301579501
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.48way.301579501"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1474555336
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.alphax-2chan.1474555336"
#define SIGNATURE_HASH 1887187856
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.alphax-2chan.1887187856"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 3710644137
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.alphax-4chan.3710644137"
#define SIGNATURE_HASH 4206113265
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.alphax-4chan.4206113265"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 2777737552
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.alphax-8chan.2777737552"
#define SIGNATURE_HASH 2182035208
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.alphax-8chan.2182035208"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1853234984
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.atlas.1853234984"
#define SIGNATURE_HASH 1240056176
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.atlas.1240056176"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1251731385
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.core8.1251731385"
#define SIGNATURE_HASH 1828993505
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.core8.1828993505"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 782112506
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.f407-discovery.782112506"
#define SIGNATURE_HASH 151111842
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.f407-discovery.151111842"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1924983311
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.f429-discovery.1924983311"
#define SIGNATURE_HASH 1428370519
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.f429-discovery.1428370519"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1357777605
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.frankenso_na6.1357777605"
#define SIGNATURE_HASH 2003948701
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.frankenso_na6.2003948701"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 4213822069
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.harley81.4213822069"
#define SIGNATURE_HASH 3702918189
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.harley81.3702918189"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 466994396
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.hellen-gm-e67.466994396"
#define SIGNATURE_HASH 1011489412
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.hellen-gm-e67.1011489412"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 2151942813
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.hellen-honda-k.2151942813"
#define SIGNATURE_HASH 2816201925
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.hellen-honda-k.2816201925"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 2241592243
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.hellen-nb1.2241592243"
#define SIGNATURE_HASH 2718180843
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.hellen-nb1.2718180843"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 4114634745
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.hellen121nissan.4114634745"
#define SIGNATURE_HASH 3537865121
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.hellen121nissan.3537865121"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1497585706
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.hellen121vag.1497585706"
#define SIGNATURE_HASH 2128381554
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.hellen121vag.2128381554"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 4063136680
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.hellen128.4063136680"
#define SIGNATURE_HASH 3585168880
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.hellen128.3585168880"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1725541193
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.hellen154hyundai.1725541193"
#define SIGNATURE_HASH 1095136529
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.hellen154hyundai.1095136529"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 2198369208
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.hellen72.2198369208"
#define SIGNATURE_HASH 2761403872
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.hellen72.2761403872"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 797051194
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.hellen81.797051194"
#define SIGNATURE_HASH 136173410
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.hellen81.136173410"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 700063241
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.hellen88bmw.700063241"
#define SIGNATURE_HASH 237355089
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.hellen88bmw.237355089"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1628220296
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.hellenNA6.1628220296"
#define SIGNATURE_HASH 1184069072
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.hellenNA6.1184069072"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 3718831160
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.hellenNA8_96.3718831160"
#define SIGNATURE_HASH 4197909088
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.hellenNA8_96.4197909088"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 2503118775
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.mre_f4.2503118775"
#define SIGNATURE_HASH 2997703151
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.mre_f4.2997703151"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 2503118775
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.mre_f7.2503118775"
#define SIGNATURE_HASH 2997703151
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.mre_f7.2997703151"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1109927839
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.prometheus_405.1109927839"
#define SIGNATURE_HASH 1706555847
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.prometheus_405.1706555847"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1109927839
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.prometheus_469.1109927839"
#define SIGNATURE_HASH 1706555847
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.prometheus_469.1706555847"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 287469314
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.proteus_f4.287469314"
#define SIGNATURE_HASH 918401370
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.proteus_f4.918401370"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 287469314
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.proteus_f7.287469314"
#define SIGNATURE_HASH 918401370
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.proteus_f7.918401370"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 287469314
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.proteus_h7.287469314"
#define SIGNATURE_HASH 918401370
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.proteus_h7.918401370"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 4153932928
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.subaru_eg33_f7.4153932928"
#define SIGNATURE_HASH 3490194136
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.subaru_eg33_f7.3490194136"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 4161979949
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.tdg-pdm8.4161979949"
#define SIGNATURE_HASH 3750566005
#define TS_SIGNATURE "rusEFI (FOME) master.2023.07.18.tdg-pdm8.3750566005"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.f407-discovery.782112506"
signature = "rusEFI (FOME) master.2023.07.18.f407-discovery.151111842"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.f407-discovery.782112506" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.f407-discovery.151111842" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.48way.912679605"
signature = "rusEFI (FOME) master.2023.07.18.48way.301579501"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.48way.912679605" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.48way.301579501" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.alphax-2chan.1474555336"
signature = "rusEFI (FOME) master.2023.07.18.alphax-2chan.1887187856"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.alphax-2chan.1474555336" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.alphax-2chan.1887187856" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.alphax-4chan.3710644137"
signature = "rusEFI (FOME) master.2023.07.18.alphax-4chan.4206113265"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.alphax-4chan.3710644137" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.alphax-4chan.4206113265" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.alphax-8chan.2777737552"
signature = "rusEFI (FOME) master.2023.07.18.alphax-8chan.2182035208"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.alphax-8chan.2777737552" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.alphax-8chan.2182035208" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.atlas.1853234984"
signature = "rusEFI (FOME) master.2023.07.18.atlas.1240056176"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.atlas.1853234984" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.atlas.1240056176" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.core8.1251731385"
signature = "rusEFI (FOME) master.2023.07.18.core8.1828993505"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.core8.1251731385" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.core8.1828993505" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.f407-discovery.782112506"
signature = "rusEFI (FOME) master.2023.07.18.f407-discovery.151111842"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.f407-discovery.782112506" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.f407-discovery.151111842" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.f429-discovery.1924983311"
signature = "rusEFI (FOME) master.2023.07.18.f429-discovery.1428370519"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.f429-discovery.1924983311" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.f429-discovery.1428370519" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.frankenso_na6.1357777605"
signature = "rusEFI (FOME) master.2023.07.18.frankenso_na6.2003948701"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.frankenso_na6.1357777605" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.frankenso_na6.2003948701" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.harley81.4213822069"
signature = "rusEFI (FOME) master.2023.07.18.harley81.3702918189"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.harley81.4213822069" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.harley81.3702918189" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.hellen-gm-e67.466994396"
signature = "rusEFI (FOME) master.2023.07.18.hellen-gm-e67.1011489412"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.hellen-gm-e67.466994396" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.hellen-gm-e67.1011489412" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.hellen-honda-k.2151942813"
signature = "rusEFI (FOME) master.2023.07.18.hellen-honda-k.2816201925"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.hellen-honda-k.2151942813" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.hellen-honda-k.2816201925" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.hellen-nb1.2241592243"
signature = "rusEFI (FOME) master.2023.07.18.hellen-nb1.2718180843"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.hellen-nb1.2241592243" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.hellen-nb1.2718180843" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.hellen121nissan.4114634745"
signature = "rusEFI (FOME) master.2023.07.18.hellen121nissan.3537865121"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.hellen121nissan.4114634745" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.hellen121nissan.3537865121" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.hellen121vag.1497585706"
signature = "rusEFI (FOME) master.2023.07.18.hellen121vag.2128381554"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.hellen121vag.1497585706" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.hellen121vag.2128381554" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.hellen128.4063136680"
signature = "rusEFI (FOME) master.2023.07.18.hellen128.3585168880"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.hellen128.4063136680" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.hellen128.3585168880" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.hellen154hyundai.1725541193"
signature = "rusEFI (FOME) master.2023.07.18.hellen154hyundai.1095136529"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.hellen154hyundai.1725541193" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.hellen154hyundai.1095136529" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.hellen72.2198369208"
signature = "rusEFI (FOME) master.2023.07.18.hellen72.2761403872"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.hellen72.2198369208" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.hellen72.2761403872" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.hellen81.797051194"
signature = "rusEFI (FOME) master.2023.07.18.hellen81.136173410"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.hellen81.797051194" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.hellen81.136173410" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.hellen88bmw.700063241"
signature = "rusEFI (FOME) master.2023.07.18.hellen88bmw.237355089"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.hellen88bmw.700063241" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.hellen88bmw.237355089" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.hellenNA6.1628220296"
signature = "rusEFI (FOME) master.2023.07.18.hellenNA6.1184069072"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.hellenNA6.1628220296" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.hellenNA6.1184069072" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.hellenNA8_96.3718831160"
signature = "rusEFI (FOME) master.2023.07.18.hellenNA8_96.4197909088"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.hellenNA8_96.3718831160" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.hellenNA8_96.4197909088" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.mre_f4.2503118775"
signature = "rusEFI (FOME) master.2023.07.18.mre_f4.2997703151"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.mre_f4.2503118775" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.mre_f4.2997703151" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.mre_f7.2503118775"
signature = "rusEFI (FOME) master.2023.07.18.mre_f7.2997703151"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.mre_f7.2503118775" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.mre_f7.2997703151" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.prometheus_405.1109927839"
signature = "rusEFI (FOME) master.2023.07.18.prometheus_405.1706555847"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.prometheus_405.1109927839" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.prometheus_405.1706555847" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.prometheus_469.1109927839"
signature = "rusEFI (FOME) master.2023.07.18.prometheus_469.1706555847"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.prometheus_469.1109927839" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.prometheus_469.1706555847" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.proteus_f4.287469314"
signature = "rusEFI (FOME) master.2023.07.18.proteus_f4.918401370"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.proteus_f4.287469314" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.proteus_f4.918401370" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.proteus_f7.287469314"
signature = "rusEFI (FOME) master.2023.07.18.proteus_f7.918401370"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.proteus_f7.287469314" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.proteus_f7.918401370" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.proteus_h7.287469314"
signature = "rusEFI (FOME) master.2023.07.18.proteus_h7.918401370"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.proteus_h7.287469314" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.proteus_h7.918401370" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.subaru_eg33_f7.4153932928"
signature = "rusEFI (FOME) master.2023.07.18.subaru_eg33_f7.3490194136"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.subaru_eg33_f7.4153932928" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.subaru_eg33_f7.3490194136" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.07.18.tdg-pdm8.4161979949"
signature = "rusEFI (FOME) master.2023.07.18.tdg-pdm8.3750566005"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.07.18.tdg-pdm8.4161979949" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.07.18.tdg-pdm8.3750566005" ; 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
@ -3932,7 +3932,6 @@ value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2
gaugeCategory = Trigger
triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3

View File

@ -8,10 +8,7 @@ public class AcControl {
public static final int CAM_INPUTS_COUNT = 4;
public static final int CAMS_PER_BANK = 2;
public static final int EGT_CHANNEL_COUNT = 8;
public static final String GAUGE_CATEGORY_BOOST_CONTROL = "Boost Control";
public static final String GAUGE_CATEGORY_ETB = "ETB more";
public static final String GAUGE_CATEGORY_FUEL_MATH = "Fuel: math";
public static final String GAUGE_CATEGORY_TIMING = "Timing";
public static final String GAUGE_COIL_DWELL_TIME = "Ign: Dwell";
public static final String GAUGE_NAME_ACCEL_ROLL = "Acceleration: Roll";
public static final String GAUGE_NAME_ACCEL_X = "Acceleration: X";

View File

@ -8,10 +8,7 @@ public class AntilagSystem {
public static final int CAM_INPUTS_COUNT = 4;
public static final int CAMS_PER_BANK = 2;
public static final int EGT_CHANNEL_COUNT = 8;
public static final String GAUGE_CATEGORY_BOOST_CONTROL = "Boost Control";
public static final String GAUGE_CATEGORY_ETB = "ETB more";
public static final String GAUGE_CATEGORY_FUEL_MATH = "Fuel: math";
public static final String GAUGE_CATEGORY_TIMING = "Timing";
public static final String GAUGE_COIL_DWELL_TIME = "Ign: Dwell";
public static final String GAUGE_NAME_ACCEL_ROLL = "Acceleration: Roll";
public static final String GAUGE_NAME_ACCEL_X = "Acceleration: X";

View File

@ -8,10 +8,7 @@ public class BoostControl {
public static final int CAM_INPUTS_COUNT = 4;
public static final int CAMS_PER_BANK = 2;
public static final int EGT_CHANNEL_COUNT = 8;
public static final String GAUGE_CATEGORY_BOOST_CONTROL = "Boost Control";
public static final String GAUGE_CATEGORY_ETB = "ETB more";
public static final String GAUGE_CATEGORY_FUEL_MATH = "Fuel: math";
public static final String GAUGE_CATEGORY_TIMING = "Timing";
public static final String GAUGE_COIL_DWELL_TIME = "Ign: Dwell";
public static final String GAUGE_NAME_ACCEL_ROLL = "Acceleration: Roll";
public static final String GAUGE_NAME_ACCEL_X = "Acceleration: X";

View File

@ -8,10 +8,7 @@ public class DcMotors {
public static final int CAM_INPUTS_COUNT = 4;
public static final int CAMS_PER_BANK = 2;
public static final int EGT_CHANNEL_COUNT = 8;
public static final String GAUGE_CATEGORY_BOOST_CONTROL = "Boost Control";
public static final String GAUGE_CATEGORY_ETB = "ETB more";
public static final String GAUGE_CATEGORY_FUEL_MATH = "Fuel: math";
public static final String GAUGE_CATEGORY_TIMING = "Timing";
public static final String GAUGE_COIL_DWELL_TIME = "Ign: Dwell";
public static final String GAUGE_NAME_ACCEL_ROLL = "Acceleration: Roll";
public static final String GAUGE_NAME_ACCEL_X = "Acceleration: X";

View File

@ -8,10 +8,7 @@ public class ElectronicThrottle {
public static final int CAM_INPUTS_COUNT = 4;
public static final int CAMS_PER_BANK = 2;
public static final int EGT_CHANNEL_COUNT = 8;
public static final String GAUGE_CATEGORY_BOOST_CONTROL = "Boost Control";
public static final String GAUGE_CATEGORY_ETB = "ETB more";
public static final String GAUGE_CATEGORY_FUEL_MATH = "Fuel: math";
public static final String GAUGE_CATEGORY_TIMING = "Timing";
public static final String GAUGE_COIL_DWELL_TIME = "Ign: Dwell";
public static final String GAUGE_NAME_ACCEL_ROLL = "Acceleration: Roll";
public static final String GAUGE_NAME_ACCEL_X = "Acceleration: X";

View File

@ -8,10 +8,7 @@ public class EngineState {
public static final int CAM_INPUTS_COUNT = 4;
public static final int CAMS_PER_BANK = 2;
public static final int EGT_CHANNEL_COUNT = 8;
public static final String GAUGE_CATEGORY_BOOST_CONTROL = "Boost Control";
public static final String GAUGE_CATEGORY_ETB = "ETB more";
public static final String GAUGE_CATEGORY_FUEL_MATH = "Fuel: math";
public static final String GAUGE_CATEGORY_TIMING = "Timing";
public static final String GAUGE_COIL_DWELL_TIME = "Ign: Dwell";
public static final String GAUGE_NAME_ACCEL_ROLL = "Acceleration: Roll";
public static final String GAUGE_NAME_ACCEL_X = "Acceleration: X";

View File

@ -376,10 +376,7 @@ public class Fields {
public static final int fuel_pressure_sensor_mode_e_FPM_Gauge = 1;
public static final int FUEL_RPM_COUNT = 16;
public static final int GAP_TRACKING_LENGTH = 18;
public static final String GAUGE_CATEGORY_BOOST_CONTROL = "Boost Control";
public static final String GAUGE_CATEGORY_ETB = "ETB more";
public static final String GAUGE_CATEGORY_FUEL_MATH = "Fuel: math";
public static final String GAUGE_CATEGORY_TIMING = "Timing";
public static final String GAUGE_COIL_DWELL_TIME = "Ign: Dwell";
public static final String GAUGE_NAME_ACCEL_ROLL = "Acceleration: Roll";
public static final String GAUGE_NAME_ACCEL_X = "Acceleration: X";
@ -978,7 +975,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 = 782112506;
public static final int SIGNATURE_HASH = 151111842;
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;
@ -1180,7 +1177,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.2023.07.18.f407-discovery.782112506";
public static final String TS_SIGNATURE = "rusEFI (FOME) master.2023.07.18.f407-discovery.151111842";
public static final char TS_SINGLE_WRITE_COMMAND = 'W';
public static final char TS_TEST_COMMAND = 't';
public static final int TS_TOTAL_OUTPUT_SIZE = 1376;

View File

@ -8,10 +8,7 @@ public class FuelComputer {
public static final int CAM_INPUTS_COUNT = 4;
public static final int CAMS_PER_BANK = 2;
public static final int EGT_CHANNEL_COUNT = 8;
public static final String GAUGE_CATEGORY_BOOST_CONTROL = "Boost Control";
public static final String GAUGE_CATEGORY_ETB = "ETB more";
public static final String GAUGE_CATEGORY_FUEL_MATH = "Fuel: math";
public static final String GAUGE_CATEGORY_TIMING = "Timing";
public static final String GAUGE_COIL_DWELL_TIME = "Ign: Dwell";
public static final String GAUGE_NAME_ACCEL_ROLL = "Acceleration: Roll";
public static final String GAUGE_NAME_ACCEL_X = "Acceleration: X";

View File

@ -8,10 +8,7 @@ public class IdleState {
public static final int CAM_INPUTS_COUNT = 4;
public static final int CAMS_PER_BANK = 2;
public static final int EGT_CHANNEL_COUNT = 8;
public static final String GAUGE_CATEGORY_BOOST_CONTROL = "Boost Control";
public static final String GAUGE_CATEGORY_ETB = "ETB more";
public static final String GAUGE_CATEGORY_FUEL_MATH = "Fuel: math";
public static final String GAUGE_CATEGORY_TIMING = "Timing";
public static final String GAUGE_COIL_DWELL_TIME = "Ign: Dwell";
public static final String GAUGE_NAME_ACCEL_ROLL = "Acceleration: Roll";
public static final String GAUGE_NAME_ACCEL_X = "Acceleration: X";

View File

@ -8,10 +8,7 @@ public class IgnitionState {
public static final int CAM_INPUTS_COUNT = 4;
public static final int CAMS_PER_BANK = 2;
public static final int EGT_CHANNEL_COUNT = 8;
public static final String GAUGE_CATEGORY_BOOST_CONTROL = "Boost Control";
public static final String GAUGE_CATEGORY_ETB = "ETB more";
public static final String GAUGE_CATEGORY_FUEL_MATH = "Fuel: math";
public static final String GAUGE_CATEGORY_TIMING = "Timing";
public static final String GAUGE_COIL_DWELL_TIME = "Ign: Dwell";
public static final String GAUGE_NAME_ACCEL_ROLL = "Acceleration: Roll";
public static final String GAUGE_NAME_ACCEL_X = "Acceleration: X";

View File

@ -8,10 +8,7 @@ public class InjectorModel {
public static final int CAM_INPUTS_COUNT = 4;
public static final int CAMS_PER_BANK = 2;
public static final int EGT_CHANNEL_COUNT = 8;
public static final String GAUGE_CATEGORY_BOOST_CONTROL = "Boost Control";
public static final String GAUGE_CATEGORY_ETB = "ETB more";
public static final String GAUGE_CATEGORY_FUEL_MATH = "Fuel: math";
public static final String GAUGE_CATEGORY_TIMING = "Timing";
public static final String GAUGE_COIL_DWELL_TIME = "Ign: Dwell";
public static final String GAUGE_NAME_ACCEL_ROLL = "Acceleration: Roll";
public static final String GAUGE_NAME_ACCEL_X = "Acceleration: X";

View File

@ -8,10 +8,7 @@ public class SentState {
public static final int CAM_INPUTS_COUNT = 4;
public static final int CAMS_PER_BANK = 2;
public static final int EGT_CHANNEL_COUNT = 8;
public static final String GAUGE_CATEGORY_BOOST_CONTROL = "Boost Control";
public static final String GAUGE_CATEGORY_ETB = "ETB more";
public static final String GAUGE_CATEGORY_FUEL_MATH = "Fuel: math";
public static final String GAUGE_CATEGORY_TIMING = "Timing";
public static final String GAUGE_COIL_DWELL_TIME = "Ign: Dwell";
public static final String GAUGE_NAME_ACCEL_ROLL = "Acceleration: Roll";
public static final String GAUGE_NAME_ACCEL_X = "Acceleration: X";

View File

@ -8,10 +8,7 @@ public class TpsAccelState {
public static final int CAM_INPUTS_COUNT = 4;
public static final int CAMS_PER_BANK = 2;
public static final int EGT_CHANNEL_COUNT = 8;
public static final String GAUGE_CATEGORY_BOOST_CONTROL = "Boost Control";
public static final String GAUGE_CATEGORY_ETB = "ETB more";
public static final String GAUGE_CATEGORY_FUEL_MATH = "Fuel: math";
public static final String GAUGE_CATEGORY_TIMING = "Timing";
public static final String GAUGE_COIL_DWELL_TIME = "Ign: Dwell";
public static final String GAUGE_NAME_ACCEL_ROLL = "Acceleration: Roll";
public static final String GAUGE_NAME_ACCEL_X = "Acceleration: X";

View File

@ -8,10 +8,7 @@ public class TriggerState {
public static final int CAM_INPUTS_COUNT = 4;
public static final int CAMS_PER_BANK = 2;
public static final int EGT_CHANNEL_COUNT = 8;
public static final String GAUGE_CATEGORY_BOOST_CONTROL = "Boost Control";
public static final String GAUGE_CATEGORY_ETB = "ETB more";
public static final String GAUGE_CATEGORY_FUEL_MATH = "Fuel: math";
public static final String GAUGE_CATEGORY_TIMING = "Timing";
public static final String GAUGE_COIL_DWELL_TIME = "Ign: Dwell";
public static final String GAUGE_NAME_ACCEL_ROLL = "Acceleration: Roll";
public static final String GAUGE_NAME_ACCEL_X = "Acceleration: X";

View File

@ -8,10 +8,7 @@ public class TriggerStatePrimary {
public static final int CAM_INPUTS_COUNT = 4;
public static final int CAMS_PER_BANK = 2;
public static final int EGT_CHANNEL_COUNT = 8;
public static final String GAUGE_CATEGORY_BOOST_CONTROL = "Boost Control";
public static final String GAUGE_CATEGORY_ETB = "ETB more";
public static final String GAUGE_CATEGORY_FUEL_MATH = "Fuel: math";
public static final String GAUGE_CATEGORY_TIMING = "Timing";
public static final String GAUGE_COIL_DWELL_TIME = "Ign: Dwell";
public static final String GAUGE_NAME_ACCEL_ROLL = "Acceleration: Roll";
public static final String GAUGE_NAME_ACCEL_X = "Acceleration: X";

View File

@ -8,10 +8,7 @@ public class TsOutputs {
public static final int CAM_INPUTS_COUNT = 4;
public static final int CAMS_PER_BANK = 2;
public static final int EGT_CHANNEL_COUNT = 8;
public static final String GAUGE_CATEGORY_BOOST_CONTROL = "Boost Control";
public static final String GAUGE_CATEGORY_ETB = "ETB more";
public static final String GAUGE_CATEGORY_FUEL_MATH = "Fuel: math";
public static final String GAUGE_CATEGORY_TIMING = "Timing";
public static final String GAUGE_COIL_DWELL_TIME = "Ign: Dwell";
public static final String GAUGE_NAME_ACCEL_ROLL = "Acceleration: Roll";
public static final String GAUGE_NAME_ACCEL_X = "Acceleration: X";