This commit is contained in:
Matthew Kennedy 2023-05-04 14:22:43 -07:00
commit a632628c82
81 changed files with 653 additions and 650 deletions

View File

@ -425,7 +425,7 @@
#define GAUGE_NAME_DEBUG_I3 "debug i3"
#define GAUGE_NAME_DEBUG_I4 "debug i4"
#define GAUGE_NAME_DEBUG_I5 "debug i5"
#define GAUGE_NAME_DESIRED_GEAR "Desired Gear"
#define GAUGE_NAME_DESIRED_GEAR "TCU: Desired Gear"
#define GAUGE_NAME_DETECTED_GEAR "Detected Gear"
#define GAUGE_NAME_DWELL_DUTY "Ign: Coil duty cycle"
#define GAUGE_NAME_ECU_TEMPERATURE "ECU temperature"
@ -468,7 +468,7 @@
#define GAUGE_NAME_IGNITION_MODE "Ign: Mode"
#define GAUGE_NAME_INJECTION_MODE "Fuel: Injection mode"
#define GAUGE_NAME_INJECTOR_LAG "Fuel: injector lag"
#define GAUGE_NAME_ISS "Input Shaft Speed"
#define GAUGE_NAME_ISS "TCU: Input Shaft Speed"
#define GAUGE_NAME_KNOCK_COUNTER "Knock: Count"
#define GAUGE_NAME_KNOCK_LEVEL "Knock: Current level"
#define GAUGE_NAME_KNOCK_RETARD "Knock: Retard"
@ -483,7 +483,7 @@
#define GAUGE_NAME_RPM "RPM"
#define GAUGE_NAME_TARGET_AFR "Fuel: target AFR"
#define GAUGE_NAME_TARGET_LAMBDA "Fuel: target lambda"
#define GAUGE_NAME_TC_RATIO "Torque Converter Ratio"
#define GAUGE_NAME_TC_RATIO "TCU: Torque Converter Ratio"
#define GAUGE_NAME_TCHARGE "Fuel: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
@ -984,7 +984,7 @@
#define show_Frankenso_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3898408320
#define SIGNATURE_HASH 164809199
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
#define spi_device_e_SPI_DEVICE_2 2
@ -1252,7 +1252,7 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.subaru_eg33_f7.3898408320"
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.subaru_eg33_f7.164809199"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -58,7 +58,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -139,7 +139,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -151,8 +151,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -169,8 +169,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -183,8 +183,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -195,8 +195,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -239,7 +239,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -296,6 +296,7 @@ struct output_channels_s {
// offset 68
scaled_channel<int16_t, 100, 1> deltaTpsValue = (int16_t)0;
// CAN: Rx
// offset 70
uint16_t canReadCounter = (uint16_t)0;
@ -600,6 +601,7 @@ struct output_channels_s {
// offset 270
scaled_channel<int16_t, 50, 1> vvtPositionB2E = (int16_t)0;
// Fuel: Trim bank
// %
// offset 272
scaled_channel<int16_t, 100, 1> fuelPidCorrection[2];
@ -660,12 +662,12 @@ struct output_channels_s {
// offset 302
scaled_channel<int16_t, 100, 1> accPedalSplit = (int16_t)0;
// Spark Cut Code
// Ign: Cut Code
// code
// offset 304
int8_t sparkCutReason = (int8_t)0;
// Fuel Cut Code
// Fuel: Cut Code
// code
// offset 305
int8_t fuelCutReason = (int8_t)0;
@ -812,7 +814,7 @@ struct output_channels_s {
// offset 332
uint8_t testBenchIter = (uint8_t)0;
// "Current Range"
// "TCU: Current Range"
// offset 333
uint8_t tcu_currentRange = (uint8_t)0;
@ -947,9 +949,11 @@ struct output_channels_s {
// offset 360
uint16_t maxLockedDuration = (uint16_t)0;
// CAN: Tx OK
// offset 362
uint16_t canWriteOk = (uint16_t)0;
// CAN: Tx err
// offset 364
uint16_t canWriteNotOk = (uint16_t)0;

View File

@ -35,7 +35,7 @@ static constexpr LogField fields[] = {
{engine->outputChannels.wallFuelCorrectionValue, "Fuel: wall correction", "mg", 3},
{engine->outputChannels.revolutionCounterSinceStart, "revolutionCounterSinceStart", "", 0},
{engine->outputChannels.deltaTpsValue, "Fuel: TPS AE change", "ratio", 0},
{engine->outputChannels.canReadCounter, "canReadCounter", "", 0},
{engine->outputChannels.canReadCounter, "CAN: Rx", "", 0},
{engine->outputChannels.tpsAccelFuel, "Fuel: TPS AE add fuel ms", "ms", 3},
{engine->outputChannels.ignitionAdvance, "Ign: Timing", "deg", 1},
{engine->outputChannels.currentIgnitionMode, "Ign: Mode", "", 0},
@ -116,7 +116,7 @@ static constexpr LogField fields[] = {
{engine->outputChannels.knock[9], "Knock: Cyl 10", "dBv", 0},
{engine->outputChannels.knock[10], "Knock: Cyl 11", "dBv", 0},
{engine->outputChannels.knock[11], "Knock: Cyl 12", "dBv", 0},
{engine->outputChannels.tcuDesiredGear, "Desired Gear", "gear", 0},
{engine->outputChannels.tcuDesiredGear, "TCU: Desired Gear", "gear", 0},
{engine->outputChannels.flexPercent, "Flex Ethanol %", "%", 1},
{engine->outputChannels.wastegatePositionSensor, "Wastegate position sensor", "%", 2},
{engine->outputChannels.rawLowFuelPressure, "rawLowFuelPressure", "V", 3},
@ -128,8 +128,8 @@ static constexpr LogField fields[] = {
{engine->outputChannels.vvtPositionB1E, "VVT: bank 1 exhaust", "deg", 1},
{engine->outputChannels.vvtPositionB2I, "VVT: bank 2 intake", "deg", 1},
{engine->outputChannels.vvtPositionB2E, "VVT: bank 2 exhaust", "deg", 1},
{engine->outputChannels.fuelPidCorrection[0], "fuelPidCorrection 1", "%", 2},
{engine->outputChannels.fuelPidCorrection[1], "fuelPidCorrection 2", "%", 2},
{engine->outputChannels.fuelPidCorrection[0], "Fuel: Trim bank 1", "%", 2},
{engine->outputChannels.fuelPidCorrection[1], "Fuel: Trim bank 2", "%", 2},
{engine->outputChannels.rawTps1Secondary, "rawTps1Secondary", "V", 3},
{engine->outputChannels.rawTps2Primary, "rawTps2Primary", "V", 3},
{engine->outputChannels.rawTps2Secondary, "rawTps2Secondary", "V", 3},
@ -146,8 +146,8 @@ static constexpr LogField fields[] = {
{engine->outputChannels.tps2Split, "tps2Split", "%", 2},
{engine->outputChannels.tps12Split, "tps12Split", "%", 2},
{engine->outputChannels.accPedalSplit, "accPedalSplit", "%", 2},
{engine->outputChannels.sparkCutReason, "Spark Cut Code", "code", 0},
{engine->outputChannels.fuelCutReason, "Fuel Cut Code", "code", 0},
{engine->outputChannels.sparkCutReason, "Ign: 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.rawMap, "rawMap", "V", 3},
@ -158,8 +158,8 @@ static constexpr LogField fields[] = {
{engine->outputChannels.luaInvocationCounter, "Lua: Tick counter", "count", 0},
{engine->outputChannels.luaLastCycleDuration, "Lua: Last tick duration", "nt", 0},
{engine->outputChannels.testBenchIter, "testBenchIter", "count", 0},
{engine->outputChannels.tcu_currentRange, "Current Range", "", 0},
{engine->outputChannels.tcRatio, "Torque Converter Ratio", "value", 0},
{engine->outputChannels.tcu_currentRange, "TCU: Current Range", "", 0},
{engine->outputChannels.tcRatio, "TCU: Torque Converter Ratio", "value", 0},
{engine->outputChannels.lastShiftTime, "lastShiftTime", "", 0},
{engine->outputChannels.vssEdgeCounter, "vssEdgeCounter", "", 0},
{engine->outputChannels.issEdgeCounter, "issEdgeCounter", "", 0},
@ -168,8 +168,8 @@ static constexpr LogField fields[] = {
{engine->outputChannels.fallbackMap, "fallbackMap", "kPa", 1},
{engine->outputChannels.instantMAPValue, "Instant MAP", "kPa", 2},
{engine->outputChannels.maxLockedDuration, "maxLockedDuration", "us", 0},
{engine->outputChannels.canWriteOk, "canWriteOk", "", 3},
{engine->outputChannels.canWriteNotOk, "canWriteNotOk", "", 3},
{engine->outputChannels.canWriteOk, "CAN: Tx OK", "", 3},
{engine->outputChannels.canWriteNotOk, "CAN: Tx err", "", 3},
{engine->outputChannels.triggerPrimaryFall, "triggerPrimaryFall", "", 3},
{engine->outputChannels.triggerPrimaryRise, "triggerPrimaryRise", "", 3},
{engine->outputChannels.triggerSecondaryFall, "triggerSecondaryFall", "", 3},
@ -212,7 +212,7 @@ static constexpr LogField fields[] = {
{engine->outputChannels.wastegateDcStatus.resetCounter, "wastegateDcStatus.resetCounter", "", 0},
{engine->outputChannels.auxSpeed1, "Aux speed 1", "s", 0},
{engine->outputChannels.auxSpeed2, "Aux speed 2", "s", 0},
{engine->outputChannels.ISSValue, "Input Shaft Speed", "RPM", 0},
{engine->outputChannels.ISSValue, "TCU: Input Shaft Speed", "RPM", 0},
{engine->outputChannels.rawAnalogInput[0], "rawAnalogInput 1", "V", 3},
{engine->outputChannels.rawAnalogInput[1], "rawAnalogInput 2", "V", 3},
{engine->outputChannels.rawAnalogInput[2], "rawAnalogInput 3", "V", 3},

View File

@ -431,7 +431,7 @@
#define GAUGE_NAME_DEBUG_I3 "debug i3"
#define GAUGE_NAME_DEBUG_I4 "debug i4"
#define GAUGE_NAME_DEBUG_I5 "debug i5"
#define GAUGE_NAME_DESIRED_GEAR "Desired Gear"
#define GAUGE_NAME_DESIRED_GEAR "TCU: Desired Gear"
#define GAUGE_NAME_DETECTED_GEAR "Detected Gear"
#define GAUGE_NAME_DWELL_DUTY "Ign: Coil duty cycle"
#define GAUGE_NAME_ECU_TEMPERATURE "ECU temperature"
@ -474,7 +474,7 @@
#define GAUGE_NAME_IGNITION_MODE "Ign: Mode"
#define GAUGE_NAME_INJECTION_MODE "Fuel: Injection mode"
#define GAUGE_NAME_INJECTOR_LAG "Fuel: injector lag"
#define GAUGE_NAME_ISS "Input Shaft Speed"
#define GAUGE_NAME_ISS "TCU: Input Shaft Speed"
#define GAUGE_NAME_KNOCK_COUNTER "Knock: Count"
#define GAUGE_NAME_KNOCK_LEVEL "Knock: Current level"
#define GAUGE_NAME_KNOCK_RETARD "Knock: Retard"
@ -489,7 +489,7 @@
#define GAUGE_NAME_RPM "RPM"
#define GAUGE_NAME_TARGET_AFR "Fuel: target AFR"
#define GAUGE_NAME_TARGET_LAMBDA "Fuel: target lambda"
#define GAUGE_NAME_TC_RATIO "Torque Converter Ratio"
#define GAUGE_NAME_TC_RATIO "TCU: Torque Converter Ratio"
#define GAUGE_NAME_TCHARGE "Fuel: SD tCharge"
#define GAUGE_NAME_THROTTLE_PEDAL "Throttle pedal position"
#define GAUGE_NAME_TIME "Time"
@ -1034,7 +1034,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 87618985
#define SIGNATURE_HASH 3837182406
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
#define spi_device_e_SPI_DEVICE_2 2
@ -1301,7 +1301,7 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.f407-discovery.87618985"
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.f407-discovery.3837182406"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 699229109
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.48way.699229109"
#define SIGNATURE_HASH 3357759450
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.48way.3357759450"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1210641608
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.alphax-2chan.1210641608"
#define SIGNATURE_HASH 2846283943
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.alphax-2chan.2846283943"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 3269521065
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.alphax-4chan.3269521065"
#define SIGNATURE_HASH 594467526
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.alphax-4chan.594467526"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 3126585424
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.alphax-8chan.3126585424"
#define SIGNATURE_HASH 1540742207
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.alphax-8chan.1540742207"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1908219432
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.atlas.1908219432"
#define SIGNATURE_HASH 2419272263
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.atlas.2419272263"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1431365305
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.core8.1431365305"
#define SIGNATURE_HASH 3034501846
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.core8.3034501846"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 87618985
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.f407-discovery.87618985"
#define SIGNATURE_HASH 3837182406
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.f407-discovery.3837182406"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1836575503
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.f429-discovery.1836575503"
#define SIGNATURE_HASH 2365185888
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.f429-discovery.2365185888"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1327827909
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.frankenso_na6.1327827909"
#define SIGNATURE_HASH 2930458538
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.frankenso_na6.2930458538"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 3840070517
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.harley81.3840070517"
#define SIGNATURE_HASH 91023130
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.harley81.91023130"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 69125596
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.hellen-gm-e67.69125596"
#define SIGNATURE_HASH 3851481523
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.hellen-gm-e67.3851481523"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 2676951965
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.hellen-honda-k.2676951965"
#define SIGNATURE_HASH 2114011122
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.hellen-honda-k.2114011122"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 2588998323
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.hellen-nb1.2588998323"
#define SIGNATURE_HASH 2078199516
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.hellen-nb1.2078199516"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 3935000313
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.hellen121nissan.3935000313"
#define SIGNATURE_HASH 184902294
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.hellen121nissan.184902294"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1183340842
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.hellen121vag.1183340842"
#define SIGNATURE_HASH 2802216261
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.hellen121vag.2802216261"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 3991243432
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.hellen128.3991243432"
#define SIGNATURE_HASH 208387783
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.hellen128.208387783"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 2031266377
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.hellen154hyundai.2031266377"
#define SIGNATURE_HASH 2560400934
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.hellen154hyundai.2560400934"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 2630054584
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.hellen72.2630054584"
#define SIGNATURE_HASH 2102216407
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.hellen72.2102216407"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 810092602
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.hellen81.810092602"
#define SIGNATURE_HASH 3519495253
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.hellen81.3519495253"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 913383177
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.hellen88bmw.913383177"
#define SIGNATURE_HASH 3623824230
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.hellen88bmw.3623824230"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 2127014536
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.hellenNA6.2127014536"
#define SIGNATURE_HASH 2672402151
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.hellenNA6.2672402151"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 3261324600
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.hellenNA8_96.3261324600"
#define SIGNATURE_HASH 602794327
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.hellenNA8_96.602794327"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 2331610807
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.mre_f4.2331610807"
#define SIGNATURE_HASH 1803008728
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.mre_f4.1803008728"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 2331610807
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.mre_f7.2331610807"
#define SIGNATURE_HASH 1803008728
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.mre_f7.1803008728"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1575167647
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.prometheus_405.1575167647"
#define SIGNATURE_HASH 3161264880
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.prometheus_405.3161264880"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 1575167647
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.prometheus_469.1575167647"
#define SIGNATURE_HASH 3161264880
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.prometheus_469.3161264880"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 250179074
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.proteus_f4.250179074"
#define SIGNATURE_HASH 4016527981
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.proteus_f4.4016527981"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 250179074
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.proteus_f7.250179074"
#define SIGNATURE_HASH 4016527981
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.proteus_f7.4016527981"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 250179074
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.proteus_h7.250179074"
#define SIGNATURE_HASH 4016527981
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.proteus_h7.4016527981"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 3898408320
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.subaru_eg33_f7.3898408320"
#define SIGNATURE_HASH 164809199
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.subaru_eg33_f7.164809199"

View File

@ -1,2 +1,2 @@
#define SIGNATURE_HASH 3889809197
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.tdg-pdm8.3889809197"
#define SIGNATURE_HASH 106427202
#define TS_SIGNATURE "rusEFI (FOME) master.2023.05.04.tdg-pdm8.106427202"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.f407-discovery.87618985"
signature = "rusEFI (FOME) master.2023.05.04.f407-discovery.3837182406"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.f407-discovery.87618985" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.f407-discovery.3837182406" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.48way.699229109"
signature = "rusEFI (FOME) master.2023.05.04.48way.3357759450"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.48way.699229109" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.48way.3357759450" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.alphax-2chan.1210641608"
signature = "rusEFI (FOME) master.2023.05.04.alphax-2chan.2846283943"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.alphax-2chan.1210641608" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.alphax-2chan.2846283943" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.alphax-4chan.3269521065"
signature = "rusEFI (FOME) master.2023.05.04.alphax-4chan.594467526"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.alphax-4chan.3269521065" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.alphax-4chan.594467526" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.alphax-8chan.3126585424"
signature = "rusEFI (FOME) master.2023.05.04.alphax-8chan.1540742207"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.alphax-8chan.3126585424" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.alphax-8chan.1540742207" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.atlas.1908219432"
signature = "rusEFI (FOME) master.2023.05.04.atlas.2419272263"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.atlas.1908219432" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.atlas.2419272263" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.core8.1431365305"
signature = "rusEFI (FOME) master.2023.05.04.core8.3034501846"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.core8.1431365305" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.core8.3034501846" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.f407-discovery.87618985"
signature = "rusEFI (FOME) master.2023.05.04.f407-discovery.3837182406"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.f407-discovery.87618985" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.f407-discovery.3837182406" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.f429-discovery.1836575503"
signature = "rusEFI (FOME) master.2023.05.04.f429-discovery.2365185888"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.f429-discovery.1836575503" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.f429-discovery.2365185888" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.frankenso_na6.1327827909"
signature = "rusEFI (FOME) master.2023.05.04.frankenso_na6.2930458538"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.frankenso_na6.1327827909" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.frankenso_na6.2930458538" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.harley81.3840070517"
signature = "rusEFI (FOME) master.2023.05.04.harley81.91023130"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.harley81.3840070517" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.harley81.91023130" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.hellen-gm-e67.69125596"
signature = "rusEFI (FOME) master.2023.05.04.hellen-gm-e67.3851481523"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.hellen-gm-e67.69125596" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.hellen-gm-e67.3851481523" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.hellen-honda-k.2676951965"
signature = "rusEFI (FOME) master.2023.05.04.hellen-honda-k.2114011122"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.hellen-honda-k.2676951965" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.hellen-honda-k.2114011122" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.hellen-nb1.2588998323"
signature = "rusEFI (FOME) master.2023.05.04.hellen-nb1.2078199516"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.hellen-nb1.2588998323" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.hellen-nb1.2078199516" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.hellen121nissan.3935000313"
signature = "rusEFI (FOME) master.2023.05.04.hellen121nissan.184902294"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.hellen121nissan.3935000313" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.hellen121nissan.184902294" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.hellen121vag.1183340842"
signature = "rusEFI (FOME) master.2023.05.04.hellen121vag.2802216261"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.hellen121vag.1183340842" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.hellen121vag.2802216261" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.hellen128.3991243432"
signature = "rusEFI (FOME) master.2023.05.04.hellen128.208387783"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.hellen128.3991243432" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.hellen128.208387783" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.hellen154hyundai.2031266377"
signature = "rusEFI (FOME) master.2023.05.04.hellen154hyundai.2560400934"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.hellen154hyundai.2031266377" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.hellen154hyundai.2560400934" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.hellen72.2630054584"
signature = "rusEFI (FOME) master.2023.05.04.hellen72.2102216407"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.hellen72.2630054584" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.hellen72.2102216407" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.hellen81.810092602"
signature = "rusEFI (FOME) master.2023.05.04.hellen81.3519495253"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.hellen81.810092602" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.hellen81.3519495253" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.hellen88bmw.913383177"
signature = "rusEFI (FOME) master.2023.05.04.hellen88bmw.3623824230"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.hellen88bmw.913383177" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.hellen88bmw.3623824230" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.hellenNA6.2127014536"
signature = "rusEFI (FOME) master.2023.05.04.hellenNA6.2672402151"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.hellenNA6.2127014536" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.hellenNA6.2672402151" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.hellenNA8_96.3261324600"
signature = "rusEFI (FOME) master.2023.05.04.hellenNA8_96.602794327"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.hellenNA8_96.3261324600" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.hellenNA8_96.602794327" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.mre_f4.2331610807"
signature = "rusEFI (FOME) master.2023.05.04.mre_f4.1803008728"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.mre_f4.2331610807" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.mre_f4.1803008728" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4390,7 +4390,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4471,7 +4471,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4483,8 +4483,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4501,8 +4501,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4515,8 +4515,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4527,8 +4527,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4571,7 +4571,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.mre_f7.2331610807"
signature = "rusEFI (FOME) master.2023.05.04.mre_f7.1803008728"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.mre_f7.2331610807" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.mre_f7.1803008728" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4390,7 +4390,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4471,7 +4471,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4483,8 +4483,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4501,8 +4501,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4515,8 +4515,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4527,8 +4527,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4571,7 +4571,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.prometheus_405.1575167647"
signature = "rusEFI (FOME) master.2023.05.04.prometheus_405.3161264880"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.prometheus_405.1575167647" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.prometheus_405.3161264880" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.prometheus_469.1575167647"
signature = "rusEFI (FOME) master.2023.05.04.prometheus_469.3161264880"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.prometheus_469.1575167647" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.prometheus_469.3161264880" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.proteus_f4.250179074"
signature = "rusEFI (FOME) master.2023.05.04.proteus_f4.4016527981"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.proteus_f4.250179074" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.proteus_f4.4016527981" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.proteus_f7.250179074"
signature = "rusEFI (FOME) master.2023.05.04.proteus_f7.4016527981"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.proteus_f7.250179074" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.proteus_f7.4016527981" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.proteus_h7.250179074"
signature = "rusEFI (FOME) master.2023.05.04.proteus_h7.4016527981"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.proteus_h7.250179074" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.proteus_h7.4016527981" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.subaru_eg33_f7.3898408320"
signature = "rusEFI (FOME) master.2023.05.04.subaru_eg33_f7.164809199"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.subaru_eg33_f7.3898408320" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.subaru_eg33_f7.164809199" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI (FOME) master.2023.05.04.tdg-pdm8.3889809197"
signature = "rusEFI (FOME) master.2023.05.04.tdg-pdm8.106427202"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI (FOME) master.2023.05.04.tdg-pdm8.3889809197" ; signature is expected to be 7 or more characters.
signature= "rusEFI (FOME) master.2023.05.04.tdg-pdm8.106427202" ; 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
@ -4173,12 +4173,12 @@ gaugeCategory = Sensors - Raw
issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0
gaugeCategory = Transmission
desiredGearGauge = tcuDesiredGear, "Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0
detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0
speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0
tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4
shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4
gaugeCategory = Knock
@ -4389,7 +4389,7 @@ entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f"
entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f"
entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d"
entry = deltaTpsValue, "Fuel: TPS AE change", float, "%.3f"
entry = canReadCounter, "canReadCounter", int, "%d"
entry = canReadCounter, "CAN: Rx", int, "%d"
entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = ignitionAdvance, "Ign: Timing", float, "%.3f"
entry = currentIgnitionMode, "Ign: Mode", int, "%d"
@ -4470,7 +4470,7 @@ entry = knock9, "Knock: Cyl 9", int, "%d"
entry = knock10, "Knock: Cyl 10", int, "%d"
entry = knock11, "Knock: Cyl 11", int, "%d"
entry = knock12, "Knock: Cyl 12", int, "%d"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f"
@ -4482,8 +4482,8 @@ entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f"
entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f"
entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f"
entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f"
entry = fuelPidCorrection1, "fuelPidCorrection 1", float, "%.3f"
entry = fuelPidCorrection2, "fuelPidCorrection 2", float, "%.3f"
entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f"
entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f"
entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f"
entry = rawTps2Primary, "rawTps2Primary", float, "%.3f"
entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f"
@ -4500,8 +4500,8 @@ entry = tps1Split, "tps1Split", float, "%.3f"
entry = tps2Split, "tps2Split", float, "%.3f"
entry = tps12Split, "tps12Split", float, "%.3f"
entry = accPedalSplit, "accPedalSplit", float, "%.3f"
entry = sparkCutReason, "Spark Cut Code", int, "%d"
entry = fuelCutReason, "Fuel Cut Code", int, "%d"
entry = sparkCutReason, "Ign: Cut Code", int, "%d"
entry = fuelCutReason, "Fuel: Cut Code", int, "%d"
entry = mafEstimate, "MAF estimate", float, "%.3f"
entry = instantRpm, "instantRpm", int, "%d"
entry = rawMap, "rawMap", float, "%.3f"
@ -4514,8 +4514,8 @@ entry = isUsbConnected, "isUsbConnected", int, "%d"
entry = luaInvocationCounter, "Lua: Tick counter", int, "%d"
entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d"
entry = testBenchIter, "testBenchIter", int, "%d"
entry = tcu_currentRange, "Current Range", int, "%d"
entry = tcRatio, "Torque Converter Ratio", float, "%.3f"
entry = tcu_currentRange, "TCU: Current Range", int, "%d"
entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f"
entry = lastShiftTime, "lastShiftTime", float, "%.3f"
entry = vssEdgeCounter, "vssEdgeCounter", int, "%d"
entry = issEdgeCounter, "issEdgeCounter", int, "%d"
@ -4526,8 +4526,8 @@ entry = tpsAccelActive, "tpsAccelActive", int, "%d"
entry = fallbackMap, "fallbackMap", float, "%.3f"
entry = instantMAPValue, "Instant MAP", float, "%.3f"
entry = maxLockedDuration, "maxLockedDuration", int, "%d"
entry = canWriteOk, "canWriteOk", int, "%d"
entry = canWriteNotOk, "canWriteNotOk", int, "%d"
entry = canWriteOk, "CAN: Tx OK", int, "%d"
entry = canWriteNotOk, "CAN: Tx err", int, "%d"
entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d"
entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d"
entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d"
@ -4570,7 +4570,7 @@ entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "Input Shaft Speed", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"
entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f"
entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f"
entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f"

View File

@ -47,7 +47,7 @@ public class AcControl {
public static final String GAUGE_NAME_DEBUG_I3 = "debug i3";
public static final String GAUGE_NAME_DEBUG_I4 = "debug i4";
public static final String GAUGE_NAME_DEBUG_I5 = "debug i5";
public static final String GAUGE_NAME_DESIRED_GEAR = "Desired Gear";
public static final String GAUGE_NAME_DESIRED_GEAR = "TCU: Desired Gear";
public static final String GAUGE_NAME_DETECTED_GEAR = "Detected Gear";
public static final String GAUGE_NAME_DWELL_DUTY = "Ign: Coil duty cycle";
public static final String GAUGE_NAME_ECU_TEMPERATURE = "ECU temperature";
@ -90,7 +90,7 @@ public class AcControl {
public static final String GAUGE_NAME_IGNITION_MODE = "Ign: Mode";
public static final String GAUGE_NAME_INJECTION_MODE = "Fuel: Injection mode";
public static final String GAUGE_NAME_INJECTOR_LAG = "Fuel: injector lag";
public static final String GAUGE_NAME_ISS = "Input Shaft Speed";
public static final String GAUGE_NAME_ISS = "TCU: Input Shaft Speed";
public static final String GAUGE_NAME_KNOCK_COUNTER = "Knock: Count";
public static final String GAUGE_NAME_KNOCK_LEVEL = "Knock: Current level";
public static final String GAUGE_NAME_KNOCK_RETARD = "Knock: Retard";
@ -105,7 +105,7 @@ public class AcControl {
public static final String GAUGE_NAME_RPM = "RPM";
public static final String GAUGE_NAME_TARGET_AFR = "Fuel: target AFR";
public static final String GAUGE_NAME_TARGET_LAMBDA = "Fuel: target lambda";
public static final String GAUGE_NAME_TC_RATIO = "Torque Converter Ratio";
public static final String GAUGE_NAME_TC_RATIO = "TCU: Torque Converter Ratio";
public static final String GAUGE_NAME_TCHARGE = "Fuel: SD tCharge";
public static final String GAUGE_NAME_THROTTLE_PEDAL = "Throttle pedal position";
public static final String GAUGE_NAME_TIME = "Time";

View File

@ -47,7 +47,7 @@ public class AntilagSystem {
public static final String GAUGE_NAME_DEBUG_I3 = "debug i3";
public static final String GAUGE_NAME_DEBUG_I4 = "debug i4";
public static final String GAUGE_NAME_DEBUG_I5 = "debug i5";
public static final String GAUGE_NAME_DESIRED_GEAR = "Desired Gear";
public static final String GAUGE_NAME_DESIRED_GEAR = "TCU: Desired Gear";
public static final String GAUGE_NAME_DETECTED_GEAR = "Detected Gear";
public static final String GAUGE_NAME_DWELL_DUTY = "Ign: Coil duty cycle";
public static final String GAUGE_NAME_ECU_TEMPERATURE = "ECU temperature";
@ -90,7 +90,7 @@ public class AntilagSystem {
public static final String GAUGE_NAME_IGNITION_MODE = "Ign: Mode";
public static final String GAUGE_NAME_INJECTION_MODE = "Fuel: Injection mode";
public static final String GAUGE_NAME_INJECTOR_LAG = "Fuel: injector lag";
public static final String GAUGE_NAME_ISS = "Input Shaft Speed";
public static final String GAUGE_NAME_ISS = "TCU: Input Shaft Speed";
public static final String GAUGE_NAME_KNOCK_COUNTER = "Knock: Count";
public static final String GAUGE_NAME_KNOCK_LEVEL = "Knock: Current level";
public static final String GAUGE_NAME_KNOCK_RETARD = "Knock: Retard";
@ -105,7 +105,7 @@ public class AntilagSystem {
public static final String GAUGE_NAME_RPM = "RPM";
public static final String GAUGE_NAME_TARGET_AFR = "Fuel: target AFR";
public static final String GAUGE_NAME_TARGET_LAMBDA = "Fuel: target lambda";
public static final String GAUGE_NAME_TC_RATIO = "Torque Converter Ratio";
public static final String GAUGE_NAME_TC_RATIO = "TCU: Torque Converter Ratio";
public static final String GAUGE_NAME_TCHARGE = "Fuel: SD tCharge";
public static final String GAUGE_NAME_THROTTLE_PEDAL = "Throttle pedal position";
public static final String GAUGE_NAME_TIME = "Time";

View File

@ -47,7 +47,7 @@ public class BoostControl {
public static final String GAUGE_NAME_DEBUG_I3 = "debug i3";
public static final String GAUGE_NAME_DEBUG_I4 = "debug i4";
public static final String GAUGE_NAME_DEBUG_I5 = "debug i5";
public static final String GAUGE_NAME_DESIRED_GEAR = "Desired Gear";
public static final String GAUGE_NAME_DESIRED_GEAR = "TCU: Desired Gear";
public static final String GAUGE_NAME_DETECTED_GEAR = "Detected Gear";
public static final String GAUGE_NAME_DWELL_DUTY = "Ign: Coil duty cycle";
public static final String GAUGE_NAME_ECU_TEMPERATURE = "ECU temperature";
@ -90,7 +90,7 @@ public class BoostControl {
public static final String GAUGE_NAME_IGNITION_MODE = "Ign: Mode";
public static final String GAUGE_NAME_INJECTION_MODE = "Fuel: Injection mode";
public static final String GAUGE_NAME_INJECTOR_LAG = "Fuel: injector lag";
public static final String GAUGE_NAME_ISS = "Input Shaft Speed";
public static final String GAUGE_NAME_ISS = "TCU: Input Shaft Speed";
public static final String GAUGE_NAME_KNOCK_COUNTER = "Knock: Count";
public static final String GAUGE_NAME_KNOCK_LEVEL = "Knock: Current level";
public static final String GAUGE_NAME_KNOCK_RETARD = "Knock: Retard";
@ -105,7 +105,7 @@ public class BoostControl {
public static final String GAUGE_NAME_RPM = "RPM";
public static final String GAUGE_NAME_TARGET_AFR = "Fuel: target AFR";
public static final String GAUGE_NAME_TARGET_LAMBDA = "Fuel: target lambda";
public static final String GAUGE_NAME_TC_RATIO = "Torque Converter Ratio";
public static final String GAUGE_NAME_TC_RATIO = "TCU: Torque Converter Ratio";
public static final String GAUGE_NAME_TCHARGE = "Fuel: SD tCharge";
public static final String GAUGE_NAME_THROTTLE_PEDAL = "Throttle pedal position";
public static final String GAUGE_NAME_TIME = "Time";

View File

@ -47,7 +47,7 @@ public class DcMotors {
public static final String GAUGE_NAME_DEBUG_I3 = "debug i3";
public static final String GAUGE_NAME_DEBUG_I4 = "debug i4";
public static final String GAUGE_NAME_DEBUG_I5 = "debug i5";
public static final String GAUGE_NAME_DESIRED_GEAR = "Desired Gear";
public static final String GAUGE_NAME_DESIRED_GEAR = "TCU: Desired Gear";
public static final String GAUGE_NAME_DETECTED_GEAR = "Detected Gear";
public static final String GAUGE_NAME_DWELL_DUTY = "Ign: Coil duty cycle";
public static final String GAUGE_NAME_ECU_TEMPERATURE = "ECU temperature";
@ -90,7 +90,7 @@ public class DcMotors {
public static final String GAUGE_NAME_IGNITION_MODE = "Ign: Mode";
public static final String GAUGE_NAME_INJECTION_MODE = "Fuel: Injection mode";
public static final String GAUGE_NAME_INJECTOR_LAG = "Fuel: injector lag";
public static final String GAUGE_NAME_ISS = "Input Shaft Speed";
public static final String GAUGE_NAME_ISS = "TCU: Input Shaft Speed";
public static final String GAUGE_NAME_KNOCK_COUNTER = "Knock: Count";
public static final String GAUGE_NAME_KNOCK_LEVEL = "Knock: Current level";
public static final String GAUGE_NAME_KNOCK_RETARD = "Knock: Retard";
@ -105,7 +105,7 @@ public class DcMotors {
public static final String GAUGE_NAME_RPM = "RPM";
public static final String GAUGE_NAME_TARGET_AFR = "Fuel: target AFR";
public static final String GAUGE_NAME_TARGET_LAMBDA = "Fuel: target lambda";
public static final String GAUGE_NAME_TC_RATIO = "Torque Converter Ratio";
public static final String GAUGE_NAME_TC_RATIO = "TCU: Torque Converter Ratio";
public static final String GAUGE_NAME_TCHARGE = "Fuel: SD tCharge";
public static final String GAUGE_NAME_THROTTLE_PEDAL = "Throttle pedal position";
public static final String GAUGE_NAME_TIME = "Time";

View File

@ -47,7 +47,7 @@ public class ElectronicThrottle {
public static final String GAUGE_NAME_DEBUG_I3 = "debug i3";
public static final String GAUGE_NAME_DEBUG_I4 = "debug i4";
public static final String GAUGE_NAME_DEBUG_I5 = "debug i5";
public static final String GAUGE_NAME_DESIRED_GEAR = "Desired Gear";
public static final String GAUGE_NAME_DESIRED_GEAR = "TCU: Desired Gear";
public static final String GAUGE_NAME_DETECTED_GEAR = "Detected Gear";
public static final String GAUGE_NAME_DWELL_DUTY = "Ign: Coil duty cycle";
public static final String GAUGE_NAME_ECU_TEMPERATURE = "ECU temperature";
@ -90,7 +90,7 @@ public class ElectronicThrottle {
public static final String GAUGE_NAME_IGNITION_MODE = "Ign: Mode";
public static final String GAUGE_NAME_INJECTION_MODE = "Fuel: Injection mode";
public static final String GAUGE_NAME_INJECTOR_LAG = "Fuel: injector lag";
public static final String GAUGE_NAME_ISS = "Input Shaft Speed";
public static final String GAUGE_NAME_ISS = "TCU: Input Shaft Speed";
public static final String GAUGE_NAME_KNOCK_COUNTER = "Knock: Count";
public static final String GAUGE_NAME_KNOCK_LEVEL = "Knock: Current level";
public static final String GAUGE_NAME_KNOCK_RETARD = "Knock: Retard";
@ -105,7 +105,7 @@ public class ElectronicThrottle {
public static final String GAUGE_NAME_RPM = "RPM";
public static final String GAUGE_NAME_TARGET_AFR = "Fuel: target AFR";
public static final String GAUGE_NAME_TARGET_LAMBDA = "Fuel: target lambda";
public static final String GAUGE_NAME_TC_RATIO = "Torque Converter Ratio";
public static final String GAUGE_NAME_TC_RATIO = "TCU: Torque Converter Ratio";
public static final String GAUGE_NAME_TCHARGE = "Fuel: SD tCharge";
public static final String GAUGE_NAME_THROTTLE_PEDAL = "Throttle pedal position";
public static final String GAUGE_NAME_TIME = "Time";

View File

@ -47,7 +47,7 @@ public class EngineState {
public static final String GAUGE_NAME_DEBUG_I3 = "debug i3";
public static final String GAUGE_NAME_DEBUG_I4 = "debug i4";
public static final String GAUGE_NAME_DEBUG_I5 = "debug i5";
public static final String GAUGE_NAME_DESIRED_GEAR = "Desired Gear";
public static final String GAUGE_NAME_DESIRED_GEAR = "TCU: Desired Gear";
public static final String GAUGE_NAME_DETECTED_GEAR = "Detected Gear";
public static final String GAUGE_NAME_DWELL_DUTY = "Ign: Coil duty cycle";
public static final String GAUGE_NAME_ECU_TEMPERATURE = "ECU temperature";
@ -90,7 +90,7 @@ public class EngineState {
public static final String GAUGE_NAME_IGNITION_MODE = "Ign: Mode";
public static final String GAUGE_NAME_INJECTION_MODE = "Fuel: Injection mode";
public static final String GAUGE_NAME_INJECTOR_LAG = "Fuel: injector lag";
public static final String GAUGE_NAME_ISS = "Input Shaft Speed";
public static final String GAUGE_NAME_ISS = "TCU: Input Shaft Speed";
public static final String GAUGE_NAME_KNOCK_COUNTER = "Knock: Count";
public static final String GAUGE_NAME_KNOCK_LEVEL = "Knock: Current level";
public static final String GAUGE_NAME_KNOCK_RETARD = "Knock: Retard";
@ -105,7 +105,7 @@ public class EngineState {
public static final String GAUGE_NAME_RPM = "RPM";
public static final String GAUGE_NAME_TARGET_AFR = "Fuel: target AFR";
public static final String GAUGE_NAME_TARGET_LAMBDA = "Fuel: target lambda";
public static final String GAUGE_NAME_TC_RATIO = "Torque Converter Ratio";
public static final String GAUGE_NAME_TC_RATIO = "TCU: Torque Converter Ratio";
public static final String GAUGE_NAME_TCHARGE = "Fuel: SD tCharge";
public static final String GAUGE_NAME_THROTTLE_PEDAL = "Throttle pedal position";
public static final String GAUGE_NAME_TIME = "Time";

View File

@ -416,7 +416,7 @@ public class Fields {
public static final String GAUGE_NAME_DEBUG_I3 = "debug i3";
public static final String GAUGE_NAME_DEBUG_I4 = "debug i4";
public static final String GAUGE_NAME_DEBUG_I5 = "debug i5";
public static final String GAUGE_NAME_DESIRED_GEAR = "Desired Gear";
public static final String GAUGE_NAME_DESIRED_GEAR = "TCU: Desired Gear";
public static final String GAUGE_NAME_DETECTED_GEAR = "Detected Gear";
public static final String GAUGE_NAME_DWELL_DUTY = "Ign: Coil duty cycle";
public static final String GAUGE_NAME_ECU_TEMPERATURE = "ECU temperature";
@ -459,7 +459,7 @@ public class Fields {
public static final String GAUGE_NAME_IGNITION_MODE = "Ign: Mode";
public static final String GAUGE_NAME_INJECTION_MODE = "Fuel: Injection mode";
public static final String GAUGE_NAME_INJECTOR_LAG = "Fuel: injector lag";
public static final String GAUGE_NAME_ISS = "Input Shaft Speed";
public static final String GAUGE_NAME_ISS = "TCU: Input Shaft Speed";
public static final String GAUGE_NAME_KNOCK_COUNTER = "Knock: Count";
public static final String GAUGE_NAME_KNOCK_LEVEL = "Knock: Current level";
public static final String GAUGE_NAME_KNOCK_RETARD = "Knock: Retard";
@ -474,7 +474,7 @@ public class Fields {
public static final String GAUGE_NAME_RPM = "RPM";
public static final String GAUGE_NAME_TARGET_AFR = "Fuel: target AFR";
public static final String GAUGE_NAME_TARGET_LAMBDA = "Fuel: target lambda";
public static final String GAUGE_NAME_TC_RATIO = "Torque Converter Ratio";
public static final String GAUGE_NAME_TC_RATIO = "TCU: Torque Converter Ratio";
public static final String GAUGE_NAME_TCHARGE = "Fuel: SD tCharge";
public static final String GAUGE_NAME_THROTTLE_PEDAL = "Throttle pedal position";
public static final String GAUGE_NAME_TIME = "Time";
@ -982,7 +982,6 @@ public class Fields {
public static final int SentEtbType_FORD_TYPE_1 = 2;
public static final int SentEtbType_GM_TYPE_1 = 1;
public static final int SentEtbType_NONE = 0;
public static final int SIGNATURE_HASH = 87618985;
public static final int spi_device_e_SPI_DEVICE_1 = 1;
public static final int spi_device_e_SPI_DEVICE_2 = 2;
public static final int spi_device_e_SPI_DEVICE_3 = 3;
@ -1186,7 +1185,7 @@ public class Fields {
public static final int TS_RESPONSE_UNDERRUN = 0x80;
public static final int TS_RESPONSE_UNRECOGNIZED_COMMAND = 0x83;
public static final char TS_SET_LOGGER_SWITCH = 'l';
public static final String TS_SIGNATURE = "rusEFI (FOME) master.2023.05.04.f407-discovery.87618985";
public static final String TS_SIGNATURE = "rusEFI (FOME) master.2023.05.04.f407-discovery.3837182406";
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 = 1392;

View File

@ -47,7 +47,7 @@ public class FuelComputer {
public static final String GAUGE_NAME_DEBUG_I3 = "debug i3";
public static final String GAUGE_NAME_DEBUG_I4 = "debug i4";
public static final String GAUGE_NAME_DEBUG_I5 = "debug i5";
public static final String GAUGE_NAME_DESIRED_GEAR = "Desired Gear";
public static final String GAUGE_NAME_DESIRED_GEAR = "TCU: Desired Gear";
public static final String GAUGE_NAME_DETECTED_GEAR = "Detected Gear";
public static final String GAUGE_NAME_DWELL_DUTY = "Ign: Coil duty cycle";
public static final String GAUGE_NAME_ECU_TEMPERATURE = "ECU temperature";
@ -90,7 +90,7 @@ public class FuelComputer {
public static final String GAUGE_NAME_IGNITION_MODE = "Ign: Mode";
public static final String GAUGE_NAME_INJECTION_MODE = "Fuel: Injection mode";
public static final String GAUGE_NAME_INJECTOR_LAG = "Fuel: injector lag";
public static final String GAUGE_NAME_ISS = "Input Shaft Speed";
public static final String GAUGE_NAME_ISS = "TCU: Input Shaft Speed";
public static final String GAUGE_NAME_KNOCK_COUNTER = "Knock: Count";
public static final String GAUGE_NAME_KNOCK_LEVEL = "Knock: Current level";
public static final String GAUGE_NAME_KNOCK_RETARD = "Knock: Retard";
@ -105,7 +105,7 @@ public class FuelComputer {
public static final String GAUGE_NAME_RPM = "RPM";
public static final String GAUGE_NAME_TARGET_AFR = "Fuel: target AFR";
public static final String GAUGE_NAME_TARGET_LAMBDA = "Fuel: target lambda";
public static final String GAUGE_NAME_TC_RATIO = "Torque Converter Ratio";
public static final String GAUGE_NAME_TC_RATIO = "TCU: Torque Converter Ratio";
public static final String GAUGE_NAME_TCHARGE = "Fuel: SD tCharge";
public static final String GAUGE_NAME_THROTTLE_PEDAL = "Throttle pedal position";
public static final String GAUGE_NAME_TIME = "Time";

View File

@ -47,7 +47,7 @@ public class IgnitionState {
public static final String GAUGE_NAME_DEBUG_I3 = "debug i3";
public static final String GAUGE_NAME_DEBUG_I4 = "debug i4";
public static final String GAUGE_NAME_DEBUG_I5 = "debug i5";
public static final String GAUGE_NAME_DESIRED_GEAR = "Desired Gear";
public static final String GAUGE_NAME_DESIRED_GEAR = "TCU: Desired Gear";
public static final String GAUGE_NAME_DETECTED_GEAR = "Detected Gear";
public static final String GAUGE_NAME_DWELL_DUTY = "Ign: Coil duty cycle";
public static final String GAUGE_NAME_ECU_TEMPERATURE = "ECU temperature";
@ -90,7 +90,7 @@ public class IgnitionState {
public static final String GAUGE_NAME_IGNITION_MODE = "Ign: Mode";
public static final String GAUGE_NAME_INJECTION_MODE = "Fuel: Injection mode";
public static final String GAUGE_NAME_INJECTOR_LAG = "Fuel: injector lag";
public static final String GAUGE_NAME_ISS = "Input Shaft Speed";
public static final String GAUGE_NAME_ISS = "TCU: Input Shaft Speed";
public static final String GAUGE_NAME_KNOCK_COUNTER = "Knock: Count";
public static final String GAUGE_NAME_KNOCK_LEVEL = "Knock: Current level";
public static final String GAUGE_NAME_KNOCK_RETARD = "Knock: Retard";
@ -105,7 +105,7 @@ public class IgnitionState {
public static final String GAUGE_NAME_RPM = "RPM";
public static final String GAUGE_NAME_TARGET_AFR = "Fuel: target AFR";
public static final String GAUGE_NAME_TARGET_LAMBDA = "Fuel: target lambda";
public static final String GAUGE_NAME_TC_RATIO = "Torque Converter Ratio";
public static final String GAUGE_NAME_TC_RATIO = "TCU: Torque Converter Ratio";
public static final String GAUGE_NAME_TCHARGE = "Fuel: SD tCharge";
public static final String GAUGE_NAME_THROTTLE_PEDAL = "Throttle pedal position";
public static final String GAUGE_NAME_TIME = "Time";

View File

@ -47,7 +47,7 @@ public class SentState {
public static final String GAUGE_NAME_DEBUG_I3 = "debug i3";
public static final String GAUGE_NAME_DEBUG_I4 = "debug i4";
public static final String GAUGE_NAME_DEBUG_I5 = "debug i5";
public static final String GAUGE_NAME_DESIRED_GEAR = "Desired Gear";
public static final String GAUGE_NAME_DESIRED_GEAR = "TCU: Desired Gear";
public static final String GAUGE_NAME_DETECTED_GEAR = "Detected Gear";
public static final String GAUGE_NAME_DWELL_DUTY = "Ign: Coil duty cycle";
public static final String GAUGE_NAME_ECU_TEMPERATURE = "ECU temperature";
@ -90,7 +90,7 @@ public class SentState {
public static final String GAUGE_NAME_IGNITION_MODE = "Ign: Mode";
public static final String GAUGE_NAME_INJECTION_MODE = "Fuel: Injection mode";
public static final String GAUGE_NAME_INJECTOR_LAG = "Fuel: injector lag";
public static final String GAUGE_NAME_ISS = "Input Shaft Speed";
public static final String GAUGE_NAME_ISS = "TCU: Input Shaft Speed";
public static final String GAUGE_NAME_KNOCK_COUNTER = "Knock: Count";
public static final String GAUGE_NAME_KNOCK_LEVEL = "Knock: Current level";
public static final String GAUGE_NAME_KNOCK_RETARD = "Knock: Retard";
@ -105,7 +105,7 @@ public class SentState {
public static final String GAUGE_NAME_RPM = "RPM";
public static final String GAUGE_NAME_TARGET_AFR = "Fuel: target AFR";
public static final String GAUGE_NAME_TARGET_LAMBDA = "Fuel: target lambda";
public static final String GAUGE_NAME_TC_RATIO = "Torque Converter Ratio";
public static final String GAUGE_NAME_TC_RATIO = "TCU: Torque Converter Ratio";
public static final String GAUGE_NAME_TCHARGE = "Fuel: SD tCharge";
public static final String GAUGE_NAME_THROTTLE_PEDAL = "Throttle pedal position";
public static final String GAUGE_NAME_TIME = "Time";

View File

@ -47,7 +47,7 @@ public class TriggerState {
public static final String GAUGE_NAME_DEBUG_I3 = "debug i3";
public static final String GAUGE_NAME_DEBUG_I4 = "debug i4";
public static final String GAUGE_NAME_DEBUG_I5 = "debug i5";
public static final String GAUGE_NAME_DESIRED_GEAR = "Desired Gear";
public static final String GAUGE_NAME_DESIRED_GEAR = "TCU: Desired Gear";
public static final String GAUGE_NAME_DETECTED_GEAR = "Detected Gear";
public static final String GAUGE_NAME_DWELL_DUTY = "Ign: Coil duty cycle";
public static final String GAUGE_NAME_ECU_TEMPERATURE = "ECU temperature";
@ -90,7 +90,7 @@ public class TriggerState {
public static final String GAUGE_NAME_IGNITION_MODE = "Ign: Mode";
public static final String GAUGE_NAME_INJECTION_MODE = "Fuel: Injection mode";
public static final String GAUGE_NAME_INJECTOR_LAG = "Fuel: injector lag";
public static final String GAUGE_NAME_ISS = "Input Shaft Speed";
public static final String GAUGE_NAME_ISS = "TCU: Input Shaft Speed";
public static final String GAUGE_NAME_KNOCK_COUNTER = "Knock: Count";
public static final String GAUGE_NAME_KNOCK_LEVEL = "Knock: Current level";
public static final String GAUGE_NAME_KNOCK_RETARD = "Knock: Retard";
@ -105,7 +105,7 @@ public class TriggerState {
public static final String GAUGE_NAME_RPM = "RPM";
public static final String GAUGE_NAME_TARGET_AFR = "Fuel: target AFR";
public static final String GAUGE_NAME_TARGET_LAMBDA = "Fuel: target lambda";
public static final String GAUGE_NAME_TC_RATIO = "Torque Converter Ratio";
public static final String GAUGE_NAME_TC_RATIO = "TCU: Torque Converter Ratio";
public static final String GAUGE_NAME_TCHARGE = "Fuel: SD tCharge";
public static final String GAUGE_NAME_THROTTLE_PEDAL = "Throttle pedal position";
public static final String GAUGE_NAME_TIME = "Time";

View File

@ -47,7 +47,7 @@ public class TriggerStatePrimary {
public static final String GAUGE_NAME_DEBUG_I3 = "debug i3";
public static final String GAUGE_NAME_DEBUG_I4 = "debug i4";
public static final String GAUGE_NAME_DEBUG_I5 = "debug i5";
public static final String GAUGE_NAME_DESIRED_GEAR = "Desired Gear";
public static final String GAUGE_NAME_DESIRED_GEAR = "TCU: Desired Gear";
public static final String GAUGE_NAME_DETECTED_GEAR = "Detected Gear";
public static final String GAUGE_NAME_DWELL_DUTY = "Ign: Coil duty cycle";
public static final String GAUGE_NAME_ECU_TEMPERATURE = "ECU temperature";
@ -90,7 +90,7 @@ public class TriggerStatePrimary {
public static final String GAUGE_NAME_IGNITION_MODE = "Ign: Mode";
public static final String GAUGE_NAME_INJECTION_MODE = "Fuel: Injection mode";
public static final String GAUGE_NAME_INJECTOR_LAG = "Fuel: injector lag";
public static final String GAUGE_NAME_ISS = "Input Shaft Speed";
public static final String GAUGE_NAME_ISS = "TCU: Input Shaft Speed";
public static final String GAUGE_NAME_KNOCK_COUNTER = "Knock: Count";
public static final String GAUGE_NAME_KNOCK_LEVEL = "Knock: Current level";
public static final String GAUGE_NAME_KNOCK_RETARD = "Knock: Retard";
@ -105,7 +105,7 @@ public class TriggerStatePrimary {
public static final String GAUGE_NAME_RPM = "RPM";
public static final String GAUGE_NAME_TARGET_AFR = "Fuel: target AFR";
public static final String GAUGE_NAME_TARGET_LAMBDA = "Fuel: target lambda";
public static final String GAUGE_NAME_TC_RATIO = "Torque Converter Ratio";
public static final String GAUGE_NAME_TC_RATIO = "TCU: Torque Converter Ratio";
public static final String GAUGE_NAME_TCHARGE = "Fuel: SD tCharge";
public static final String GAUGE_NAME_THROTTLE_PEDAL = "Throttle pedal position";
public static final String GAUGE_NAME_TIME = "Time";

View File

@ -47,7 +47,7 @@ public class TsOutputs {
public static final String GAUGE_NAME_DEBUG_I3 = "debug i3";
public static final String GAUGE_NAME_DEBUG_I4 = "debug i4";
public static final String GAUGE_NAME_DEBUG_I5 = "debug i5";
public static final String GAUGE_NAME_DESIRED_GEAR = "Desired Gear";
public static final String GAUGE_NAME_DESIRED_GEAR = "TCU: Desired Gear";
public static final String GAUGE_NAME_DETECTED_GEAR = "Detected Gear";
public static final String GAUGE_NAME_DWELL_DUTY = "Ign: Coil duty cycle";
public static final String GAUGE_NAME_ECU_TEMPERATURE = "ECU temperature";
@ -90,7 +90,7 @@ public class TsOutputs {
public static final String GAUGE_NAME_IGNITION_MODE = "Ign: Mode";
public static final String GAUGE_NAME_INJECTION_MODE = "Fuel: Injection mode";
public static final String GAUGE_NAME_INJECTOR_LAG = "Fuel: injector lag";
public static final String GAUGE_NAME_ISS = "Input Shaft Speed";
public static final String GAUGE_NAME_ISS = "TCU: Input Shaft Speed";
public static final String GAUGE_NAME_KNOCK_COUNTER = "Knock: Count";
public static final String GAUGE_NAME_KNOCK_LEVEL = "Knock: Current level";
public static final String GAUGE_NAME_KNOCK_RETARD = "Knock: Retard";
@ -105,7 +105,7 @@ public class TsOutputs {
public static final String GAUGE_NAME_RPM = "RPM";
public static final String GAUGE_NAME_TARGET_AFR = "Fuel: target AFR";
public static final String GAUGE_NAME_TARGET_LAMBDA = "Fuel: target lambda";
public static final String GAUGE_NAME_TC_RATIO = "Torque Converter Ratio";
public static final String GAUGE_NAME_TC_RATIO = "TCU: Torque Converter Ratio";
public static final String GAUGE_NAME_TCHARGE = "Fuel: SD tCharge";
public static final String GAUGE_NAME_THROTTLE_PEDAL = "Throttle pedal position";
public static final String GAUGE_NAME_TIME = "Time";