Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-05-05 21:14:03 +00:00
parent c741e3735d
commit ffa6ebb9a3
89 changed files with 346 additions and 424 deletions

View File

@ -1075,7 +1075,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 472500096
#define SIGNATURE_HASH 259548084
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
#define spi_device_e_SPI_DEVICE_2 2
@ -1366,7 +1366,7 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI master.2023.05.05.cypress.472500096"
#define TS_SIGNATURE "rusEFI master.2023.05.05.cypress.259548084"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -1075,7 +1075,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 1962829132
#define SIGNATURE_HASH 1739571576
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
#define spi_device_e_SPI_DEVICE_2 2
@ -1366,7 +1366,7 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI master.2023.05.05.kin.1962829132"
#define TS_SIGNATURE "rusEFI master.2023.05.05.kin.1739571576"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -1026,7 +1026,7 @@
#define show_Frankenso_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 459437396
#define SIGNATURE_HASH 137613664
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
#define spi_device_e_SPI_DEVICE_2 2
@ -1318,7 +1318,7 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI master.2023.05.05.subaru_eg33_f7.459437396"
#define TS_SIGNATURE "rusEFI master.2023.05.05.subaru_eg33_f7.137613664"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -81,8 +81,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"

View File

@ -83,8 +83,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0

View File

@ -58,9 +58,9 @@ lowFuelPressure("Fuel pressure (low)", SensorCategory.SENSOR_INPUTS, FieldType.I
tcuDesiredGear("Desired Gear", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 116, 1.0, -1.0, 10.0, "gear"),
flexPercent("Flex Ethanol %", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 117, 0.5, 0.0, 0.0, "%"),
wastegatePositionSensor("Wastegate position sensor", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 118, 0.01, 0.0, 0.0, "%"),
tsConfigVersion("tsConfigVersion", SensorCategory.SENSOR_INPUTS, FieldType.INT, 120, 1.0, 0.0, 0.0, ""),
highFuelPressure("Fuel pressure (high)", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 124, 0.1, 0.0, 0.0, "bar"),
alignmentFill_at_126("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 126, 1.0, -20.0, 100.0, "units"),
highFuelPressure("Fuel pressure (high)", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 120, 0.1, 0.0, 0.0, "bar"),
alignmentFill_at_122("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 122, 1.0, -20.0, 100.0, "units"),
tsConfigVersion("tsConfigVersion", SensorCategory.SENSOR_INPUTS, FieldType.INT, 124, 1.0, 0.0, 0.0, ""),
calibrationValue("calibrationValue", SensorCategory.SENSOR_INPUTS, FieldType.INT, 128, 1.0, 0.0, 0.0, ""),
calibrationMode("calibrationMode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 132, 1.0, 0.0, 0.0, ""),
idleTargetPosition("Idle: Stepper target position", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 133, 1.0, 0.0, 0.0, ""),

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Fri May 05 21:06:50 UTC 2023
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Fri May 05 21:13:12 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -491,22 +491,22 @@ struct output_channels_s {
* offset 118
*/
scaled_channel<int16_t, 100, 1> wastegatePositionSensor = (int16_t)0;
/**
* offset 120
*/
uint32_t tsConfigVersion = (uint32_t)0;
/**
* @@GAUGE_NAME_FUEL_PRESSURE_HIGH@@
bar
* offset 124
* offset 120
*/
scaled_channel<int16_t, 10, 1> highFuelPressure = (int16_t)0;
/**
* need 4 byte alignment
units
* offset 126
* offset 122
*/
uint8_t alignmentFill_at_126[2];
uint8_t alignmentFill_at_122[2];
/**
* offset 124
*/
uint32_t tsConfigVersion = (uint32_t)0;
/**
* offset 128
*/
@ -1415,4 +1415,4 @@ struct output_channels_s {
static_assert(sizeof(output_channels_s) == 800);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Fri May 05 21:06:50 UTC 2023
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Fri May 05 21:13:12 UTC 2023

View File

@ -58,8 +58,8 @@ static constexpr LogField fields[] = {
{engine->outputChannels.tcuDesiredGear, "Desired Gear", "gear", 0},
{engine->outputChannels.flexPercent, "Flex Ethanol %", "%", 1},
{engine->outputChannels.wastegatePositionSensor, "Wastegate position sensor", "%", 2},
{engine->outputChannels.tsConfigVersion, "tsConfigVersion", "", 0},
{engine->outputChannels.highFuelPressure, "Fuel pressure (high)", "bar", 0},
{engine->outputChannels.tsConfigVersion, "tsConfigVersion", "", 0},
{engine->outputChannels.calibrationValue, "calibrationValue", "", 0},
{engine->outputChannels.calibrationMode, "calibrationMode", "", 0},
{engine->outputChannels.idleTargetPosition, "Idle: Stepper target position", "", 0},

View File

@ -1075,7 +1075,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 1952897318
#define SIGNATURE_HASH 1731689746
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
#define spi_device_e_SPI_DEVICE_2 2
@ -1366,7 +1366,7 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI master.2023.05.05.f407-discovery.1952897318"
#define TS_SIGNATURE "rusEFI master.2023.05.05.f407-discovery.1731689746"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 918464475
#define TS_SIGNATURE "rusEFI master.2023.05.05.48way.918464475"
#define SIGNATURE_HASH 636421103
#define TS_SIGNATURE "rusEFI master.2023.05.05.48way.636421103"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2313556947
#define TS_SIGNATURE "rusEFI master.2023.05.05.alphax-2chan.2313556947"
#define SIGNATURE_HASH 2595731431
#define TS_SIGNATURE "rusEFI master.2023.05.05.alphax-2chan.2595731431"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1979587676
#define TS_SIGNATURE "rusEFI master.2023.05.05.alphax-4chan.1979587676"
#define SIGNATURE_HASH 1722792040
#define TS_SIGNATURE "rusEFI master.2023.05.05.alphax-4chan.1722792040"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1678823811
#define TS_SIGNATURE "rusEFI master.2023.05.05.alphax-8chan.1678823811"
#define SIGNATURE_HASH 2000778679
#define TS_SIGNATURE "rusEFI master.2023.05.05.alphax-8chan.2000778679"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 14889639
#define TS_SIGNATURE "rusEFI master.2023.05.05.atlas.14889639"
#define SIGNATURE_HASH 330471059
#define TS_SIGNATURE "rusEFI master.2023.05.05.atlas.330471059"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1245913815
#define TS_SIGNATURE "rusEFI master.2023.05.05.core8.1245913815"
#define SIGNATURE_HASH 1494386403
#define TS_SIGNATURE "rusEFI master.2023.05.05.core8.1494386403"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat by SignatureConsumer
//
#define SIGNATURE_HASH 472500096
#define TS_SIGNATURE "rusEFI master.2023.05.05.cypress.472500096"
#define SIGNATURE_HASH 259548084
#define TS_SIGNATURE "rusEFI master.2023.05.05.cypress.259548084"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1952897318
#define TS_SIGNATURE "rusEFI master.2023.05.05.f407-discovery.1952897318"
#define SIGNATURE_HASH 1731689746
#define TS_SIGNATURE "rusEFI master.2023.05.05.f407-discovery.1731689746"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 472500096
#define TS_SIGNATURE "rusEFI master.2023.05.05.f429-discovery.472500096"
#define SIGNATURE_HASH 259548084
#define TS_SIGNATURE "rusEFI master.2023.05.05.f429-discovery.259548084"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1048258378
#define TS_SIGNATURE "rusEFI master.2023.05.05.frankenso_na6.1048258378"
#define SIGNATURE_HASH 757760894
#define TS_SIGNATURE "rusEFI master.2023.05.05.frankenso_na6.757760894"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1211359132
#define TS_SIGNATURE "rusEFI master.2023.05.05.harley81.1211359132"
#define SIGNATURE_HASH 1533180840
#define TS_SIGNATURE "rusEFI master.2023.05.05.harley81.1533180840"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3583597129
#define TS_SIGNATURE "rusEFI master.2023.05.05.hellen-gm-e67.3583597129"
#define SIGNATURE_HASH 3335061117
#define TS_SIGNATURE "rusEFI master.2023.05.05.hellen-gm-e67.3335061117"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3696609845
#define TS_SIGNATURE "rusEFI master.2023.05.05.hellen-honda-k.3696609845"
#define SIGNATURE_HASH 3473174017
#define TS_SIGNATURE "rusEFI master.2023.05.05.hellen-honda-k.3473174017"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3405443371
#define TS_SIGNATURE "rusEFI master.2023.05.05.hellen-nb1.3405443371"
#define SIGNATURE_HASH 3651884319
#define TS_SIGNATURE "rusEFI master.2023.05.05.hellen-nb1.3651884319"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3664287406
#define TS_SIGNATURE "rusEFI master.2023.05.05.hellen121nissan.3664287406"
#define SIGNATURE_HASH 3375968922
#define TS_SIGNATURE "rusEFI master.2023.05.05.hellen121nissan.3375968922"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3325325685
#define TS_SIGNATURE "rusEFI master.2023.05.05.hellen121vag.3325325685"
#define SIGNATURE_HASH 3580220737
#define TS_SIGNATURE "rusEFI master.2023.05.05.hellen121vag.3580220737"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3218246918
#define TS_SIGNATURE "rusEFI master.2023.05.05.hellen128.3218246918"
#define SIGNATURE_HASH 2894276914
#define TS_SIGNATURE "rusEFI master.2023.05.05.hellen128.2894276914"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 4209122884
#define TS_SIGNATURE "rusEFI master.2023.05.05.hellen154hyundai.4209122884"
#define SIGNATURE_HASH 3920870000
#define TS_SIGNATURE "rusEFI master.2023.05.05.hellen154hyundai.3920870000"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 77148151
#define TS_SIGNATURE "rusEFI master.2023.05.05.hellen72.77148151"
#define SIGNATURE_HASH 399018947
#define TS_SIGNATURE "rusEFI master.2023.05.05.hellen72.399018947"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 427021678
#define TS_SIGNATURE "rusEFI master.2023.05.05.hellen81.427021678"
#define SIGNATURE_HASH 170029402
#define TS_SIGNATURE "rusEFI master.2023.05.05.hellen81.170029402"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2547476649
#define TS_SIGNATURE "rusEFI master.2023.05.05.hellen88bmw.2547476649"
#define SIGNATURE_HASH 2223426717
#define TS_SIGNATURE "rusEFI master.2023.05.05.hellen88bmw.2223426717"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 4184523833
#define TS_SIGNATURE "rusEFI master.2023.05.05.hellenNA6.4184523833"
#define SIGNATURE_HASH 3929759757
#define TS_SIGNATURE "rusEFI master.2023.05.05.hellenNA6.3929759757"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2529039085
#define TS_SIGNATURE "rusEFI master.2023.05.05.hellenNA8_96.2529039085"
#define SIGNATURE_HASH 2247079641
#define TS_SIGNATURE "rusEFI master.2023.05.05.hellenNA8_96.2247079641"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat by SignatureConsumer
//
#define SIGNATURE_HASH 1962829132
#define TS_SIGNATURE "rusEFI master.2023.05.05.kin.1962829132"
#define SIGNATURE_HASH 1739571576
#define TS_SIGNATURE "rusEFI master.2023.05.05.kin.1739571576"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3282508475
#define TS_SIGNATURE "rusEFI master.2023.05.05.m74_9.3282508475"
#define SIGNATURE_HASH 3505831567
#define TS_SIGNATURE "rusEFI master.2023.05.05.m74_9.3505831567"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2447283424
#define TS_SIGNATURE "rusEFI master.2023.05.05.mre_f4.2447283424"
#define SIGNATURE_HASH 2190422228
#define TS_SIGNATURE "rusEFI master.2023.05.05.mre_f4.2190422228"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2447283424
#define TS_SIGNATURE "rusEFI master.2023.05.05.mre_f7.2447283424"
#define SIGNATURE_HASH 2190422228
#define TS_SIGNATURE "rusEFI master.2023.05.05.mre_f7.2190422228"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 472500096
#define TS_SIGNATURE "rusEFI master.2023.05.05.nucleo_f429.472500096"
#define SIGNATURE_HASH 259548084
#define TS_SIGNATURE "rusEFI master.2023.05.05.nucleo_f429.259548084"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 472500096
#define TS_SIGNATURE "rusEFI master.2023.05.05.nucleo_f767.472500096"
#define SIGNATURE_HASH 259548084
#define TS_SIGNATURE "rusEFI master.2023.05.05.nucleo_f767.259548084"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 472500096
#define TS_SIGNATURE "rusEFI master.2023.05.05.nucleo_h743.472500096"
#define SIGNATURE_HASH 259548084
#define TS_SIGNATURE "rusEFI master.2023.05.05.nucleo_h743.259548084"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 750586384
#define TS_SIGNATURE "rusEFI master.2023.05.05.prometheus_405.750586384"
#define SIGNATURE_HASH 1072475684
#define TS_SIGNATURE "rusEFI master.2023.05.05.prometheus_405.1072475684"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 750586384
#define TS_SIGNATURE "rusEFI master.2023.05.05.prometheus_469.750586384"
#define SIGNATURE_HASH 1072475684
#define TS_SIGNATURE "rusEFI master.2023.05.05.prometheus_469.1072475684"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 772906637
#define TS_SIGNATURE "rusEFI master.2023.05.05.proteus_f4.772906637"
#define SIGNATURE_HASH 1027619513
#define TS_SIGNATURE "rusEFI master.2023.05.05.proteus_f4.1027619513"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 772906637
#define TS_SIGNATURE "rusEFI master.2023.05.05.proteus_f7.772906637"
#define SIGNATURE_HASH 1027619513
#define TS_SIGNATURE "rusEFI master.2023.05.05.proteus_f7.1027619513"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 772906637
#define TS_SIGNATURE "rusEFI master.2023.05.05.proteus_h7.772906637"
#define SIGNATURE_HASH 1027619513
#define TS_SIGNATURE "rusEFI master.2023.05.05.proteus_h7.1027619513"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 619000377
#define TS_SIGNATURE "rusEFI master.2023.05.05.s105.619000377"
#define SIGNATURE_HASH 934581773
#define TS_SIGNATURE "rusEFI master.2023.05.05.s105.934581773"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 459437396
#define TS_SIGNATURE "rusEFI master.2023.05.05.subaru_eg33_f7.459437396"
#define SIGNATURE_HASH 137613664
#define TS_SIGNATURE "rusEFI master.2023.05.05.subaru_eg33_f7.137613664"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2525490082
#define TS_SIGNATURE "rusEFI master.2023.05.05.tdg-pdm8.2525490082"
#define SIGNATURE_HASH 2245414806
#define TS_SIGNATURE "rusEFI master.2023.05.05.tdg-pdm8.2245414806"

View File

@ -253,12 +253,12 @@ float getOutputValueByName(const char *name) {
// wastegatePositionSensor
case 53406649:
return engine->outputChannels.wastegatePositionSensor;
// tsConfigVersion
case 1299611400:
return engine->outputChannels.tsConfigVersion;
// highFuelPressure
case -1973799222:
return engine->outputChannels.highFuelPressure;
// tsConfigVersion
case 1299611400:
return engine->outputChannels.tsConfigVersion;
// calibrationValue
case -1560670902:
return engine->outputChannels.calibrationValue;

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.f407-discovery.1952897318"
signature = "rusEFI master.2023.05.05.f407-discovery.1731689746"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.f407-discovery.1952897318" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.f407-discovery.1731689746" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:37 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:14:00 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5489,7 +5489,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7978,7 +7977,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.48way.918464475"
signature = "rusEFI master.2023.05.05.48way.636421103"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.48way.918464475" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.48way.636421103" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:18 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:41 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5491,7 +5491,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7975,7 +7974,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.alphax-2chan.2313556947"
signature = "rusEFI master.2023.05.05.alphax-2chan.2595731431"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.alphax-2chan.2313556947" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.alphax-2chan.2595731431" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:06:54 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:17 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5487,7 +5487,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7953,7 +7952,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.alphax-4chan.1979587676"
signature = "rusEFI master.2023.05.05.alphax-4chan.1722792040"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.alphax-4chan.1979587676" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.alphax-4chan.1722792040" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:06:55 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:18 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5490,7 +5490,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7957,7 +7956,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.alphax-8chan.1678823811"
signature = "rusEFI master.2023.05.05.alphax-8chan.2000778679"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.alphax-8chan.1678823811" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.alphax-8chan.2000778679" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:06:57 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:19 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5490,7 +5490,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7957,7 +7956,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.atlas.14889639"
signature = "rusEFI master.2023.05.05.atlas.330471059"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.atlas.14889639" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.atlas.330471059" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:35 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:57 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5489,7 +5489,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7967,7 +7966,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.core8.1245913815"
signature = "rusEFI master.2023.05.05.core8.1494386403"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.core8.1245913815" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.core8.1494386403" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:17 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:39 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5491,7 +5491,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7975,7 +7974,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.cypress.472500096"
signature = "rusEFI master.2023.05.05.cypress.259548084"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.cypress.472500096" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.cypress.259548084" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Fri May 05 21:06:52 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Fri May 05 21:13:14 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5489,7 +5489,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7976,7 +7975,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.f407-discovery.1952897318"
signature = "rusEFI master.2023.05.05.f407-discovery.1731689746"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.f407-discovery.1952897318" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.f407-discovery.1731689746" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:29 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:51 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5489,7 +5489,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7978,7 +7977,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.f429-discovery.472500096"
signature = "rusEFI master.2023.05.05.f429-discovery.259548084"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.f429-discovery.472500096" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.f429-discovery.259548084" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:30 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:53 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5489,7 +5489,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7976,7 +7975,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.frankenso_na6.1048258378"
signature = "rusEFI master.2023.05.05.frankenso_na6.757760894"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.frankenso_na6.1048258378" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.frankenso_na6.757760894" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:22 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:44 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5489,7 +5489,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7976,7 +7975,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.harley81.1211359132"
signature = "rusEFI master.2023.05.05.harley81.1533180840"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.harley81.1211359132" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.harley81.1533180840" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:06:58 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:21 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5490,7 +5490,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7954,7 +7953,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.hellen-gm-e67.3583597129"
signature = "rusEFI master.2023.05.05.hellen-gm-e67.3335061117"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.hellen-gm-e67.3583597129" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.hellen-gm-e67.3335061117" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:10 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:33 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5490,7 +5490,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7955,7 +7954,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.hellen-honda-k.3696609845"
signature = "rusEFI master.2023.05.05.hellen-honda-k.3473174017"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.hellen-honda-k.3696609845" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.hellen-honda-k.3473174017" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:03 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:26 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5490,7 +5490,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7952,7 +7951,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.hellen-nb1.3405443371"
signature = "rusEFI master.2023.05.05.hellen-nb1.3651884319"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.hellen-nb1.3405443371" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.hellen-nb1.3651884319" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:09 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:32 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5490,7 +5490,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7955,7 +7954,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.hellen121nissan.3664287406"
signature = "rusEFI master.2023.05.05.hellen121nissan.3375968922"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.hellen121nissan.3664287406" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.hellen121nissan.3375968922" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:01 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:24 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5490,7 +5490,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7951,7 +7950,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.hellen121vag.3325325685"
signature = "rusEFI master.2023.05.05.hellen121vag.3580220737"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.hellen121vag.3325325685" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.hellen121vag.3580220737" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:00 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:23 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5490,7 +5490,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7954,7 +7953,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.hellen128.3218246918"
signature = "rusEFI master.2023.05.05.hellen128.2894276914"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.hellen128.3218246918" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.hellen128.2894276914" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:06:59 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:22 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5490,7 +5490,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7951,7 +7950,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.hellen154hyundai.4209122884"
signature = "rusEFI master.2023.05.05.hellen154hyundai.3920870000"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.hellen154hyundai.4209122884" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.hellen154hyundai.3920870000" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:04 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:27 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5490,7 +5490,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7951,7 +7950,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.hellen72.77148151"
signature = "rusEFI master.2023.05.05.hellen72.399018947"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.hellen72.77148151" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.hellen72.399018947" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:07 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:30 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5490,7 +5490,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7955,7 +7954,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.hellen81.427021678"
signature = "rusEFI master.2023.05.05.hellen81.170029402"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.hellen81.427021678" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.hellen81.170029402" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:08 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:31 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5488,7 +5488,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7952,7 +7951,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.hellen88bmw.2547476649"
signature = "rusEFI master.2023.05.05.hellen88bmw.2223426717"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.hellen88bmw.2547476649" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.hellen88bmw.2223426717" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:05 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:28 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5490,7 +5490,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7950,7 +7949,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.hellenNA6.4184523833"
signature = "rusEFI master.2023.05.05.hellenNA6.3929759757"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.hellenNA6.4184523833" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.hellenNA6.3929759757" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:12 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:35 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5490,7 +5490,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7955,7 +7954,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.hellenNA8_96.2529039085"
signature = "rusEFI master.2023.05.05.hellenNA8_96.2247079641"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.hellenNA8_96.2529039085" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.hellenNA8_96.2247079641" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:13 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:36 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5490,7 +5490,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7955,7 +7954,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.kin.1962829132"
signature = "rusEFI master.2023.05.05.kin.1739571576"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.kin.1962829132" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.kin.1739571576" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Fri May 05 21:06:50 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Fri May 05 21:13:13 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5489,7 +5489,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7977,7 +7976,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.m74_9.3282508475"
signature = "rusEFI master.2023.05.05.m74_9.3505831567"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.m74_9.3282508475" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.m74_9.3505831567" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:19 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:42 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5490,7 +5490,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7957,7 +7956,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.mre_f4.2447283424"
signature = "rusEFI master.2023.05.05.mre_f4.2190422228"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.mre_f4.2447283424" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.mre_f4.2190422228" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:15 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:38 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4559,8 +4559,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5492,7 +5492,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7955,7 +7954,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1
commandButton = "Cooling Fan 2", cmd_test_fan_2

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.mre_f7.2447283424"
signature = "rusEFI master.2023.05.05.mre_f7.2190422228"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.mre_f7.2447283424" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.mre_f7.2190422228" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:14 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:37 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4559,8 +4559,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5492,7 +5492,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7955,7 +7954,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1
commandButton = "Cooling Fan 2", cmd_test_fan_2

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.nucleo_f429.472500096"
signature = "rusEFI master.2023.05.05.nucleo_f429.259548084"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.nucleo_f429.472500096" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.nucleo_f429.259548084" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:31 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:54 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5489,7 +5489,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7976,7 +7975,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.nucleo_f767.472500096"
signature = "rusEFI master.2023.05.05.nucleo_f767.259548084"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.nucleo_f767.472500096" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.nucleo_f767.259548084" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:32 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:55 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5489,7 +5489,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7976,7 +7975,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.nucleo_h743.472500096"
signature = "rusEFI master.2023.05.05.nucleo_h743.259548084"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.nucleo_h743.472500096" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.nucleo_h743.259548084" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:34 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:56 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5489,7 +5489,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7976,7 +7975,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.prometheus_405.750586384"
signature = "rusEFI master.2023.05.05.prometheus_405.1072475684"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.prometheus_405.750586384" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.prometheus_405.1072475684" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:24 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:47 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5484,7 +5484,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7971,7 +7970,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.prometheus_469.750586384"
signature = "rusEFI master.2023.05.05.prometheus_469.1072475684"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.prometheus_469.750586384" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.prometheus_469.1072475684" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:23 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:45 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5484,7 +5484,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7971,7 +7970,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.proteus_f4.772906637"
signature = "rusEFI master.2023.05.05.proteus_f4.1027619513"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.proteus_f4.772906637" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.proteus_f4.1027619513" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:26 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:49 UTC 2023
pageSize = 27176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5487,7 +5487,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7956,7 +7955,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.proteus_f7.772906637"
signature = "rusEFI master.2023.05.05.proteus_f7.1027619513"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.proteus_f7.772906637" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.proteus_f7.1027619513" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:25 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:48 UTC 2023
pageSize = 27176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5487,7 +5487,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7956,7 +7955,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.proteus_h7.772906637"
signature = "rusEFI master.2023.05.05.proteus_h7.1027619513"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.proteus_h7.772906637" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.proteus_h7.1027619513" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:28 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:50 UTC 2023
pageSize = 27176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5487,7 +5487,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7956,7 +7955,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.s105.619000377"
signature = "rusEFI master.2023.05.05.s105.934581773"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.s105.619000377" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.s105.934581773" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:20 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:43 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5490,7 +5490,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7957,7 +7956,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.subaru_eg33_f7.459437396"
signature = "rusEFI master.2023.05.05.subaru_eg33_f7.137613664"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.subaru_eg33_f7.459437396" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.subaru_eg33_f7.137613664" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Fri May 05 21:06:52 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Fri May 05 21:13:15 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5489,7 +5489,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7969,7 +7968,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.05.05.tdg-pdm8.2525490082"
signature = "rusEFI master.2023.05.05.tdg-pdm8.2245414806"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.05.05.tdg-pdm8.2525490082" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.05.05.tdg-pdm8.2245414806" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -87,7 +87,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:36 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:13:58 UTC 2023
pageSize = 23176
page = 1
@ -2311,8 +2311,8 @@ lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0
tcuDesiredGear = scalar, S08, 116, "gear", 1, 0
flexPercent = scalar, U08, 117, "%", 0.5, 0
wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0
tsConfigVersion = scalar, U32, 120, "", 1, 0
highFuelPressure = scalar, S16, 124, "bar", 0.1, 0
highFuelPressure = scalar, S16, 120, "bar", 0.1, 0
tsConfigVersion = scalar, U32, 124, "", 1, 0
calibrationValue = scalar, F32, 128, "", 1, 0
calibrationMode = scalar, U08, 132, "", 1, 0
idleTargetPosition = scalar, U08, 133, "", 1, 0
@ -4558,8 +4558,8 @@ entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f"
entry = tcuDesiredGear, "Desired Gear", int, "%d"
entry = flexPercent, "Flex Ethanol %", float, "%.3f"
entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f"
entry = tsConfigVersion, "tsConfigVersion", int, "%d"
entry = calibrationValue, "calibrationValue", float, "%.3f"
entry = calibrationMode, "calibrationMode", int, "%d"
entry = idleTargetPosition, "Idle: Stepper target position", int, "%d"
@ -5489,7 +5489,6 @@ cmd_burn_without_flash = "Z\x00\x14\x00\x15"
cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00"
cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01"
cmd_call_from_pit = "Z\x00\x20\x34\x56"
cmd_stop_engine = "Z\x00\x79\x00\x00"
; reboot ECU
@ -7976,7 +7975,6 @@ dialog = tcuControls, "Transmission Settings"
commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 }
dialog = testMisc, "Misc"
; commandButton = "Come To Pit", cmd_call_from_pit
commandButton = "Main Relay", cmd_test_main_relay
commandButton = "Fuel Pump", cmd_test_fuel_pump
commandButton = "Cooling Fan", cmd_test_fan_1

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:07:39 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri May 05 21:14:01 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -1017,7 +1017,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 = 1952897318;
public static final int SIGNATURE_HASH = 1731689746;
public static final int spi_device_e_SPI_DEVICE_1 = 1;
public static final int spi_device_e_SPI_DEVICE_2 = 2;
public static final int spi_device_e_SPI_DEVICE_3 = 3;
@ -1241,7 +1241,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.05.05.f407-discovery.1952897318";
public static final String TS_SIGNATURE = "rusEFI master.2023.05.05.f407-discovery.1731689746";
public static final char TS_SINGLE_WRITE_COMMAND = 'W';
public static final char TS_TEST_COMMAND = 't';
public static final int TS_TOTAL_OUTPUT_SIZE = 1372;

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Fri May 05 21:06:50 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) console/binary/output_channels.txt Fri May 05 21:13:12 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -249,9 +249,9 @@ public class TsOutputs {
public static final Field TCUDESIREDGEAR = Field.create("TCUDESIREDGEAR", 116, FieldType.INT8).setScale(1.0).setBaseOffset(0);
public static final Field FLEXPERCENT = Field.create("FLEXPERCENT", 117, FieldType.INT8).setScale(0.5).setBaseOffset(0);
public static final Field WASTEGATEPOSITIONSENSOR = Field.create("WASTEGATEPOSITIONSENSOR", 118, FieldType.INT16).setScale(0.01).setBaseOffset(0);
public static final Field TSCONFIGVERSION = Field.create("TSCONFIGVERSION", 120, FieldType.INT).setScale(1.0).setBaseOffset(0);
public static final Field HIGHFUELPRESSURE = Field.create("HIGHFUELPRESSURE", 124, FieldType.INT16).setScale(0.1).setBaseOffset(0);
public static final Field ALIGNMENTFILL_AT_126 = Field.create("ALIGNMENTFILL_AT_126", 126, FieldType.INT8).setScale(1.0).setBaseOffset(0);
public static final Field HIGHFUELPRESSURE = Field.create("HIGHFUELPRESSURE", 120, FieldType.INT16).setScale(0.1).setBaseOffset(0);
public static final Field ALIGNMENTFILL_AT_122 = Field.create("ALIGNMENTFILL_AT_122", 122, FieldType.INT8).setScale(1.0).setBaseOffset(0);
public static final Field TSCONFIGVERSION = Field.create("TSCONFIGVERSION", 124, FieldType.INT).setScale(1.0).setBaseOffset(0);
public static final Field CALIBRATIONVALUE = Field.create("CALIBRATIONVALUE", 128, FieldType.FLOAT).setBaseOffset(0);
public static final Field CALIBRATIONMODE = Field.create("CALIBRATIONMODE", 132, FieldType.INT8).setScale(1.0).setBaseOffset(0);
public static final Field IDLETARGETPOSITION = Field.create("IDLETARGETPOSITION", 133, FieldType.INT8).setScale(1.0).setBaseOffset(0);
@ -747,9 +747,9 @@ public class TsOutputs {
TCUDESIREDGEAR,
FLEXPERCENT,
WASTEGATEPOSITIONSENSOR,
TSCONFIGVERSION,
HIGHFUELPRESSURE,
ALIGNMENTFILL_AT_126,
ALIGNMENTFILL_AT_122,
TSCONFIGVERSION,
CALIBRATIONVALUE,
CALIBRATIONMODE,
IDLETARGETPOSITION,