Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-02-13 23:29:49 +00:00
parent 6d88c2e34a
commit 250d67c287
86 changed files with 542 additions and 373 deletions

View File

@ -1049,7 +1049,7 @@
#define SENT_INPUT_COUNT 1
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 278637567
#define SIGNATURE_HASH 422438868
#define specs_s_size 12
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
@ -1325,12 +1325,12 @@
#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.02.13.cypress.278637567"
#define TS_SIGNATURE "rusEFI master.2023.02.13.cypress.422438868"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'
#define TS_TEST_COMMAND_char t
#define TS_TOTAL_OUTPUT_SIZE 1324
#define TS_TOTAL_OUTPUT_SIZE 1328
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1049,7 +1049,7 @@
#define SENT_INPUT_COUNT 1
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 2018249011
#define SIGNATURE_HASH 1912227096
#define specs_s_size 12
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
@ -1325,12 +1325,12 @@
#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.02.13.kin.2018249011"
#define TS_SIGNATURE "rusEFI master.2023.02.13.kin.1912227096"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'
#define TS_TEST_COMMAND_char t
#define TS_TOTAL_OUTPUT_SIZE 1324
#define TS_TOTAL_OUTPUT_SIZE 1328
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -999,7 +999,7 @@
#define show_Frankenso_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 1665595730
#define SIGNATURE_HASH 1794159993
#define specs_s_size 12
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
@ -1276,12 +1276,12 @@
#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.02.13.subaru_eg33_f7.1665595730"
#define TS_SIGNATURE "rusEFI master.2023.02.13.subaru_eg33_f7.1794159993"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'
#define TS_TEST_COMMAND_char t
#define TS_TOTAL_OUTPUT_SIZE 1324
#define TS_TOTAL_OUTPUT_SIZE 1328
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -533,4 +533,5 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"

View File

@ -367,4 +367,5 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -28,3 +28,4 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2

View File

@ -719,5 +719,6 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328

View File

