Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-03-31 02:46:09 +00:00
parent 79a15d8da5
commit a7fcc72de2
81 changed files with 232 additions and 231 deletions

View File

@ -1354,7 +1354,7 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI master.2023.03.30.cypress.348719170"
#define TS_SIGNATURE "rusEFI master.2023.03.31.cypress.348719170"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -1354,7 +1354,7 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI master.2023.03.30.kin.2082384526"
#define TS_SIGNATURE "rusEFI master.2023.03.31.kin.2082384526"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -1306,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 master.2023.03.30.subaru_eg33_f7.1729387247"
#define TS_SIGNATURE "rusEFI master.2023.03.31.subaru_eg33_f7.1729387247"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -173,7 +173,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -489,7 +489,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -151,7 +151,7 @@ accPedalSplit("accPedalSplit", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 30
sparkCutReason("Spark Cut Code", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 310, 1.0, 0.0, 0.0, "code"),
fuelCutReason("Fuel Cut Code", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 311, 1.0, 0.0, 0.0, "code"),
mafEstimate("MAF estimate", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 312, 0.1, 0.0, 0.0, "kg/h"),
instantRpm("instantRpm", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 314, 1.0, 0.0, 0.0, "rpm"),
instantRpm("sync: instant RPM", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 314, 1.0, 0.0, 0.0, "rpm"),
systemEventReuse("systemEventReuse", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 316, 1.0, 0.0, 0.0, "counter"),
rawMap("rawMap", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 318, 0.001, 0.0, 5.0, "V"),
rawAfr("rawAfr", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 320, 0.001, 0.0, 5.0, "V"),
@ -475,7 +475,7 @@ currentEngineDecodedPhase("Sync: Engine Phase", SensorCategory.SENSOR_INPUTS, Fi
triggerToothAngleError("Sync: trigger angle error", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1196, 1.0, -30.0, 30.0, "deg"),
triggerIgnoredToothCount("triggerIgnoredToothCount", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1200, 1.0, -1.0, -1.0, ""),
alignmentFill_at_49("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1201, 1.0, -20.0, 100.0, "units"),
crankSynchronizationCounter("Crank sync counter\nUsually matches crank revolutions", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1204, 1.0, -1.0, -1.0, ""),
crankSynchronizationCounter("sync: Crank sync counter\nUsually matches crank revolutions", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1204, 1.0, -1.0, -1.0, ""),
vvtSyncGapRatio("vvtSyncGapRatio", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1208, 1.0, -10000.0, 10000.0, ""),
vvtToothDurations0("vvtToothDurations0", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1212, 1.0, 0.0, 100000.0, "us"),
vvtCurrentPosition("vvtCurrentPosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1216, 1.0, -10000.0, 10000.0, ""),

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Thu Mar 30 14:47:04 UTC 2023
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Fri Mar 31 02:45:21 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -814,6 +814,7 @@ struct output_channels_s {
*/
scaled_channel<uint16_t, 10, 1> mafEstimate = (uint16_t)0;
/**
* sync: instant RPM
rpm
* offset 314
*/
@ -1391,4 +1392,4 @@ struct output_channels_s {
static_assert(sizeof(output_channels_s) == 780);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Thu Mar 30 14:47:04 UTC 2023
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Fri Mar 31 02:45:21 UTC 2023

View File

@ -152,7 +152,7 @@ static constexpr LogField fields[] = {
{engine->outputChannels.sparkCutReason, "Spark Cut Code", "code", 0},
{engine->outputChannels.fuelCutReason, "Fuel Cut Code", "code", 0},
{engine->outputChannels.mafEstimate, "MAF estimate", "kg/h", 0},
{engine->outputChannels.instantRpm, "instantRpm", "rpm", 0},
{engine->outputChannels.instantRpm, "sync: instant RPM", "rpm", 0},
{engine->outputChannels.systemEventReuse, "systemEventReuse", "counter", 0},
{engine->outputChannels.rawMap, "rawMap", "V", 3},
{engine->outputChannels.rawAfr, "rawAfr", "V", 3},

View File

@ -1354,7 +1354,7 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI master.2023.03.30.f407-discovery.2089162468"
#define TS_SIGNATURE "rusEFI master.2023.03.31.f407-discovery.2089162468"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3146550050
#define TS_SIGNATURE "rusEFI master.2023.03.30.48way.3146550050"
#define TS_SIGNATURE "rusEFI master.2023.03.31.48way.3146550050"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1224282609
#define TS_SIGNATURE "rusEFI master.2023.03.30.alphax-2chan.1224282609"
#define TS_SIGNATURE "rusEFI master.2023.03.31.alphax-2chan.1224282609"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3953180103
#define TS_SIGNATURE "rusEFI master.2023.03.30.alphax-4chan.3953180103"
#define TS_SIGNATURE "rusEFI master.2023.03.31.alphax-4chan.3953180103"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2481360046
#define TS_SIGNATURE "rusEFI master.2023.03.30.alphax-8chan.2481360046"
#define TS_SIGNATURE "rusEFI master.2023.03.31.alphax-8chan.2481360046"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 134479205
#define TS_SIGNATURE "rusEFI master.2023.03.30.atlas.134479205"
#define TS_SIGNATURE "rusEFI master.2023.03.31.atlas.134479205"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3346075182
#define TS_SIGNATURE "rusEFI master.2023.03.30.core8.3346075182"
#define TS_SIGNATURE "rusEFI master.2023.03.31.core8.3346075182"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 348719170
#define TS_SIGNATURE "rusEFI master.2023.03.30.cypress.348719170"
#define TS_SIGNATURE "rusEFI master.2023.03.31.cypress.348719170"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2089162468
#define TS_SIGNATURE "rusEFI master.2023.03.30.f407-discovery.2089162468"
#define TS_SIGNATURE "rusEFI master.2023.03.31.f407-discovery.2089162468"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 348719170
#define TS_SIGNATURE "rusEFI master.2023.03.30.f429-discovery.348719170"
#define TS_SIGNATURE "rusEFI master.2023.03.31.f429-discovery.348719170"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 916187272
#define TS_SIGNATURE "rusEFI master.2023.03.30.frankenso_na6.916187272"
#define TS_SIGNATURE "rusEFI master.2023.03.31.frankenso_na6.916187272"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 868269322
#define TS_SIGNATURE "rusEFI master.2023.03.30.harley81.868269322"
#define TS_SIGNATURE "rusEFI master.2023.03.31.harley81.868269322"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1335742848
#define TS_SIGNATURE "rusEFI master.2023.03.30.hellen-gm-e67.1335742848"
#define TS_SIGNATURE "rusEFI master.2023.03.31.hellen-gm-e67.1335742848"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1819428727
#define TS_SIGNATURE "rusEFI master.2023.03.30.hellen-honda-k.1819428727"
#define TS_SIGNATURE "rusEFI master.2023.03.31.hellen-honda-k.1819428727"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 4264466627
#define TS_SIGNATURE "rusEFI master.2023.03.30.hellen-nb1.4264466627"
#define TS_SIGNATURE "rusEFI master.2023.03.31.hellen-nb1.4264466627"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 4294239156
#define TS_SIGNATURE "rusEFI master.2023.03.30.hellen121nissan.4294239156"
#define TS_SIGNATURE "rusEFI master.2023.03.31.hellen121nissan.4294239156"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2607640834
#define TS_SIGNATURE "rusEFI master.2023.03.30.hellen121vag.2607640834"
#define TS_SIGNATURE "rusEFI master.2023.03.31.hellen121vag.2607640834"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3003050553
#define TS_SIGNATURE "rusEFI master.2023.03.30.hellen128.3003050553"
#define TS_SIGNATURE "rusEFI master.2023.03.31.hellen128.3003050553"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 584962621
#define TS_SIGNATURE "rusEFI master.2023.03.30.hellen154hyundai.584962621"
#define TS_SIGNATURE "rusEFI master.2023.03.31.hellen154hyundai.584962621"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3238808631
#define TS_SIGNATURE "rusEFI master.2023.03.30.hellen72.3238808631"
#define TS_SIGNATURE "rusEFI master.2023.03.31.hellen72.3238808631"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1376185119
#define TS_SIGNATURE "rusEFI master.2023.03.30.hellen81.1376185119"
#define TS_SIGNATURE "rusEFI master.2023.03.31.hellen81.1376185119"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 103558803
#define TS_SIGNATURE "rusEFI master.2023.03.30.hellen88bmw.103558803"
#define TS_SIGNATURE "rusEFI master.2023.03.31.hellen88bmw.103558803"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1046724761
#define TS_SIGNATURE "rusEFI master.2023.03.30.hellenNA6.1046724761"
#define TS_SIGNATURE "rusEFI master.2023.03.31.hellenNA6.1046724761"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 364523685
#define TS_SIGNATURE "rusEFI master.2023.03.30.hellenNA8_96.364523685"
#define TS_SIGNATURE "rusEFI master.2023.03.31.hellenNA8_96.364523685"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2082384526
#define TS_SIGNATURE "rusEFI master.2023.03.30.kin.2082384526"
#define TS_SIGNATURE "rusEFI master.2023.03.31.kin.2082384526"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3410482553
#define TS_SIGNATURE "rusEFI master.2023.03.30.m74_9.3410482553"
#define TS_SIGNATURE "rusEFI master.2023.03.31.m74_9.3410482553"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3199197074
#define TS_SIGNATURE "rusEFI master.2023.03.30.mre_f4.3199197074"
#define TS_SIGNATURE "rusEFI master.2023.03.31.mre_f4.3199197074"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 3199197074
#define TS_SIGNATURE "rusEFI master.2023.03.30.mre_f7.3199197074"
#define TS_SIGNATURE "rusEFI master.2023.03.31.mre_f7.3199197074"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1143198116
#define TS_SIGNATURE "rusEFI master.2023.03.30.prometheus_405.1143198116"
#define TS_SIGNATURE "rusEFI master.2023.03.31.prometheus_405.1143198116"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1143198116
#define TS_SIGNATURE "rusEFI master.2023.03.30.prometheus_469.1143198116"
#define TS_SIGNATURE "rusEFI master.2023.03.31.prometheus_469.1143198116"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 974033333
#define TS_SIGNATURE "rusEFI master.2023.03.30.proteus_f4.974033333"
#define TS_SIGNATURE "rusEFI master.2023.03.31.proteus_f4.974033333"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 974033333
#define TS_SIGNATURE "rusEFI master.2023.03.30.proteus_f7.974033333"
#define TS_SIGNATURE "rusEFI master.2023.03.31.proteus_f7.974033333"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 974033333
#define TS_SIGNATURE "rusEFI master.2023.03.30.proteus_h7.974033333"
#define TS_SIGNATURE "rusEFI master.2023.03.31.proteus_h7.974033333"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1001418012
#define TS_SIGNATURE "rusEFI master.2023.03.30.s105.1001418012"
#define TS_SIGNATURE "rusEFI master.2023.03.31.s105.1001418012"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 1729387247
#define TS_SIGNATURE "rusEFI master.2023.03.30.subaru_eg33_f7.1729387247"
#define TS_SIGNATURE "rusEFI master.2023.03.31.subaru_eg33_f7.1729387247"

View File

@ -3,4 +3,4 @@
//
#define SIGNATURE_HASH 2657559648
#define TS_SIGNATURE "rusEFI master.2023.03.30.tdg-pdm8.2657559648"
#define TS_SIGNATURE "rusEFI master.2023.03.31.tdg-pdm8.2657559648"

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_state.txt Tue Mar 21 13:46:06 UTC 2023
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_state.txt Fri Mar 31 02:45:22 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -6,7 +6,7 @@
// start of trigger_state_s
struct trigger_state_s {
/**
* Crank sync counter
* sync: Crank sync counter
* Usually matches crank revolutions
* offset 0
*/
@ -49,4 +49,4 @@ struct trigger_state_s {
static_assert(sizeof(trigger_state_s) == 24);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_state.txt Tue Mar 21 13:46:06 UTC 2023
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/trigger/trigger_state.txt Fri Mar 31 02:45:22 UTC 2023

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.f407-discovery.2089162468"
signature = "rusEFI master.2023.03.31.f407-discovery.2089162468"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.f407-discovery.2089162468" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.f407-discovery.2089162468" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:43:10 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:46:05 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.48way.3146550050"
signature = "rusEFI master.2023.03.31.48way.3146550050"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.48way.3146550050" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.48way.3146550050" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:42:54 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:45:50 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.alphax-2chan.1224282609"
signature = "rusEFI master.2023.03.31.alphax-2chan.1224282609"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.alphax-2chan.1224282609" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.alphax-2chan.1224282609" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:42:31 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:45:26 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.alphax-4chan.3953180103"
signature = "rusEFI master.2023.03.31.alphax-4chan.3953180103"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.alphax-4chan.3953180103" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.alphax-4chan.3953180103" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:42:32 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:45:27 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.alphax-8chan.2481360046"
signature = "rusEFI master.2023.03.31.alphax-8chan.2481360046"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.alphax-8chan.2481360046" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.alphax-8chan.2481360046" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:42:33 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:45:28 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.atlas.134479205"
signature = "rusEFI master.2023.03.31.atlas.134479205"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.atlas.134479205" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.atlas.134479205" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:43:07 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:46:03 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.core8.3346075182"
signature = "rusEFI master.2023.03.31.core8.3346075182"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.core8.3346075182" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.core8.3346075182" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:42:53 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:45:49 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.cypress.348719170"
signature = "rusEFI master.2023.03.31.cypress.348719170"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.cypress.348719170" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.cypress.348719170" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Thu Mar 30 21:42:28 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Fri Mar 31 02:45:24 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.f407-discovery.2089162468"
signature = "rusEFI master.2023.03.31.f407-discovery.2089162468"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.f407-discovery.2089162468" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.f407-discovery.2089162468" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:43:05 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:46:01 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.f429-discovery.348719170"
signature = "rusEFI master.2023.03.31.f429-discovery.348719170"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.f429-discovery.348719170" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.f429-discovery.348719170" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:43:06 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:46:02 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.frankenso_na6.916187272"
signature = "rusEFI master.2023.03.31.frankenso_na6.916187272"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.frankenso_na6.916187272" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.frankenso_na6.916187272" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:42:58 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:45:53 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.harley81.868269322"
signature = "rusEFI master.2023.03.31.harley81.868269322"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.harley81.868269322" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.harley81.868269322" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:42:34 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:45:30 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.hellen-gm-e67.1335742848"
signature = "rusEFI master.2023.03.31.hellen-gm-e67.1335742848"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.hellen-gm-e67.1335742848" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.hellen-gm-e67.1335742848" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:42:47 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:45:42 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.hellen-honda-k.1819428727"
signature = "rusEFI master.2023.03.31.hellen-honda-k.1819428727"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.hellen-honda-k.1819428727" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.hellen-honda-k.1819428727" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:42:39 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:45:35 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.hellen-nb1.4264466627"
signature = "rusEFI master.2023.03.31.hellen-nb1.4264466627"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.hellen-nb1.4264466627" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.hellen-nb1.4264466627" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:42:45 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:45:41 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.hellen121nissan.4294239156"
signature = "rusEFI master.2023.03.31.hellen121nissan.4294239156"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.hellen121nissan.4294239156" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.hellen121nissan.4294239156" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:42:38 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:45:33 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.hellen121vag.2607640834"
signature = "rusEFI master.2023.03.31.hellen121vag.2607640834"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.hellen121vag.2607640834" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.hellen121vag.2607640834" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:42:37 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:45:32 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.hellen128.3003050553"
signature = "rusEFI master.2023.03.31.hellen128.3003050553"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.hellen128.3003050553" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.hellen128.3003050553" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:42:35 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:45:31 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.hellen154hyundai.584962621"
signature = "rusEFI master.2023.03.31.hellen154hyundai.584962621"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.hellen154hyundai.584962621" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.hellen154hyundai.584962621" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:42:41 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:45:36 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.hellen72.3238808631"
signature = "rusEFI master.2023.03.31.hellen72.3238808631"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.hellen72.3238808631" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.hellen72.3238808631" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:42:43 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:45:39 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.hellen81.1376185119"
signature = "rusEFI master.2023.03.31.hellen81.1376185119"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.hellen81.1376185119" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.hellen81.1376185119" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:42:44 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:45:40 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.hellen88bmw.103558803"
signature = "rusEFI master.2023.03.31.hellen88bmw.103558803"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.hellen88bmw.103558803" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.hellen88bmw.103558803" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:42:42 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:45:37 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.hellenNA6.1046724761"
signature = "rusEFI master.2023.03.31.hellenNA6.1046724761"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.hellenNA6.1046724761" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.hellenNA6.1046724761" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:42:48 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:45:43 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.hellenNA8_96.364523685"
signature = "rusEFI master.2023.03.31.hellenNA8_96.364523685"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.hellenNA8_96.364523685" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.hellenNA8_96.364523685" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:42:49 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:45:45 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.kin.2082384526"
signature = "rusEFI master.2023.03.31.kin.2082384526"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.kin.2082384526" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.kin.2082384526" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Thu Mar 30 21:42:27 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Fri Mar 31 02:45:23 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.m74_9.3410482553"
signature = "rusEFI master.2023.03.31.m74_9.3410482553"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.m74_9.3410482553" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.m74_9.3410482553" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:42:55 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:45:51 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.mre_f4.3199197074"
signature = "rusEFI master.2023.03.31.mre_f4.3199197074"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.mre_f4.3199197074" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.mre_f4.3199197074" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:42:52 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:45:47 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.mre_f7.3199197074"
signature = "rusEFI master.2023.03.31.mre_f7.3199197074"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.mre_f7.3199197074" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.mre_f7.3199197074" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:42:50 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:45:46 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.prometheus_405.1143198116"
signature = "rusEFI master.2023.03.31.prometheus_405.1143198116"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.prometheus_405.1143198116" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.prometheus_405.1143198116" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:43:00 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:45:56 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.prometheus_469.1143198116"
signature = "rusEFI master.2023.03.31.prometheus_469.1143198116"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.prometheus_469.1143198116" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.prometheus_469.1143198116" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:42:59 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:45:55 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.proteus_f4.974033333"
signature = "rusEFI master.2023.03.31.proteus_f4.974033333"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.proteus_f4.974033333" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.proteus_f4.974033333" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:43:02 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:45:58 UTC 2023
pageSize = 26432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.proteus_f7.974033333"
signature = "rusEFI master.2023.03.31.proteus_f7.974033333"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.proteus_f7.974033333" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.proteus_f7.974033333" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:43:01 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:45:57 UTC 2023
pageSize = 26432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.proteus_h7.974033333"
signature = "rusEFI master.2023.03.31.proteus_h7.974033333"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.proteus_h7.974033333" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.proteus_h7.974033333" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:43:04 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:46:00 UTC 2023
pageSize = 26432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.s105.1001418012"
signature = "rusEFI master.2023.03.31.s105.1001418012"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.s105.1001418012" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.s105.1001418012" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:42:56 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:45:52 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.subaru_eg33_f7.1729387247"
signature = "rusEFI master.2023.03.31.subaru_eg33_f7.1729387247"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.subaru_eg33_f7.1729387247" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.subaru_eg33_f7.1729387247" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Thu Mar 30 21:42:29 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Fri Mar 31 02:45:24 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.03.30.tdg-pdm8.2657559648"
signature = "rusEFI master.2023.03.31.tdg-pdm8.2657559648"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.03.30.tdg-pdm8.2657559648" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.03.31.tdg-pdm8.2657559648" ; 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
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:43:08 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:46:04 UTC 2023
pageSize = 22432
page = 1
@ -4578,7 +4578,7 @@ entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = instantRpm, "sync: instant RPM", int, "%d"
entry = systemEventReuse, "systemEventReuse", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
entry = rawAfr, "rawAfr", float, "%.3f"
@ -4894,7 +4894,7 @@ entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d"
entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f"
entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f"
entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d"
entry = crankSynchronizationCounter, "Crank sync counter", int, "%d"
entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d"
entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f"
entry = vvtToothDurations0, "vvtToothDurations0", int, "%d"
entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f"

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Mar 30 21:43:11 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Mar 31 02:46:07 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -1229,7 +1229,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 master.2023.03.30.f407-discovery.2089162468";
public static final String TS_SIGNATURE = "rusEFI master.2023.03.31.f407-discovery.2089162468";
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 = 1364;