Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-09-26 17:15:12 +00:00
parent e0b191f972
commit 903d7c1025
101 changed files with 589 additions and 685 deletions

View File

@ -794,7 +794,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 2343203612
#define SIGNATURE_HASH 4116258512
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#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
@ -1087,7 +1087,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.09.26.cypress.2343203612"
#define TS_SIGNATURE "rusEFI master.2023.09.26.cypress.4116258512"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -794,7 +794,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 3380327602
#define SIGNATURE_HASH 3079199102
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#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
@ -1087,7 +1087,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.09.26.kin.3380327602"
#define TS_SIGNATURE "rusEFI master.2023.09.26.kin.3079199102"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1032,7 +1032,7 @@
#define show_Frankenso_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2351412235
#define SIGNATURE_HASH 4074035655
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#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
@ -1325,7 +1325,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.09.26.subaru_eg33_f7.2351412235"
#define TS_SIGNATURE "rusEFI master.2023.09.26.subaru_eg33_f7.4074035655"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -58,7 +58,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -60,14 +60,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0

View File

@ -31,14 +31,14 @@ tpsAccelFuel("Fuel: TPS AE add fuel ms", SensorCategory.SENSOR_INPUTS, FieldType
currentIgnitionMode("Ignition: Mode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 60, 1.0, -1.0, -1.0, ""),
currentInjectionMode("Fuel: Injection mode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 61, 1.0, -1.0, -1.0, ""),
coilDutyCycle("Ignition: coil duty cycle", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 62, 0.01, 0.0, 0.0, "%"),
idleAirValvePosition("Idle: Position", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 64, 0.01, 0.0, 0.0, "%"),
etbTarget("ETB Target", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 66, 0.01, 0.0, 0.0, "%"),
etb1DutyCycle("ETB: Duty", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 68, 0.01, 0.0, 0.0, "%"),
fuelTankLevel("Fuel level", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 70, 0.01, 0.0, 0.0, "%"),
totalFuelConsumption("Fuel: Total consumed", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 72, 1.0, 0.0, 0.0, "grams"),
fuelFlowRate("Fuel: Flow rate", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 74, 0.005, 0.0, 0.0, "gram/s"),
TPS2Value("TPS2", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 76, 0.01, 0.0, 0.0, "%"),
tuneCrc16("Tune CRC16", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 78, 1.0, 0.0, 0.0, "crc16"),
etbTarget("ETB Target", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 64, 0.01, 0.0, 0.0, "%"),
etb1DutyCycle("ETB: Duty", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 66, 0.01, 0.0, 0.0, "%"),
fuelTankLevel("Fuel level", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 68, 0.01, 0.0, 0.0, "%"),
totalFuelConsumption("Fuel: Total consumed", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 70, 1.0, 0.0, 0.0, "grams"),
fuelFlowRate("Fuel: Flow rate", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 72, 0.005, 0.0, 0.0, "gram/s"),
TPS2Value("TPS2", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 74, 0.01, 0.0, 0.0, "%"),
tuneCrc16("Tune CRC16", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 76, 1.0, 0.0, 0.0, "crc16"),
alignmentFill_at_78("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 78, 1.0, -20.0, 100.0, "units"),
seconds("Uptime", SensorCategory.SENSOR_INPUTS, FieldType.INT, 80, 1.0, 0.0, 0.0, "sec"),
engineMode("Engine Mode", SensorCategory.SENSOR_INPUTS, FieldType.INT, 84, 1.0, 0.0, 0.0, "em"),
firmwareVersion("firmware", SensorCategory.SENSOR_INPUTS, FieldType.INT, 88, 1.0, 0.0, 0.0, "version_f"),

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) console/binary/output_channels.txt Tue Sep 26 02:21:02 UTC 2023
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) console/binary/output_channels.txt Tue Sep 26 17:12:20 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -339,54 +339,54 @@ struct output_channels_s {
* offset 62
*/
scaled_channel<uint16_t, 100, 1> coilDutyCycle = (uint16_t)0;
/**
* @@GAUGE_NAME_IAC@@
%
* offset 64
*/
scaled_channel<uint16_t, 100, 1> idleAirValvePosition = (uint16_t)0;
/**
* ETB Target
%
* offset 66
* offset 64
*/
scaled_channel<int16_t, 100, 1> etbTarget = (int16_t)0;
/**
* @@GAUGE_NAME_ETB_DUTY@@
%
* offset 68
* offset 66
*/
scaled_channel<int16_t, 100, 1> etb1DutyCycle = (int16_t)0;
/**
* Fuel level
%
* offset 70
* offset 68
*/
scaled_channel<int16_t, 100, 1> fuelTankLevel = (int16_t)0;
/**
* @@GAUGE_NAME_FUEL_CONSUMPTION@@
grams
* offset 72
* offset 70
*/
uint16_t totalFuelConsumption = (uint16_t)0;
/**
* @@GAUGE_NAME_FUEL_FLOW@@
gram/s
* offset 74
* offset 72
*/
scaled_channel<uint16_t, 200, 1> fuelFlowRate = (uint16_t)0;
/**
* @@GAUGE_NAME_TPS2@@
%
* offset 76
* offset 74
*/
scaled_channel<int16_t, 100, 1> TPS2Value = (int16_t)0;
/**
* @@GAUGE_NAME_TUNE_CRC16@@
crc16
* offset 78
* offset 76
*/
uint16_t tuneCrc16 = (uint16_t)0;
/**
* need 4 byte alignment
units
* offset 78
*/
uint8_t alignmentFill_at_78[2];
/**
* @@GAUGE_NAME_UPTIME@@
sec
@ -1236,4 +1236,4 @@ struct output_channels_s {
static_assert(sizeof(output_channels_s) == 804);
// end
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) console/binary/output_channels.txt Tue Sep 26 02:21:02 UTC 2023
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) console/binary/output_channels.txt Tue Sep 26 17:12:20 UTC 2023

View File

@ -32,7 +32,6 @@ static constexpr LogField fields[] = {
{engine->outputChannels.currentIgnitionMode, "Ignition: Mode", "", 0},
{engine->outputChannels.currentInjectionMode, "Fuel: Injection mode", "", 0},
{engine->outputChannels.coilDutyCycle, "Ignition: coil duty cycle", "%", 0},
{engine->outputChannels.idleAirValvePosition, "Idle: Position", "%", 1},
{engine->outputChannels.etbTarget, "ETB Target", "%", 2},
{engine->outputChannels.etb1DutyCycle, "ETB: Duty", "%", 1},
{engine->outputChannels.fuelTankLevel, "Fuel level", "%", 0},

View File

@ -1085,7 +1085,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 682811687
#define SIGNATURE_HASH 1447136491
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#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
@ -1378,7 +1378,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.09.26.f407-discovery.682811687"
#define TS_SIGNATURE "rusEFI master.2023.09.26.f407-discovery.1447136491"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3480288166
#define TS_SIGNATURE "rusEFI master.2023.09.26.48way.3480288166"
#define SIGNATURE_HASH 2978190954
#define TS_SIGNATURE "rusEFI master.2023.09.26.48way.2978190954"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 4225746715
#define TS_SIGNATURE "rusEFI master.2023.09.26.alphax-2chan.4225746715"
#define SIGNATURE_HASH 2234297047
#define TS_SIGNATURE "rusEFI master.2023.09.26.alphax-2chan.2234297047"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1134425569
#define TS_SIGNATURE "rusEFI master.2023.09.26.alphax-4chan.1134425569"
#define SIGNATURE_HASH 1030658093
#define TS_SIGNATURE "rusEFI master.2023.09.26.alphax-4chan.1030658093"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1134425569
#define TS_SIGNATURE "rusEFI master.2023.09.26.alphax-4chan_f7.1134425569"
#define SIGNATURE_HASH 1030658093
#define TS_SIGNATURE "rusEFI master.2023.09.26.alphax-4chan_f7.1030658093"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3126439199
#define TS_SIGNATURE "rusEFI master.2023.09.26.alphax-8chan-revA.3126439199"
#define SIGNATURE_HASH 3299524819
#define TS_SIGNATURE "rusEFI master.2023.09.26.alphax-8chan-revA.3299524819"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2264272020
#define TS_SIGNATURE "rusEFI master.2023.09.26.alphax-8chan.2264272020"
#define SIGNATURE_HASH 4161102168
#define TS_SIGNATURE "rusEFI master.2023.09.26.alphax-8chan.4161102168"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2264272020
#define TS_SIGNATURE "rusEFI master.2023.09.26.alphax-8chan_f7.2264272020"
#define SIGNATURE_HASH 4161102168
#define TS_SIGNATURE "rusEFI master.2023.09.26.alphax-8chan_f7.4161102168"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2539685435
#define TS_SIGNATURE "rusEFI master.2023.09.26.atlas.2539685435"
#define SIGNATURE_HASH 3918785527
#define TS_SIGNATURE "rusEFI master.2023.09.26.atlas.3918785527"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3012394666
#define TS_SIGNATURE "rusEFI master.2023.09.26.core8.3012394666"
#define SIGNATURE_HASH 3447591782
#define TS_SIGNATURE "rusEFI master.2023.09.26.core8.3447591782"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on hellen_cypress_gen_config.bat by SignatureConsumer
//
#define SIGNATURE_HASH 2343203612
#define TS_SIGNATURE "rusEFI master.2023.09.26.cypress.2343203612"
#define SIGNATURE_HASH 4116258512
#define TS_SIGNATURE "rusEFI master.2023.09.26.cypress.4116258512"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 682811687
#define TS_SIGNATURE "rusEFI master.2023.09.26.f407-discovery.682811687"
#define SIGNATURE_HASH 1447136491
#define TS_SIGNATURE "rusEFI master.2023.09.26.f407-discovery.1447136491"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2343203612
#define TS_SIGNATURE "rusEFI master.2023.09.26.f429-discovery.2343203612"
#define SIGNATURE_HASH 4116258512
#define TS_SIGNATURE "rusEFI master.2023.09.26.f429-discovery.4116258512"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2851640278
#define TS_SIGNATURE "rusEFI master.2023.09.26.frankenso_na6.2851640278"
#define SIGNATURE_HASH 3607887386
#define TS_SIGNATURE "rusEFI master.2023.09.26.frankenso_na6.3607887386"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1214497606
#define TS_SIGNATURE "rusEFI master.2023.09.26.harley81.1214497606"
#define SIGNATURE_HASH 915451530
#define TS_SIGNATURE "rusEFI master.2023.09.26.harley81.915451530"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 13371308
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen-112-17.13371308"
#define SIGNATURE_HASH 2118085216
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen-112-17.2118085216"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 995673580
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen-gm-e67.995673580"
#define SIGNATURE_HASH 1168877600
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen-gm-e67.1168877600"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 532596428
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen-honda-k.532596428"
#define SIGNATURE_HASH 1632480000
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen-honda-k.1632480000"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3832053259
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen-nb1.3832053259"
#define SIGNATURE_HASH 2593854407
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen-nb1.2593854407"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 312251688
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen121nissan.312251688"
#define SIGNATURE_HASH 1819277540
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen121nissan.1819277540"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 534015199
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen121vag.534015199"
#define SIGNATURE_HASH 1629946131
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen121vag.1629946131"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1148777590
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen128.1148777590"
#define SIGNATURE_HASH 982227386
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen128.982227386"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2010769809
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen154hyundai.2010769809"
#define SIGNATURE_HASH 153781341
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen154hyundai.153781341"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3891164465
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen72.3891164465"
#define SIGNATURE_HASH 2568820989
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen72.2568820989"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2096822257
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen81.2096822257"
#define SIGNATURE_HASH 34183741
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen81.34183741"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1703935704
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen88bmw.1703935704"
#define SIGNATURE_HASH 461148948
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellen88bmw.461148948"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1621618488
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellenNA6.1621618488"
#define SIGNATURE_HASH 508855028
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellenNA6.508855028"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 101122039
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellenNA8_96.101122039"
#define SIGNATURE_HASH 2029359675
#define TS_SIGNATURE "rusEFI master.2023.09.26.hellenNA8_96.2029359675"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on kinetis_gen_config.bat by SignatureConsumer
//
#define SIGNATURE_HASH 3380327602
#define TS_SIGNATURE "rusEFI master.2023.09.26.kin.3380327602"
#define SIGNATURE_HASH 3079199102
#define TS_SIGNATURE "rusEFI master.2023.09.26.kin.3079199102"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2442227474
#define TS_SIGNATURE "rusEFI master.2023.09.26.m74_9.2442227474"
#define SIGNATURE_HASH 4016177886
#define TS_SIGNATURE "rusEFI master.2023.09.26.m74_9.4016177886"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2831653532
#define TS_SIGNATURE "rusEFI master.2023.09.26.mre_f4.2831653532"
#define SIGNATURE_HASH 3593795408
#define TS_SIGNATURE "rusEFI master.2023.09.26.mre_f4.3593795408"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2831653532
#define TS_SIGNATURE "rusEFI master.2023.09.26.mre_f7.2831653532"
#define SIGNATURE_HASH 3593795408
#define TS_SIGNATURE "rusEFI master.2023.09.26.mre_f7.3593795408"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2343203612
#define TS_SIGNATURE "rusEFI master.2023.09.26.nucleo_f429.2343203612"
#define SIGNATURE_HASH 4116258512
#define TS_SIGNATURE "rusEFI master.2023.09.26.nucleo_f429.4116258512"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2343203612
#define TS_SIGNATURE "rusEFI master.2023.09.26.nucleo_f767.2343203612"
#define SIGNATURE_HASH 4116258512
#define TS_SIGNATURE "rusEFI master.2023.09.26.nucleo_f767.4116258512"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2343203612
#define TS_SIGNATURE "rusEFI master.2023.09.26.nucleo_h743.2343203612"
#define SIGNATURE_HASH 4116258512
#define TS_SIGNATURE "rusEFI master.2023.09.26.nucleo_h743.4116258512"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3141451404
#define TS_SIGNATURE "rusEFI master.2023.09.26.prometheus_405.3141451404"
#define SIGNATURE_HASH 3318600512
#define TS_SIGNATURE "rusEFI master.2023.09.26.prometheus_405.3318600512"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3141451404
#define TS_SIGNATURE "rusEFI master.2023.09.26.prometheus_469.3141451404"
#define SIGNATURE_HASH 3318600512
#define TS_SIGNATURE "rusEFI master.2023.09.26.prometheus_469.3318600512"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2344193382
#define TS_SIGNATURE "rusEFI master.2023.09.26.proteus_f4.2344193382"
#define SIGNATURE_HASH 4115325098
#define TS_SIGNATURE "rusEFI master.2023.09.26.proteus_f4.4115325098"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2344193382
#define TS_SIGNATURE "rusEFI master.2023.09.26.proteus_f7.2344193382"
#define SIGNATURE_HASH 4115325098
#define TS_SIGNATURE "rusEFI master.2023.09.26.proteus_f7.4115325098"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2344193382
#define TS_SIGNATURE "rusEFI master.2023.09.26.proteus_h7.2344193382"
#define SIGNATURE_HASH 4115325098
#define TS_SIGNATURE "rusEFI master.2023.09.26.proteus_h7.4115325098"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 4025587264
#define TS_SIGNATURE "rusEFI master.2023.09.26.s105.4025587264"
#define SIGNATURE_HASH 2432891788
#define TS_SIGNATURE "rusEFI master.2023.09.26.s105.2432891788"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1185544597
#define TS_SIGNATURE "rusEFI master.2023.09.26.small-can.1185544597"
#define SIGNATURE_HASH 945460313
#define TS_SIGNATURE "rusEFI master.2023.09.26.small-can.945460313"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2351412235
#define TS_SIGNATURE "rusEFI master.2023.09.26.subaru_eg33_f7.2351412235"
#define SIGNATURE_HASH 4074035655
#define TS_SIGNATURE "rusEFI master.2023.09.26.subaru_eg33_f7.4074035655"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2343203612
#define TS_SIGNATURE "rusEFI master.2023.09.26.t-b-g.2343203612"
#define SIGNATURE_HASH 4116258512
#define TS_SIGNATURE "rusEFI master.2023.09.26.t-b-g.4116258512"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 17063742
#define TS_SIGNATURE "rusEFI master.2023.09.26.tdg-pdm8.17063742"
#define SIGNATURE_HASH 2146906866
#define TS_SIGNATURE "rusEFI master.2023.09.26.tdg-pdm8.2146906866"

View File

@ -185,9 +185,6 @@ float getOutputValueByName(const char *name) {
// coilDutyCycle
case 1029096098:
return engine->outputChannels.coilDutyCycle;
// idleAirValvePosition
case -606474478:
return engine->outputChannels.idleAirValvePosition;
// etbTarget
case -2105094009:
return engine->outputChannels.etbTarget;

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.f407-discovery.682811687"
signature = "rusEFI master.2023.09.26.f407-discovery.1447136491"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.f407-discovery.682811687" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.f407-discovery.1447136491" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:23:42 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:15:10 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.48way.3480288166"
signature = "rusEFI master.2023.09.26.48way.2978190954"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.48way.3480288166" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.48way.2978190954" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","Battery Reference Input (A0)","TPS Reference Input (A1)","CLT Reference Input (A2)","IAT Reference Input (A3)","O2 Reference Input (A4)","INVALID","INVALID","INVALID","MAP Pressure Reference Input (B0)","BARO Pressure Reference Input (B1)","INVALID","INVALID","INVALID","INVALID","Fuel Pressure Reference Input (C4)","Oil Pressure Reference Input (C5)"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:22:43 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:14:08 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.alphax-2chan.4225746715"
signature = "rusEFI master.2023.09.26.alphax-2chan.2234297047"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.alphax-2chan.4225746715" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.alphax-2chan.2234297047" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","INVALID","B5 - TPS","A2 Battery Sense","C7 - CAM Hall/Digital","X7 - AIN4","X1 - AIN1","INVALID","INVALID","B2 - MAP","B7 - CLT","B3 - IAT","X3 - AIN2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:21:20 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:12:40 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.alphax-4chan.1134425569"
signature = "rusEFI master.2023.09.26.alphax-4chan.1030658093"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.alphax-4chan.1134425569" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.alphax-4chan.1030658093" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","INVALID","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","X5 - AIN4","INVALID","INVALID","INVALID","INVALID","D5 - PPS rev G"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:21:24 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:12:44 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.alphax-4chan_f7.1134425569"
signature = "rusEFI master.2023.09.26.alphax-4chan_f7.1030658093"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.alphax-4chan_f7.1134425569" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.alphax-4chan_f7.1030658093" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","INVALID","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","X5 - AIN4","INVALID","INVALID","INVALID","INVALID","D5 - PPS rev G"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:21:27 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:12:47 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.alphax-8chan-revA.3126439199"
signature = "rusEFI master.2023.09.26.alphax-8chan-revA.3299524819"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.alphax-8chan-revA.3126439199" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.alphax-8chan-revA.3299524819" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","17A - PPS","23C - TPS","Battery Sense","INVALID","15D - AN5","24C - TPS2","14A - Analog 1","22A - Analog 22","On-board MAP","16A - CLT","15A - IAT","31C - PPS2","33A - AN3","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","16D - AN6","INVALID","INVALID","INVALID","INVALID","7C - AT4","INVALID","6C - AT3","14D - AN4"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:21:38 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:12:59 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.alphax-8chan.2264272020"
signature = "rusEFI master.2023.09.26.alphax-8chan.4161102168"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.alphax-8chan.2264272020" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.alphax-8chan.4161102168" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","3A - Aux Analog 2","On-board MAP","33A - PPS Sensor Input","31A - TPS Sensor Input","24 - Ignition Key Voltage","INVALID","INVALID","19A - Aux Analog 6","1A - Aux Analog 1","2A - Aux Analog 4","INVALID","29A - CLT Sensor Input","27A - IAT Sensor Input","INVALID","12A - Aux Analog 8","INVALID","11A - Aux Analog 3","INVALID","34A - PPS2 Sensor Input","32A - TPS2 Sensor Input","INVALID","INVALID","INVALID","4A - Aux Analog 7","INVALID","10A - Aux Analog 5","INVALID","28A - Aux Temp 2","28A - Aux Temp 1","INVALID","20A - Aux Analog 9"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:21:31 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:12:52 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.alphax-8chan_f7.2264272020"
signature = "rusEFI master.2023.09.26.alphax-8chan_f7.4161102168"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.alphax-8chan_f7.2264272020" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.alphax-8chan_f7.4161102168" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","3A - Aux Analog 2","On-board MAP","33A - PPS Sensor Input","31A - TPS Sensor Input","24 - Ignition Key Voltage","INVALID","INVALID","19A - Aux Analog 6","1A - Aux Analog 1","2A - Aux Analog 4","INVALID","29A - CLT Sensor Input","27A - IAT Sensor Input","INVALID","12A - Aux Analog 8","INVALID","11A - Aux Analog 3","INVALID","34A - PPS2 Sensor Input","32A - TPS2 Sensor Input","INVALID","INVALID","INVALID","4A - Aux Analog 7","INVALID","10A - Aux Analog 5","INVALID","28A - Aux Temp 2","28A - Aux Temp 1","INVALID","20A - Aux Analog 9"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:21:34 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:12:55 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.atlas.2539685435"
signature = "rusEFI master.2023.09.26.atlas.3918785527"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.atlas.2539685435" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.atlas.3918785527" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:23:30 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:14:57 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.core8.3012394666"
signature = "rusEFI master.2023.09.26.core8.3447591782"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.core8.3012394666" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.core8.3447591782" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","On-board Battery Sense (A0)","Analog Inputs 1 (A1)","Analog Inputs 2 (A2)","Analog Inputs 3 (A3)","Analog Inputs 4 (A4)","On-board MAP (A5)","Analog Inputs 6 (A6)","Analog Inputs 7 (A7)","On-board BARO (B0)","Analog Inputs 9 (B1)","Analog Inputs 10 (C0)","Primary On-board O2 (C1)","Secondary On-board O2 (C2)","Analog Inputs 13 (C3)","Analog Inputs 14 (C4)","Analog Inputs 15 (C5)"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:22:40 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:14:05 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.cypress.2343203612"
signature = "rusEFI master.2023.09.26.cypress.4116258512"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.cypress.2343203612" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.cypress.4116258512" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:21:15 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:12:34 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.f407-discovery.682811687"
signature = "rusEFI master.2023.09.26.f407-discovery.1447136491"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.f407-discovery.682811687" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.f407-discovery.1447136491" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:23:36 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:15:04 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.f429-discovery.2343203612"
signature = "rusEFI master.2023.09.26.f429-discovery.4116258512"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.f429-discovery.2343203612" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.f429-discovery.4116258512" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:23:17 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:14:43 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.frankenso_na6.2851640278"
signature = "rusEFI master.2023.09.26.frankenso_na6.3607887386"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.frankenso_na6.2851640278" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.frankenso_na6.3607887386" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","Analog 3O","Analog 3L","Analog 3M","Analog 3J","Analog 3I","INVALID","Analog 3H","Analog 3G","INVALID","INVALID","INVALID","Analog 3P","Analog 3Q","Analog 3N","Analog VBatt","Analog 3E"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:22:56 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:14:22 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.harley81.1214497606"
signature = "rusEFI master.2023.09.26.harley81.915451530"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.harley81.1214497606" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.harley81.915451530" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","27 - TPS 2","INVALID","41 - PPS 1","52 - TPS 1","5 Battery Sense","INVALID","INVALID","42 - PPS 2","INVALID","53 - MAP","55 Engine Temperature","49 CLT","72 IAT","32 Oil Pressure","34 Kickstand Position Sensor"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:21:41 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:13:03 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.hellen-112-17.13371308"
signature = "rusEFI master.2023.09.26.hellen-112-17.2118085216"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.hellen-112-17.13371308" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.hellen-112-17.2118085216" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","114 Analog Input","INVALID","121 PPS1","203 TPS Throttle Position 1","INVALID","107 TODO","119 Analog Input","110 Analog Input","INVALID","219 MAP","109 Analog Input","215 CLT","227 IAT","111 Analog Input","112 Analog Input"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:22:05 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:13:29 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.hellen-gm-e67.995673580"
signature = "rusEFI master.2023.09.26.hellen-gm-e67.1168877600"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.hellen-gm-e67.995673580" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.hellen-gm-e67.1168877600" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","C2-60 - Oil Pressure","C3-58 - Baro","C1-47 - PPS1","C2-64 - TPS1","C1-19 Battery Sense","C1-45 Secondary Fuel Level","C3-57 - A/C Pressure","C2-66 - TPS2","C1-44 Primary Fuel Level","C2-65 - Trans Fluids","C3-59 - MAP","C3-55 - CLT","C3-56 - IAT","C1-49 - PPS2","C1-46 Vac Sense"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:22:19 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:13:43 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.hellen-honda-k.532596428"
signature = "rusEFI master.2023.09.26.hellen-honda-k.1632480000"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.hellen-honda-k.532596428" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.hellen-honda-k.1632480000" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","INVALID","A15 TPS","E9 Ignition Key Voltage","INVALID","INVALID","INVALID","INVALID","A19 - MAP","INVALID","B8 - CLT","B17 IAT"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:21:55 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:13:17 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.hellen-nb1.3832053259"
signature = "rusEFI master.2023.09.26.hellen-nb1.2593854407"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.hellen-nb1.3832053259" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.hellen-nb1.2593854407" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","2C - O2S","TPS1","intMAP","1G - Steering/RES2","3E - TPS","1B - Battery Sense","2H - CAM","3S - EGR BOOST IN","2A - Pressure Input","2J - CRANK","2L - MAF","3D - MAP","2E - Coolant","2B - IAT","4C - IN TEMP/PPS2","1P - AC Switch"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:22:16 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:13:40 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.hellen121nissan.312251688"
signature = "rusEFI master.2023.09.26.hellen121nissan.1819277540"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.hellen121nissan.312251688" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.hellen121nissan.1819277540" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","51 - MAF","INVALID","Aux P68","106 - PPS 1","50 - TPS 1","109 Ignition Key Voltage","INVALID","INVALID","69 - TPS 2","INVALID","Aux P66","Aux P67","73 - CLT","34 - IAT","98 - PPS 2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:21:52 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:13:14 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.hellen121vag.534015199"
signature = "rusEFI master.2023.09.26.hellen121vag.1629946131"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.hellen121vag.534015199" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.hellen121vag.1629946131" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","14 - O2","INVALID","INVALID","34 In PPS1","92 - TPS 1","106 - KNOCK","86 - CAM1","87 - CAM2","84 - TPS2","INVALID","29 In Maf","101 - MAP2","93 - CLT","85 - IAT","35 In PPS2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:21:48 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:13:10 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.hellen128.1148777590"
signature = "rusEFI master.2023.09.26.hellen128.982227386"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.hellen128.1148777590" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.hellen128.982227386" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","P36_IN_O2S","P32_IN_O2S2","P40_IN_MAP3","C24 - PPS1","E31 - TPS1","Battery Sense","E40 - IN_CAM","P30_IN_AUX4","E34 - TPS2","E37 - Crank Input","E47 - MAF","E23 - MAP","E29 - Coolant Temp","E45 - IAT","C25 - PPS2","P41_IN_AUX3"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:21:45 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:13:06 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.hellen154hyundai.2010769809"
signature = "rusEFI master.2023.09.26.hellen154hyundai.153781341"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.hellen154hyundai.2010769809" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.hellen154hyundai.153781341" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","K21 Ambient Temperature","K58 Oil Temp","K54 A/C pressure","PPS 1","TPS 1","K2 Ignition Key Voltage","X10 AIN2","INVALID","TPS 2","X11 AIN1","Map Sensor K31","K10 Sensor","CLT","IAT","PPS 2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:21:59 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:13:21 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.hellen72.3891164465"
signature = "rusEFI master.2023.09.26.hellen72.2568820989"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.hellen72.3891164465" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.hellen72.2568820989" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","5N - TPS2","3L - IGN_7 / AFR","intMAP (A15)","5P - PPS1","4V - TPS (A17)","4S/4T - Alternator voltage","3V - CAM (A19)","4J - VTCS/AUX4 (A20)","4F - AC_PRES/AUX1 (A23)","3Y - CRANK (A24)","4X - MAF (A9)","4U - MAP2/Ign8 (A10)","4P - CLT (A11)","4N - IAT (A14)","5M - PPS2 OR TEMPERATURE SENSOR","4AE - EGR/MAP4 (A22)"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:22:09 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:13:32 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.hellen81.2096822257"
signature = "rusEFI master.2023.09.26.hellen81.34183741"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.hellen81.2096822257" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.hellen81.34183741" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","18 - IN_O2S","55 - IN_O2S2","41 - IN_MAP3","78 - IN_PPS","16 - IN_TPS","13 - IN_VIGN","79 - IN_CAM","77 - IN_AUX4","74 - IN_AUX1","15 - IN_CRANK (A24)","37 - IN_MAP1","38 - IN_MAP2","39 - IN_CLT","40 - IN_IAT","75 - IN_AUX2","76 - IN_AUX3"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:22:12 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:13:36 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.hellen88bmw.1703935704"
signature = "rusEFI master.2023.09.26.hellen88bmw.461148948"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.hellen88bmw.1703935704" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.hellen88bmw.461148948" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","VIN5","VIN6","INVALID","PPS1","73 - TPS","56 - Battery Sense","17 - CAM","Aux BARO","Aux TPS2","16 - CRANK","41 - MAF","Aux MAP","78 - CLT","77 - IAT","Aux PPS2","Aux TPS3"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:22:02 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:13:25 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.hellenNA6.1621618488"
signature = "rusEFI master.2023.09.26.hellenNA6.508855028"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.hellenNA6.1621618488" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.hellenNA6.508855028" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","3N - O2S","2N - Temperature Sensor","intMAP (A15)","4I - PPS1","TPS Input","1B - Battery Sense","INVALID","4G - PPS2 OR TEMPERATURE SENSOR","4H - TPS2","INVALID","3O - MAF","2M - Pressure Sensor","3Q - CLT","3P - IAT","1V - Clutch Switch","1Q AC Switch"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:22:23 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:13:47 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.hellenNA8_96.101122039"
signature = "rusEFI master.2023.09.26.hellenNA8_96.2029359675"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.hellenNA8_96.101122039" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.hellenNA8_96.2029359675" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","2C - O2S","TPS1","intMAP","PPS1","2F - TPS","3B - Battery Sense","3G - CAM","3S - EGR BOOST IN","2A - Pressure Input","3F - CRANK","2B - MAF","INVALID","2G - Coolant","2B - IAT","4C - IN TEMP/PPS2","1K - AC Switch"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:22:26 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:13:50 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.kin.3380327602"
signature = "rusEFI master.2023.09.26.kin.3079199102"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.kin.3380327602" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.kin.3079199102" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA2", "PA3", "INVALID", "PD3", "INVALID", "INVALID", "INVALID", "PB12", "PB13", "INVALID", "PE2", "INVALID", "PC14", "PC15", "PC16", "PC17"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:21:14 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:12:32 UTC 2023
pageSize = 22288
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.m74_9.2442227474"
signature = "rusEFI master.2023.09.26.m74_9.4016177886"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.m74_9.2442227474" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.m74_9.4016177886" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:22:46 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:14:12 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.mre_f4.2831653532"
signature = "rusEFI master.2023.09.26.mre_f4.3593795408"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.mre_f4.2831653532" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.mre_f4.3593795408" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3 or Hall Input","22 - AN temp 4 or Hall Input","28 - AN volt 10, Aux Reuse","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8, Aux Reuse","40 - AN volt 9, Aux Reuse","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6, Aux Reuse","30 - AN volt 7"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:22:36 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:14:01 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4708,7 +4707,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.mre_f7.2831653532"
signature = "rusEFI master.2023.09.26.mre_f7.3593795408"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.mre_f7.2831653532" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.mre_f7.3593795408" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3 or Hall Input","22 - AN temp 4 or Hall Input","28 - AN volt 10, Aux Reuse","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8, Aux Reuse","40 - AN volt 9, Aux Reuse","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6, Aux Reuse","30 - AN volt 7"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:22:33 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:13:58 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4708,7 +4707,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.nucleo_f429.2343203612"
signature = "rusEFI master.2023.09.26.nucleo_f429.4116258512"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.nucleo_f429.2343203612" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.nucleo_f429.4116258512" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:23:20 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:14:46 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.nucleo_f767.2343203612"
signature = "rusEFI master.2023.09.26.nucleo_f767.4116258512"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.nucleo_f767.2343203612" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.nucleo_f767.4116258512" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:23:23 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:14:50 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.nucleo_h743.2343203612"
signature = "rusEFI master.2023.09.26.nucleo_h743.4116258512"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.nucleo_h743.2343203612" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.nucleo_h743.4116258512" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:23:27 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:14:53 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.prometheus_405.3141451404"
signature = "rusEFI master.2023.09.26.prometheus_405.3318600512"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.prometheus_405.3141451404" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.prometheus_405.3318600512" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:23:03 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:14:29 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.prometheus_469.3141451404"
signature = "rusEFI master.2023.09.26.prometheus_469.3318600512"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.prometheus_469.3141451404" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.prometheus_469.3318600512" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:23:00 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:14:26 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.proteus_f4.2344193382"
signature = "rusEFI master.2023.09.26.proteus_f4.4115325098"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.proteus_f4.2344193382" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.proteus_f4.4115325098" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:23:10 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:14:36 UTC 2023
pageSize = 27664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.proteus_f7.2344193382"
signature = "rusEFI master.2023.09.26.proteus_f7.4115325098"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.proteus_f7.2344193382" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.proteus_f7.4115325098" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:23:06 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:14:33 UTC 2023
pageSize = 27664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.proteus_h7.2344193382"
signature = "rusEFI master.2023.09.26.proteus_h7.4115325098"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.proteus_h7.2344193382" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.proteus_h7.4115325098" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:23:13 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:14:40 UTC 2023
pageSize = 27664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.s105.4025587264"
signature = "rusEFI master.2023.09.26.s105.2432891788"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.s105.4025587264" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.s105.2432891788" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","56 - MAP","16 - TPS","19 - Knock","39 - CLT","INVALID","opt 55 - AFR 2","opt 21 - AC Press","18 - AFR 1","13 - Ignition switch in (15)","44 - +12 sense (MR)","INVALID","na 37 - MAF","INVALID","INVALID","40 - IAT"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:22:50 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:14:15 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.small-can.1185544597"
signature = "rusEFI master.2023.09.26.small-can.945460313"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.small-can.1185544597" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.small-can.945460313" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","B4 - Analog input","INVALID","INVALID","INVALID","A2 Battery Sense","INVALID","INVALID","INVALID","INVALID","INVALID","B2 - Analog input"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:22:29 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:13:54 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.subaru_eg33_f7.2351412235"
signature = "rusEFI master.2023.09.26.subaru_eg33_f7.4074035655"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.subaru_eg33_f7.2351412235" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.subaru_eg33_f7.4074035655" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","AUX0_18 - MAP Ain","INVALID","INVALID","B05 - MAF Ain","INVALID","AUX0_19 - IAT Ain","A02 - VBat","INVALID","A06 - Oxyg 2 Ain","A04 - EGR t Ain","INVALID","A18 - AUX0 Ain","B02 - TPS Ain","INVALID","A03 - Coolant t Ain","A06 - Oxyg 1 Ain"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:21:17 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:12:36 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.t-b-g.2343203612"
signature = "rusEFI master.2023.09.26.t-b-g.4116258512"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.t-b-g.2343203612" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.t-b-g.4116258512" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:22:53 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:14:19 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.09.26.tdg-pdm8.17063742"
signature = "rusEFI master.2023.09.26.tdg-pdm8.2146906866"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.09.26.tdg-pdm8.17063742" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.09.26.tdg-pdm8.2146906866" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","INVALID","Battery Sense","INVALID","INVALID","INVALID","Sense 7","Sense 8","Sense 1","Sense 2","Sense 3","Sense 4","Sense 5","Sense 6"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:23:33 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:15:00 UTC 2023
pageSize = 23664
page = 1
@ -2393,14 +2393,13 @@ tpsAccelFuel = scalar, S16, 58, "ms", 0.0033333333333333335, 0
currentIgnitionMode = scalar, U08, 60, "", 1, 0
currentInjectionMode = scalar, U08, 61, "", 1, 0
coilDutyCycle = scalar, U16, 62, "%", 0.01, 0
idleAirValvePosition = scalar, U16, 64, "%", 0.01, 0
etbTarget = scalar, S16, 66, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 68, "%", 0.01, 0
fuelTankLevel = scalar, S16, 70, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 72, "grams", 1, 0
fuelFlowRate = scalar, U16, 74, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 76, "%", 0.01, 0
tuneCrc16 = scalar, U16, 78, "crc16", 1, 0
etbTarget = scalar, S16, 64, "%", 0.01, 0
etb1DutyCycle = scalar, S16, 66, "%", 0.01, 0
fuelTankLevel = scalar, S16, 68, "%", 0.01, 0
totalFuelConsumption = scalar, U16, 70, "grams", 1, 0
fuelFlowRate = scalar, U16, 72, "gram/s", 0.005, 0
TPS2Value = scalar, S16, 74, "%", 0.01, 0
tuneCrc16 = scalar, U16, 76, "crc16", 1, 0
seconds = scalar, U32, 80, "sec", 1, 0
engineMode = scalar, U32, 84, "em", 1, 0
firmwareVersion = scalar, U32, 88, "version_f", 1, 0
@ -4707,7 +4706,6 @@ entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f"
entry = currentIgnitionMode, "Ignition: Mode", int, "%d"
entry = currentInjectionMode, "Fuel: Injection mode", int, "%d"
entry = coilDutyCycle, "Ignition: coil duty cycle", float, "%.3f"
entry = idleAirValvePosition, "Idle: Position", float, "%.3f"
entry = etbTarget, "ETB Target", float, "%.3f"
entry = etb1DutyCycle, "ETB: Duty", float, "%.3f"
entry = fuelTankLevel, "Fuel level", float, "%.3f"

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 02:23:42 UTC 2023
// this file was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Tue Sep 26 17:15:10 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -1025,7 +1025,7 @@ public class Fields {
public static final int SentEtbType_FORD_TYPE_1 = 2;
public static final int SentEtbType_GM_TYPE_1 = 1;
public static final int SentEtbType_NONE = 0;
public static final int SIGNATURE_HASH = 682811687;
public static final int SIGNATURE_HASH = 1447136491;
public static final String SIMULATOR_TUNE_BIN_FILE_NAME = "generated/simulator_tune_image.bin";
public static final int spi_device_e_SPI_DEVICE_1 = 1;
public static final int spi_device_e_SPI_DEVICE_2 = 2;
@ -1250,7 +1250,7 @@ public class Fields {
public static final int TS_RESPONSE_UNDERRUN = 0x80;
public static final int TS_RESPONSE_UNRECOGNIZED_COMMAND = 0x83;
public static final char TS_SET_LOGGER_SWITCH = 'l';
public static final String TS_SIGNATURE = "rusEFI master.2023.09.26.f407-discovery.682811687";
public static final String TS_SIGNATURE = "rusEFI master.2023.09.26.f407-discovery.1447136491";
public static final char TS_SIMULATE_CAN = '>';
public static final char TS_SINGLE_WRITE_COMMAND = 'W';
public static final char TS_TEST_COMMAND = 't';

Some files were not shown because too many files have changed in this diff Show More