@ -513,3 +513,5 @@ nernstVoltage("nernstVoltage", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 13
esr("esr", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1312, 1.0, -1.0, -1.0, ""),
alignmentFill_at_10("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1314, 1.0, -20.0, 100.0, "units"),
dcOutput0("DC: output0", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1316, 1.0, 0.0, 10.0, "per"),
isEnabled0_int("DC: en0", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1320, 1.0, 0.0, 10.0, "per"),
alignmentFill_at_5("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1321, 1.0, -20.0, 100.0, "units"),

View File

@ -1,2 +1,2 @@
// generated by gen_live_documentation.sh / LiveDataProcessor.java
#define TS_TOTAL_OUTPUT_SIZE 1324
#define TS_TOTAL_OUTPUT_SIZE 1328

View File

@ -326,4 +326,5 @@ static constexpr LogField fields[] = {
{engine->triggerCentral.triggerToothAngleError, "triggerToothAngleError", "deg", 2},
{engine->triggerCentral.triggerIgnoredToothCount, "triggerIgnoredToothCount", "", 0},
{engine->dc_motors.dcOutput0, "DC: output0", "per", 2, "ETB more"},
{engine->dc_motors.isEnabled0_int, "DC: en0", "per", 2, "ETB more"},
};

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/dc_motors.txt Mon Feb 13 17:54:48 EST 2023
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/dc_motors.txt Mon Feb 13 23:29:03 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -12,103 +12,115 @@ struct dc_motors_s {
*/
float dcOutput0 = (float)0;
/**
offset 4 bit 0 */
* "DC: en0"
per
* offset 4
*/
uint8_t isEnabled0_int = (uint8_t)0;
/**
* need 4 byte alignment
units
* offset 5
*/
uint8_t alignmentFill_at_5[3];
/**
offset 8 bit 0 */
bool isEnabled0 : 1 {};
/**
offset 4 bit 1 */
bool unusedBit_2_1 : 1 {};
offset 8 bit 1 */
bool unusedBit_4_1 : 1 {};
/**
offset 4 bit 2 */
bool unusedBit_2_2 : 1 {};
offset 8 bit 2 */
bool unusedBit_4_2 : 1 {};
/**
offset 4 bit 3 */
bool unusedBit_2_3 : 1 {};
offset 8 bit 3 */
bool unusedBit_4_3 : 1 {};
/**
offset 4 bit 4 */
bool unusedBit_2_4 : 1 {};
offset 8 bit 4 */
bool unusedBit_4_4 : 1 {};
/**
offset 4 bit 5 */
bool unusedBit_2_5 : 1 {};
offset 8 bit 5 */
bool unusedBit_4_5 : 1 {};
/**
offset 4 bit 6 */
bool unusedBit_2_6 : 1 {};
offset 8 bit 6 */
bool unusedBit_4_6 : 1 {};
/**
offset 4 bit 7 */
bool unusedBit_2_7 : 1 {};
offset 8 bit 7 */
bool unusedBit_4_7 : 1 {};
/**
offset 4 bit 8 */
bool unusedBit_2_8 : 1 {};
offset 8 bit 8 */
bool unusedBit_4_8 : 1 {};
/**
offset 4 bit 9 */
bool unusedBit_2_9 : 1 {};
offset 8 bit 9 */
bool unusedBit_4_9 : 1 {};
/**
offset 4 bit 10 */
bool unusedBit_2_10 : 1 {};
offset 8 bit 10 */
bool unusedBit_4_10 : 1 {};
/**
offset 4 bit 11 */
bool unusedBit_2_11 : 1 {};
offset 8 bit 11 */
bool unusedBit_4_11 : 1 {};
/**
offset 4 bit 12 */
bool unusedBit_2_12 : 1 {};
offset 8 bit 12 */
bool unusedBit_4_12 : 1 {};
/**
offset 4 bit 13 */
bool unusedBit_2_13 : 1 {};
offset 8 bit 13 */
bool unusedBit_4_13 : 1 {};
/**
offset 4 bit 14 */
bool unusedBit_2_14 : 1 {};
offset 8 bit 14 */
bool unusedBit_4_14 : 1 {};
/**
offset 4 bit 15 */
bool unusedBit_2_15 : 1 {};
offset 8 bit 15 */
bool unusedBit_4_15 : 1 {};
/**
offset 4 bit 16 */
bool unusedBit_2_16 : 1 {};
offset 8 bit 16 */
bool unusedBit_4_16 : 1 {};
/**
offset 4 bit 17 */
bool unusedBit_2_17 : 1 {};
offset 8 bit 17 */
bool unusedBit_4_17 : 1 {};
/**
offset 4 bit 18 */
bool unusedBit_2_18 : 1 {};
offset 8 bit 18 */
bool unusedBit_4_18 : 1 {};
/**
offset 4 bit 19 */
bool unusedBit_2_19 : 1 {};
offset 8 bit 19 */
bool unusedBit_4_19 : 1 {};
/**
offset 4 bit 20 */
bool unusedBit_2_20 : 1 {};
offset 8 bit 20 */
bool unusedBit_4_20 : 1 {};
/**
offset 4 bit 21 */
bool unusedBit_2_21 : 1 {};
offset 8 bit 21 */
bool unusedBit_4_21 : 1 {};
/**
offset 4 bit 22 */
bool unusedBit_2_22 : 1 {};
offset 8 bit 22 */
bool unusedBit_4_22 : 1 {};
/**
offset 4 bit 23 */
bool unusedBit_2_23 : 1 {};
offset 8 bit 23 */
bool unusedBit_4_23 : 1 {};
/**
offset 4 bit 24 */
bool unusedBit_2_24 : 1 {};
offset 8 bit 24 */
bool unusedBit_4_24 : 1 {};
/**
offset 4 bit 25 */
bool unusedBit_2_25 : 1 {};
offset 8 bit 25 */
bool unusedBit_4_25 : 1 {};
/**
offset 4 bit 26 */
bool unusedBit_2_26 : 1 {};
offset 8 bit 26 */
bool unusedBit_4_26 : 1 {};
/**
offset 4 bit 27 */
bool unusedBit_2_27 : 1 {};
offset 8 bit 27 */
bool unusedBit_4_27 : 1 {};
/**
offset 4 bit 28 */
bool unusedBit_2_28 : 1 {};
offset 8 bit 28 */
bool unusedBit_4_28 : 1 {};
/**
offset 4 bit 29 */
bool unusedBit_2_29 : 1 {};
offset 8 bit 29 */
bool unusedBit_4_29 : 1 {};
/**
offset 4 bit 30 */
bool unusedBit_2_30 : 1 {};
offset 8 bit 30 */
bool unusedBit_4_30 : 1 {};
/**
offset 4 bit 31 */
bool unusedBit_2_31 : 1 {};
offset 8 bit 31 */
bool unusedBit_4_31 : 1 {};
};
static_assert(sizeof(dc_motors_s) == 8);
static_assert(sizeof(dc_motors_s) == 12);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/dc_motors.txt Mon Feb 13 17:54:48 EST 2023
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/dc_motors.txt Mon Feb 13 23:29:03 UTC 2023

View File

@ -1049,7 +1049,7 @@
#define SENT_INPUT_COUNT 1
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 2027205977
#define SIGNATURE_HASH 1902311794
#define specs_s_size 12
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
@ -1325,12 +1325,12 @@
#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.02.13.f407-discovery.2027205977"
#define TS_SIGNATURE "rusEFI master.2023.02.13.f407-discovery.1902311794"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'
#define TS_TEST_COMMAND_char t
#define TS_TOTAL_OUTPUT_SIZE 1324
#define TS_TOTAL_OUTPUT_SIZE 1328
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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 278637567
#define TS_SIGNATURE "rusEFI master.2023.02.13.cypress.278637567"
#define SIGNATURE_HASH 422438868
#define TS_SIGNATURE "rusEFI master.2023.02.13.cypress.422438868"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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 2018249011
#define TS_SIGNATURE "rusEFI master.2023.02.13.kin.2018249011"
#define SIGNATURE_HASH 1912227096
#define TS_SIGNATURE "rusEFI master.2023.02.13.kin.1912227096"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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 1665595730
#define TS_SIGNATURE "rusEFI master.2023.02.13.subaru_eg33_f7.1665595730"
#define SIGNATURE_HASH 1794159993
#define TS_SIGNATURE "rusEFI master.2023.02.13.subaru_eg33_f7.1794159993"

View File

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

View File

@ -671,6 +671,8 @@ float getOutputValueByName(const char *name) {
return engine->triggerCentral.triggerIgnoredToothCount;
case 1242329357:
return engine->dc_motors.dcOutput0;
case -1236599226:
return engine->dc_motors.isEnabled0_int;
case 1691876092:
return engine->dc_motors.isEnabled0;
}

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.f407-discovery.2027205977"
signature = "rusEFI master.2023.02.13.f407-discovery.1902311794"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.f407-discovery.2027205977" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.f407-discovery.1902311794" ; 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
@ -86,7 +86,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 Mon Feb 13 23:04:09 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:45 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5759,6 +5762,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.48way.3219007647"
signature = "rusEFI master.2023.02.13.48way.3060294836"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.48way.3219007647" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.48way.3060294836" ; 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
@ -86,7 +86,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 Mon Feb 13 23:03:54 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:30 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5757,6 +5760,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.alphax-2chan.1286320716"
signature = "rusEFI master.2023.02.13.alphax-2chan.1159593575"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.alphax-2chan.1286320716" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.alphax-2chan.1159593575" ; 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
@ -86,7 +86,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 Mon Feb 13 23:03:30 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:06 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5753,6 +5756,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.alphax-4chan.4025622138"
signature = "rusEFI master.2023.02.13.alphax-4chan.3863237201"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.alphax-4chan.4025622138" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.alphax-4chan.3863237201" ; 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
@ -86,7 +86,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 Mon Feb 13 23:03:31 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:08 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5756,6 +5759,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.alphax-8chan.3135763675"
signature = "rusEFI master.2023.02.13.alphax-8chan.3008477424"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.alphax-8chan.3135763675" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.alphax-8chan.3008477424" ; 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
@ -86,7 +86,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 Mon Feb 13 23:03:33 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:09 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5756,6 +5759,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.atlas.206659288"
signature = "rusEFI master.2023.02.13.atlas.99029747"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.atlas.206659288" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.atlas.99029747" ; 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
@ -86,7 +86,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 Mon Feb 13 23:04:07 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:43 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5759,6 +5762,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.core8.3273895315"
signature = "rusEFI master.2023.02.13.core8.3398820280"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.core8.3273895315" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.core8.3398820280" ; 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
@ -86,7 +86,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 Mon Feb 13 23:03:53 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:28 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5757,6 +5760,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.cypress.278637567"
signature = "rusEFI master.2023.02.13.cypress.422438868"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.cypress.278637567" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.cypress.422438868" ; 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
@ -86,7 +86,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 Mon Feb 13 23:03:28 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon Feb 13 23:29:04 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5759,6 +5762,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.f407-discovery.2027205977"
signature = "rusEFI master.2023.02.13.f407-discovery.1902311794"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.f407-discovery.2027205977" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.f407-discovery.1902311794" ; 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
@ -86,7 +86,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 Mon Feb 13 23:04:05 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:40 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5759,6 +5762,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.f429-discovery.278637567"
signature = "rusEFI master.2023.02.13.f429-discovery.422438868"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.f429-discovery.278637567" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.f429-discovery.422438868" ; 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
@ -86,7 +86,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 Mon Feb 13 23:04:06 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:41 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5759,6 +5762,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.frankenso_na6.852052789"
signature = "rusEFI master.2023.02.13.frankenso_na6.998180638"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.frankenso_na6.852052789" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.frankenso_na6.998180638" ; 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
@ -86,7 +86,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 Mon Feb 13 23:03:57 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:33 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5759,6 +5762,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.harley81.932322999"
signature = "rusEFI master.2023.02.13.harley81.1042567836"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.harley81.932322999" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.harley81.1042567836" ; 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
@ -86,7 +86,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 Mon Feb 13 23:03:34 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:10 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5756,6 +5759,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen-gm-e67.1877201272"
signature = "rusEFI master.2023.02.13.hellen-gm-e67.1716886867"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen-gm-e67.1877201272" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen-gm-e67.1716886867" ; 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
@ -86,7 +86,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 Mon Feb 13 23:03:46 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:22 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5756,6 +5759,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen-honda-k.3396021069"
signature = "rusEFI master.2023.02.13.hellen-honda-k.3286067046"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen-honda-k.3396021069" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen-honda-k.3286067046" ; 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
@ -86,7 +86,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 Mon Feb 13 23:03:39 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:15 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5756,6 +5759,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen-nb1.4202445694"
signature = "rusEFI master.2023.02.13.hellen-nb1.4090132309"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen-nb1.4202445694" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen-nb1.4090132309" ; 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
@ -86,7 +86,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 Mon Feb 13 23:03:45 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:21 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5756,6 +5759,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen121nissan.2927372642"
signature = "rusEFI master.2023.02.13.hellen121nissan.2815059273"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen121nissan.2927372642" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen121nissan.2815059273" ; 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
@ -86,7 +86,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 Mon Feb 13 23:03:37 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:14 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5756,6 +5759,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen121vag.2671760063"
signature = "rusEFI master.2023.02.13.hellen121vag.2525601428"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen121vag.2671760063" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen121vag.2525601428" ; 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
@ -86,7 +86,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 Mon Feb 13 23:03:36 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:13 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5756,6 +5759,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen128.3064744324"
signature = "rusEFI master.2023.02.13.hellen128.3206153647"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen128.3064744324" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen128.3206153647" ; 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
@ -86,7 +86,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 Mon Feb 13 23:03:35 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:11 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5756,6 +5759,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen154hyundai.3800112502"
signature = "rusEFI master.2023.02.13.hellen154hyundai.3946271069"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen154hyundai.3800112502" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen154hyundai.3946271069" ; 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
@ -86,7 +86,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 Mon Feb 13 23:03:40 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:16 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5756,6 +5759,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen72.2210241834"
signature = "rusEFI master.2023.02.13.hellen72.2316030209"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen72.2210241834" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen72.2316030209" ; 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
@ -86,7 +86,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 Mon Feb 13 23:03:43 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:19 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5756,6 +5759,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen81.1448364194"
signature = "rusEFI master.2023.02.13.hellen81.1608647817"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen81.1448364194" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen81.1608647817" ; 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
@ -86,7 +86,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 Mon Feb 13 23:03:44 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:20 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5754,6 +5757,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellen88bmw.41848110"
signature = "rusEFI master.2023.02.13.hellen88bmw.197705989"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellen88bmw.41848110" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellen88bmw.197705989" ; 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
@ -86,7 +86,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 Mon Feb 13 23:03:41 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:18 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5756,6 +5759,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellenNA6.2033782823"
signature = "rusEFI master.2023.02.13.hellenNA6.1888443404"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellenNA6.2033782823" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellenNA6.1888443404" ; 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
@ -86,7 +86,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 Mon Feb 13 23:03:47 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:24 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5756,6 +5759,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.hellenNA8_96.300454680"
signature = "rusEFI master.2023.02.13.hellenNA8_96.408870707"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.hellenNA8_96.300454680" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.hellenNA8_96.408870707" ; 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
@ -86,7 +86,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 Mon Feb 13 23:03:49 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:25 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5756,6 +5759,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.kin.2018249011"
signature = "rusEFI master.2023.02.13.kin.1912227096"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.kin.2018249011" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.kin.1912227096" ; 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
@ -86,7 +86,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 Mon Feb 13 23:03:27 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon Feb 13 23:29:03 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5759,6 +5762,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.m74_9.3474290372"
signature = "rusEFI master.2023.02.13.m74_9.3332586223"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.m74_9.3474290372" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.m74_9.3332586223" ; 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
@ -86,7 +86,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 Mon Feb 13 23:03:55 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:31 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5756,6 +5759,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.mre_f4.3022096908"
signature = "rusEFI master.2023.02.13.mre_f4.3180840487"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.mre_f4.3022096908" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.mre_f4.3180840487" ; 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
@ -86,7 +86,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 Mon Feb 13 23:03:51 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:27 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5757,6 +5760,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.mre_f7.3022096908"
signature = "rusEFI master.2023.02.13.mre_f7.3180840487"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.mre_f7.3022096908" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.mre_f7.3180840487" ; 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
@ -86,7 +86,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 Mon Feb 13 23:03:50 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:26 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5757,6 +5760,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.prometheus_405.1081176601"
signature = "rusEFI master.2023.02.13.prometheus_405.1237794354"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.prometheus_405.1081176601" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.prometheus_405.1237794354" ; 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
@ -86,7 +86,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 Mon Feb 13 23:04:00 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:35 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5753,6 +5756,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.prometheus_469.1081176601"
signature = "rusEFI master.2023.02.13.prometheus_469.1237794354"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.prometheus_469.1081176601" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.prometheus_469.1237794354" ; 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
@ -86,7 +86,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 Mon Feb 13 23:03:59 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:34 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5753,6 +5756,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.proteus_f4.1046229512"
signature = "rusEFI master.2023.02.13.proteus_f4.938114595"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.proteus_f4.1046229512" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.proteus_f4.938114595" ; 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
@ -86,7 +86,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 Mon Feb 13 23:04:02 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:38 UTC 2023
pageSize = 26432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 26422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5753,6 +5756,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.proteus_f7.1046229512"
signature = "rusEFI master.2023.02.13.proteus_f7.938114595"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.proteus_f7.1046229512" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.proteus_f7.938114595" ; 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
@ -86,7 +86,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 Mon Feb 13 23:04:01 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:37 UTC 2023
pageSize = 26432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 26422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5753,6 +5756,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.proteus_h7.1046229512"
signature = "rusEFI master.2023.02.13.proteus_h7.938114595"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.proteus_h7.1046229512" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.proteus_h7.938114595" ; 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
@ -86,7 +86,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 Mon Feb 13 23:04:03 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:39 UTC 2023
pageSize = 26432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 26422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5753,6 +5756,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.s105.2841939409"
signature = "rusEFI master.2023.02.13.s105.2698166778"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.s105.2841939409" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.s105.2698166778" ; 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
@ -86,7 +86,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 Mon Feb 13 23:03:56 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:32 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5756,6 +5759,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.subaru_eg33_f7.1665595730"
signature = "rusEFI master.2023.02.13.subaru_eg33_f7.1794159993"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.subaru_eg33_f7.1665595730" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.subaru_eg33_f7.1794159993" ; 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
@ -86,7 +86,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 Mon Feb 13 23:03:29 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:05 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5755,6 +5758,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.02.13.tdg-pdm8.2587199453"
signature = "rusEFI master.2023.02.13.tdg-pdm8.2474888182"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.02.13.tdg-pdm8.2587199453" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.02.13.tdg-pdm8.2474888182" ; 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
@ -86,7 +86,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 Mon Feb 13 23:04:08 UTC 2023
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:44 UTC 2023
pageSize = 22432
page = 1
@ -2207,7 +2207,7 @@ veBlends4_blendValues = array, U08, 22422, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1324
ochBlockSize = 1328
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2939,8 +2939,9 @@ nernstVoltage = scalar, U16, 1310, "V", 0.001, 0
esr = scalar, U16, 1312, "", 1, 0
; total TS size = 1316
dcOutput0 = scalar, F32, 1316, "per", 1,0
isEnabled0 = bits, U32, 1320, [0:0]
; total TS size = 1324
isEnabled0_int = scalar, U08, 1320, "per", 1,0
isEnabled0 = bits, U32, 1324, [0:0]
; total TS size = 1328
time = { timeNow }
@ -3962,6 +3963,7 @@ etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.
etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0
dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2
gaugeCategory = Trigger
@ -4878,6 +4880,7 @@ entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = dcOutput0, "DC: output0", float, "%.3f"
entry = isEnabled0_int, "DC: en0", int, "%d"
entry = isEnabled0, "isEnabled0", int, "%d"
@ -5759,6 +5762,7 @@ dialog = dc_motorsDialog, "dc_motors"
panel = dc_motorsIndicatorPanel
liveGraph = dc_motors_1_Graph, "Graph", South
graphLine = dcOutput0
graphLine = isEnabled0_int

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) controllers/actuators/dc_motors.txt Mon Feb 13 23:03:26 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/dc_motors.txt Mon Feb 13 23:29:03 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -405,9 +405,13 @@ public class DcMotors {
public static final int VR_THRESHOLD_COUNT = 2;
public static final int WWAE_TABLE_SIZE = 8;
public static final Field DCOUTPUT0 = Field.create("DCOUTPUT0", 0, FieldType.FLOAT).setBaseOffset(1316);
public static final Field ISENABLED0 = Field.create("ISENABLED0", 4, FieldType.BIT, 0).setBaseOffset(1316);
public static final Field ISENABLED0_INT = Field.create("ISENABLED0_INT", 4, FieldType.INT8).setScale(1.0).setBaseOffset(1316);
public static final Field ALIGNMENTFILL_AT_5 = Field.create("ALIGNMENTFILL_AT_5", 5, FieldType.INT8).setScale(1.0).setBaseOffset(1316);
public static final Field ISENABLED0 = Field.create("ISENABLED0", 8, FieldType.BIT, 0).setBaseOffset(1316);
public static final Field[] VALUES = {
DCOUTPUT0,
ISENABLED0_INT,
ALIGNMENTFILL_AT_5,
ISENABLED0,
};
}

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 Mon Feb 13 23:04:11 UTC 2023
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Feb 13 23:29:47 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -997,7 +997,7 @@ public class Fields {
public static final int sensor_chart_e_SC_RPM_ACCEL = 3;
public static final int sensor_chart_e_SC_TRIGGER = 1;
public static final int SENT_INPUT_COUNT = 1;
public static final int SIGNATURE_HASH = 2027205977;
public static final int SIGNATURE_HASH = 1902311794;
public static final int specs_s_size = 12;
public static final int spi_device_e_SPI_DEVICE_1 = 1;
public static final int spi_device_e_SPI_DEVICE_2 = 2;
@ -1207,10 +1207,10 @@ 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.02.13.f407-discovery.2027205977";
public static final String TS_SIGNATURE = "rusEFI master.2023.02.13.f407-discovery.1902311794";
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 = 1324;
public static final int TS_TOTAL_OUTPUT_SIZE = 1328;
public static final String TS_TRIGGER_SCOPE_CHANNEL_1_NAME = "Channel 1";
public static final String TS_TRIGGER_SCOPE_CHANNEL_2_NAME = "Channel 2";
public static final int TS_TRIGGER_SCOPE_DISABLE = 5;