Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-03-21 18:34:21 +00:00
parent 081740c1d6
commit aa11cf1c86
71 changed files with 286 additions and 140 deletions

View File

@ -987,7 +987,7 @@
#define show_Frankenso_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1097665288
#define SIGNATURE_HASH 193879830
#define specs_s_size 12
#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
@ -1240,7 +1240,9 @@
#define ts_show_etb_pins true
#define ts_show_full_pinout true
#define ts_show_hardware_simulator true
#define ts_show_ign_fault false
#define ts_show_ignitionPinMode true
#define ts_show_inj_fault false
#define ts_show_injectionPinMode true
#define ts_show_joystick true
#define ts_show_lcd true
@ -1255,7 +1257,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.03.17.subaru_eg33_f7.1097665288"
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.subaru_eg33_f7.193879830"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -21,6 +21,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -21,6 +21,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0

View File

@ -101,31 +101,31 @@ struct output_channels_s {
bool isIdleClosedLoop : 1 {};
/**
offset 0 bit 23 */
bool unusedBit_23_23 : 1 {};
bool injectorFault : 1 {};
/**
offset 0 bit 24 */
bool unusedBit_23_24 : 1 {};
bool ignitionFault : 1 {};
/**
offset 0 bit 25 */
bool unusedBit_23_25 : 1 {};
bool unusedBit_25_25 : 1 {};
/**
offset 0 bit 26 */
bool unusedBit_23_26 : 1 {};
bool unusedBit_25_26 : 1 {};
/**
offset 0 bit 27 */
bool unusedBit_23_27 : 1 {};
bool unusedBit_25_27 : 1 {};
/**
offset 0 bit 28 */
bool unusedBit_23_28 : 1 {};
bool unusedBit_25_28 : 1 {};
/**
offset 0 bit 29 */
bool unusedBit_23_29 : 1 {};
bool unusedBit_25_29 : 1 {};
/**
offset 0 bit 30 */
bool unusedBit_23_30 : 1 {};
bool unusedBit_25_30 : 1 {};
/**
offset 0 bit 31 */
bool unusedBit_23_31 : 1 {};
bool unusedBit_25_31 : 1 {};
/**
* @@GAUGE_NAME_RPM@@
RPM

View File

@ -1037,7 +1037,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 2886271777
#define SIGNATURE_HASH 3874117439
#define specs_s_size 12
#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
@ -1289,7 +1289,9 @@
#define ts_show_etb_pins true
#define ts_show_full_pinout true
#define ts_show_hardware_simulator true
#define ts_show_ign_fault false
#define ts_show_ignitionPinMode true
#define ts_show_inj_fault false
#define ts_show_injectionPinMode true
#define ts_show_joystick true
#define ts_show_lcd true
@ -1304,7 +1306,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.03.17.f407-discovery.2886271777"
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.f407-discovery.3874117439"
#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 2157745469
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.48way.2157745469"
#define SIGNATURE_HASH 3397370147
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.48way.3397370147"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 3776518720
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.alphax-2chan.3776518720"
#define SIGNATURE_HASH 2885307998
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.alphax-2chan.2885307998"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1808865313
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.alphax-4chan.1808865313"
#define SIGNATURE_HASH 556944447
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.alphax-4chan.556944447"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 325721816
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.alphax-8chan.325721816"
#define SIGNATURE_HASH 1502169798
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.alphax-8chan.1502169798"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 3633113248
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.atlas.3633113248"
#define SIGNATURE_HASH 2456796350
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.atlas.2456796350"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 4234219569
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.core8.4234219569"
#define SIGNATURE_HASH 3061990447
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.core8.3061990447"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 2886271777
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.f407-discovery.2886271777"
#define SIGNATURE_HASH 3874117439
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.f407-discovery.3874117439"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 3292929415
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.f429-discovery.3292929415"
#define SIGNATURE_HASH 2393196953
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.f429-discovery.2393196953"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 3860135245
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.frankenso_na6.3860135245"
#define SIGNATURE_HASH 2901911891
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.frankenso_na6.2901911891"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1305683453
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.harley81.1305683453"
#define SIGNATURE_HASH 120615395
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.harley81.120615395"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 2905551700
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.hellen-gm-e67.2905551700"
#define SIGNATURE_HASH 3888932682
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.hellen-gm-e67.3888932682"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 918486293
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.hellen-honda-k.918486293"
#define SIGNATURE_HASH 2086512907
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.hellen-honda-k.2086512907"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 861998139
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.hellen-nb1.861998139"
#define SIGNATURE_HASH 2038585381
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.hellen-nb1.2038585381"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1136304241
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.hellen121nissan.1136304241"
#define SIGNATURE_HASH 156890223
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.hellen121nissan.156890223"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 4021923746
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.hellen121vag.4021923746"
#define SIGNATURE_HASH 2774203324
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.hellen121vag.2774203324"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1154776096
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.hellen128.1154776096"
#define SIGNATURE_HASH 238495806
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.hellen128.238495806"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 3491978433
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.hellen154hyundai.3491978433"
#define SIGNATURE_HASH 2596276447
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.hellen154hyundai.2596276447"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 905086000
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.hellen72.905086000"
#define SIGNATURE_HASH 2131873838
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.hellen72.2131873838"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 2574843570
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.hellen81.2574843570"
#define SIGNATURE_HASH 3550194348
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.hellen81.3550194348"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 2671831425
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.hellen88bmw.2671831425"
#define SIGNATURE_HASH 3584277919
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.hellen88bmw.3584277919"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 3623246848
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.hellenNA6.3623246848"
#define SIGNATURE_HASH 2635401246
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.hellenNA6.2635401246"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1800547248
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.hellenNA8_96.1800547248"
#define SIGNATURE_HASH 565280686
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.hellenNA8_96.565280686"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 3770961124
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.mre_f4.3770961124"
#define SIGNATURE_HASH 1764437025
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.mre_f4.1764437025"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 3770961124
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.mre_f7.3770961124"
#define SIGNATURE_HASH 1764437025
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.mre_f7.1764437025"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 4107456535
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.prometheus_405.4107456535"
#define SIGNATURE_HASH 3190916105
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.prometheus_405.3190916105"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 4107456535
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.prometheus_469.4107456535"
#define SIGNATURE_HASH 3190916105
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.prometheus_469.3190916105"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 2815989898
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.proteus_f4.2815989898"
#define SIGNATURE_HASH 3980119188
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.proteus_f4.3980119188"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 2815989898
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.proteus_f7.2815989898"
#define SIGNATURE_HASH 3980119188
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.proteus_f7.3980119188"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 2815989898
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.proteus_h7.2815989898"
#define SIGNATURE_HASH 3980119188
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.proteus_h7.3980119188"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1097665288
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.subaru_eg33_f7.1097665288"
#define SIGNATURE_HASH 193879830
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.subaru_eg33_f7.193879830"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1323839909
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.17.tdg-pdm8.1323839909"
#define SIGNATURE_HASH 67855803
#define TS_SIGNATURE "rusEFI (FOME) master.2023.03.21.tdg-pdm8.67855803"

View File

@ -49,6 +49,10 @@ float getOutputValueByName(const char *name) {
return engine->outputChannels.isTps2Error;
case 1473688883:
return engine->outputChannels.isIdleClosedLoop;
case 1608791711:
return engine->outputChannels.injectorFault;
case -1158382750:
return engine->outputChannels.ignitionFault;
case 1699696209:
return engine->outputChannels.RPMValue;
case -968092482:

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.f407-discovery.2886271777"
signature = "rusEFI (FOME) master.2023.03.21.f407-discovery.3874117439"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.f407-discovery.2886271777" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.f407-discovery.3874117439" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.48way.2157745469"
signature = "rusEFI (FOME) master.2023.03.21.48way.3397370147"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.48way.2157745469" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.48way.3397370147" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.alphax-2chan.3776518720"
signature = "rusEFI (FOME) master.2023.03.21.alphax-2chan.2885307998"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.alphax-2chan.3776518720" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.alphax-2chan.2885307998" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.alphax-4chan.1808865313"
signature = "rusEFI (FOME) master.2023.03.21.alphax-4chan.556944447"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.alphax-4chan.1808865313" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.alphax-4chan.556944447" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.alphax-8chan.325721816"
signature = "rusEFI (FOME) master.2023.03.21.alphax-8chan.1502169798"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.alphax-8chan.325721816" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.alphax-8chan.1502169798" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.atlas.3633113248"
signature = "rusEFI (FOME) master.2023.03.21.atlas.2456796350"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.atlas.3633113248" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.atlas.2456796350" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.core8.4234219569"
signature = "rusEFI (FOME) master.2023.03.21.core8.3061990447"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.core8.4234219569" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.core8.3061990447" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.f407-discovery.2886271777"
signature = "rusEFI (FOME) master.2023.03.21.f407-discovery.3874117439"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.f407-discovery.2886271777" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.f407-discovery.3874117439" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.f429-discovery.3292929415"
signature = "rusEFI (FOME) master.2023.03.21.f429-discovery.2393196953"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.f429-discovery.3292929415" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.f429-discovery.2393196953" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.frankenso_na6.3860135245"
signature = "rusEFI (FOME) master.2023.03.21.frankenso_na6.2901911891"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.frankenso_na6.3860135245" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.frankenso_na6.2901911891" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.harley81.1305683453"
signature = "rusEFI (FOME) master.2023.03.21.harley81.120615395"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.harley81.1305683453" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.harley81.120615395" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.hellen-gm-e67.2905551700"
signature = "rusEFI (FOME) master.2023.03.21.hellen-gm-e67.3888932682"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.hellen-gm-e67.2905551700" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.hellen-gm-e67.3888932682" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.hellen-honda-k.918486293"
signature = "rusEFI (FOME) master.2023.03.21.hellen-honda-k.2086512907"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.hellen-honda-k.918486293" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.hellen-honda-k.2086512907" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.hellen-nb1.861998139"
signature = "rusEFI (FOME) master.2023.03.21.hellen-nb1.2038585381"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.hellen-nb1.861998139" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.hellen-nb1.2038585381" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.hellen121nissan.1136304241"
signature = "rusEFI (FOME) master.2023.03.21.hellen121nissan.156890223"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.hellen121nissan.1136304241" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.hellen121nissan.156890223" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.hellen121vag.4021923746"
signature = "rusEFI (FOME) master.2023.03.21.hellen121vag.2774203324"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.hellen121vag.4021923746" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.hellen121vag.2774203324" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.hellen128.1154776096"
signature = "rusEFI (FOME) master.2023.03.21.hellen128.238495806"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.hellen128.1154776096" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.hellen128.238495806" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.hellen154hyundai.3491978433"
signature = "rusEFI (FOME) master.2023.03.21.hellen154hyundai.2596276447"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.hellen154hyundai.3491978433" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.hellen154hyundai.2596276447" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.hellen72.905086000"
signature = "rusEFI (FOME) master.2023.03.21.hellen72.2131873838"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.hellen72.905086000" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.hellen72.2131873838" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.hellen81.2574843570"
signature = "rusEFI (FOME) master.2023.03.21.hellen81.3550194348"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.hellen81.2574843570" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.hellen81.3550194348" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.hellen88bmw.2671831425"
signature = "rusEFI (FOME) master.2023.03.21.hellen88bmw.3584277919"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.hellen88bmw.2671831425" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.hellen88bmw.3584277919" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.hellenNA6.3623246848"
signature = "rusEFI (FOME) master.2023.03.21.hellenNA6.2635401246"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.hellenNA6.3623246848" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.hellenNA6.2635401246" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.hellenNA8_96.1800547248"
signature = "rusEFI (FOME) master.2023.03.21.hellenNA8_96.565280686"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.hellenNA8_96.1800547248" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.hellenNA8_96.565280686" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.mre_f4.3770961124"
signature = "rusEFI (FOME) master.2023.03.21.mre_f4.1764437025"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.mre_f4.3770961124" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.mre_f4.1764437025" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4228,6 +4230,7 @@ gaugeCategory = GPPWM Outputs
indicator = { sd_logging_internal }, "No SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "No SD USB", "SD USB", white, black, green, black
indicator = { etbRevLimitActive }, "No ETB RPM Limit", "ETB RPM Limit", white, black, yellow, black
indicator = { injectorFault }, "Inj HW OK", "Inj HW Fault", white, black, yellow, black
indicator = { wbo0_hasFault }, { WBO0: bitStringValue(wboFaultCodeList, faultCode)}, { WBO0: bitStringValue(wboFaultCodeList, faultCode)}, white, black, red, black
@ -4267,6 +4270,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.mre_f7.3770961124"
signature = "rusEFI (FOME) master.2023.03.21.mre_f7.1764437025"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.mre_f7.3770961124" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.mre_f7.1764437025" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4228,6 +4230,7 @@ gaugeCategory = GPPWM Outputs
indicator = { sd_logging_internal }, "No SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "No SD USB", "SD USB", white, black, green, black
indicator = { etbRevLimitActive }, "No ETB RPM Limit", "ETB RPM Limit", white, black, yellow, black
indicator = { injectorFault }, "Inj HW OK", "Inj HW Fault", white, black, yellow, black
indicator = { wbo0_hasFault }, { WBO0: bitStringValue(wboFaultCodeList, faultCode)}, { WBO0: bitStringValue(wboFaultCodeList, faultCode)}, white, black, red, black
@ -4267,6 +4270,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.prometheus_405.4107456535"
signature = "rusEFI (FOME) master.2023.03.21.prometheus_405.3190916105"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.prometheus_405.4107456535" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.prometheus_405.3190916105" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.prometheus_469.4107456535"
signature = "rusEFI (FOME) master.2023.03.21.prometheus_469.3190916105"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.prometheus_469.4107456535" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.prometheus_469.3190916105" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.proteus_f4.2815989898"
signature = "rusEFI (FOME) master.2023.03.21.proteus_f4.3980119188"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.proteus_f4.2815989898" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.proteus_f4.3980119188" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.proteus_f7.2815989898"
signature = "rusEFI (FOME) master.2023.03.21.proteus_f7.3980119188"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.proteus_f7.2815989898" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.proteus_f7.3980119188" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.proteus_h7.2815989898"
signature = "rusEFI (FOME) master.2023.03.21.proteus_h7.3980119188"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.proteus_h7.2815989898" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.proteus_h7.3980119188" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.subaru_eg33_f7.1097665288"
signature = "rusEFI (FOME) master.2023.03.21.subaru_eg33_f7.193879830"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.subaru_eg33_f7.1097665288" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.subaru_eg33_f7.193879830" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.03.17.tdg-pdm8.1323839909"
signature = "rusEFI (FOME) master.2023.03.21.tdg-pdm8.67855803"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.03.17.tdg-pdm8.1323839909" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.03.21.tdg-pdm8.67855803" ; 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
@ -2131,6 +2131,8 @@ isPedalError = bits, U32, 0, [19:19]
launchTriggered = bits, U32, 0, [20:20]
isTps2Error = bits, U32, 0, [21:21]
isIdleClosedLoop = bits, U32, 0, [22:22]
injectorFault = bits, U32, 0, [23:23]
ignitionFault = bits, U32, 0, [24:24]
RPMValue = scalar, U16, 4, "RPM", 1, 0
rpmAcceleration = scalar, U16, 6, "RPM/s", 1, 0
speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0
@ -4267,6 +4269,8 @@ entry = isPedalError, "isPedalError", int, "%d"
entry = launchTriggered, "launchTriggered", int, "%d"
entry = isTps2Error, "isTps2Error", int, "%d"
entry = isIdleClosedLoop, "isIdleClosedLoop", int, "%d"
entry = injectorFault, "injectorFault", int, "%d"
entry = ignitionFault, "ignitionFault", int, "%d"
entry = RPMValue, "RPM", int, "%d"
entry = rpmAcceleration, "dRPM", int, "%d"
entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f"

View File

@ -1192,7 +1192,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.03.17.f407-discovery.2886271777";
public static final String TS_SIGNATURE = "rusEFI (FOME) master.2023.03.21.f407-discovery.3874117439";
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 = 1368;

View File

@ -189,6 +189,8 @@ public class TsOutputs {
public static final Field LAUNCHTRIGGERED = Field.create("LAUNCHTRIGGERED", 0, FieldType.BIT, 20).setBaseOffset(0);
public static final Field ISTPS2ERROR = Field.create("ISTPS2ERROR", 0, FieldType.BIT, 21).setBaseOffset(0);
public static final Field ISIDLECLOSEDLOOP = Field.create("ISIDLECLOSEDLOOP", 0, FieldType.BIT, 22).setBaseOffset(0);
public static final Field INJECTORFAULT = Field.create("INJECTORFAULT", 0, FieldType.BIT, 23).setBaseOffset(0);
public static final Field IGNITIONFAULT = Field.create("IGNITIONFAULT", 0, FieldType.BIT, 24).setBaseOffset(0);
public static final Field RPMVALUE = Field.create("RPMVALUE", 4, FieldType.INT16).setScale(1.0).setBaseOffset(0);
public static final Field RPMACCELERATION = Field.create("RPMACCELERATION", 6, FieldType.INT16).setScale(1.0).setBaseOffset(0);
public static final Field SPEEDTORPMRATIO = Field.create("SPEEDTORPMRATIO", 8, FieldType.INT16).setScale(0.01).setBaseOffset(0);
@ -665,6 +667,8 @@ public class TsOutputs {
LAUNCHTRIGGERED,
ISTPS2ERROR,
ISIDLECLOSEDLOOP,
INJECTORFAULT,
IGNITIONFAULT,
RPMVALUE,
RPMACCELERATION,
SPEEDTORPMRATIO,