Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2022-08-26 01:09:10 +00:00
parent 65d7abc162
commit 06cc54057a
76 changed files with 1865 additions and 484 deletions

View File

@ -1934,7 +1934,7 @@
#define show_Frankenso_presets true
#define show_test_presets true
#define showHumanReadableWarning_offset 960
#define SIGNATURE_HASH 2188533610
#define SIGNATURE_HASH 1676334737
#define silentTriggerError_offset 1360
#define skippedWheelOnCam_offset 1360
#define slowAdcAlpha_offset 1600
@ -2490,12 +2490,12 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI 2022.08.26.cypress.2188533610"
#define TS_SIGNATURE "rusEFI 2022.08.26.cypress.1676334737"
#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 1232
#define TS_TOTAL_OUTPUT_SIZE 1236
#define TsCalMode_EtbKd 5
#define TsCalMode_EtbKi 4
#define TsCalMode_EtbKp 3

View File

@ -1934,7 +1934,7 @@
#define show_Frankenso_presets true
#define show_test_presets true
#define showHumanReadableWarning_offset 960
#define SIGNATURE_HASH 3936746918
#define SIGNATURE_HASH 188576861
#define silentTriggerError_offset 1360
#define skippedWheelOnCam_offset 1360
#define slowAdcAlpha_offset 1600
@ -2490,12 +2490,12 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI 2022.08.26.kin.3936746918"
#define TS_SIGNATURE "rusEFI 2022.08.26.kin.188576861"
#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 1232
#define TS_TOTAL_OUTPUT_SIZE 1236
#define TsCalMode_EtbKd 5
#define TsCalMode_EtbKi 4
#define TsCalMode_EtbKp 3

View File

@ -1900,7 +1900,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define showHumanReadableWarning_offset 960
#define SIGNATURE_HASH 3427789010
#define SIGNATURE_HASH 769089833
#define silentTriggerError_offset 1360
#define skippedWheelOnCam_offset 1360
#define slowAdcAlpha_offset 1600
@ -2457,12 +2457,12 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI 2022.08.26.subaru_eg33_f7.3427789010"
#define TS_SIGNATURE "rusEFI 2022.08.26.subaru_eg33_f7.769089833"
#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 1232
#define TS_TOTAL_OUTPUT_SIZE 1236
#define TsCalMode_EtbKd 5
#define TsCalMode_EtbKi 4
#define TsCalMode_EtbKp 3

View File

@ -452,6 +452,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"

View File

@ -280,8 +280,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -1063,11 +1063,43 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236

View File

@ -483,11 +483,11 @@ luaAdjustment("luaAdjustment", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1204
etbFeedForward("etbFeedForward", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1208, 1.0, -1.0, -1.0, ""),
etbIntegralError("etbIntegralError", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1212, 1.0, -10000.0, 10000.0, ""),
etbCurrentTarget("etbCurrentTarget", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1216, 1.0, -10000.0, 10000.0, "%"),
faultCode("faultCode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1220, 1.0, -1.0, -1.0, ""),
heaterDuty("heaterDuty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1221, 1.0, 0.0, 100.0, "%"),
pumpDuty("pumpDuty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1222, 1.0, 0.0, 100.0, "%"),
alignmentFill_at_3("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1223, 1.0, -20.0, 100.0, "units"),
tempC("tempC", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1224, 1.0, 500.0, 1000.0, "C"),
nernstVoltage("nernstVoltage", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1226, 0.001, 0.0, 1.0, "V"),
esr("esr", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1228, 1.0, -1.0, -1.0, ""),
alignmentFill_at_10("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1230, 1.0, -20.0, 100.0, "units"),
faultCode("faultCode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1224, 1.0, -1.0, -1.0, ""),
heaterDuty("heaterDuty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1225, 1.0, 0.0, 100.0, "%"),
pumpDuty("pumpDuty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1226, 1.0, 0.0, 100.0, "%"),
alignmentFill_at_3("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1227, 1.0, -20.0, 100.0, "units"),
tempC("tempC", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1228, 1.0, 500.0, 1000.0, "C"),
nernstVoltage("nernstVoltage", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1230, 0.001, 0.0, 1.0, "V"),
esr("esr", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1232, 1.0, -1.0, -1.0, ""),
alignmentFill_at_10("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1234, 1.0, -20.0, 100.0, "units"),

View File

@ -1,2 +1,2 @@
// generated by gen_live_documentation.sh / UsagesReader.java
#define TS_TOTAL_OUTPUT_SIZE 1232
#define TS_TOTAL_OUTPUT_SIZE 1236

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/electronic_throttle.txt Wed Jun 29 03:21:08 EDT 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/electronic_throttle.txt Fri Aug 26 01:07:49 UTC 2022
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -30,8 +30,104 @@ struct electronic_throttle_s {
* offset 20
*/
float etbCurrentTarget = (float)0;
/**
offset 24 bit 0 */
bool etbRevLimitActive : 1 {};
/**
offset 24 bit 1 */
bool unusedBit_7_1 : 1 {};
/**
offset 24 bit 2 */
bool unusedBit_7_2 : 1 {};
/**
offset 24 bit 3 */
bool unusedBit_7_3 : 1 {};
/**
offset 24 bit 4 */
bool unusedBit_7_4 : 1 {};
/**
offset 24 bit 5 */
bool unusedBit_7_5 : 1 {};
/**
offset 24 bit 6 */
bool unusedBit_7_6 : 1 {};
/**
offset 24 bit 7 */
bool unusedBit_7_7 : 1 {};
/**
offset 24 bit 8 */
bool unusedBit_7_8 : 1 {};
/**
offset 24 bit 9 */
bool unusedBit_7_9 : 1 {};
/**
offset 24 bit 10 */
bool unusedBit_7_10 : 1 {};
/**
offset 24 bit 11 */
bool unusedBit_7_11 : 1 {};
/**
offset 24 bit 12 */
bool unusedBit_7_12 : 1 {};
/**
offset 24 bit 13 */
bool unusedBit_7_13 : 1 {};
/**
offset 24 bit 14 */
bool unusedBit_7_14 : 1 {};
/**
offset 24 bit 15 */
bool unusedBit_7_15 : 1 {};
/**
offset 24 bit 16 */
bool unusedBit_7_16 : 1 {};
/**
offset 24 bit 17 */
bool unusedBit_7_17 : 1 {};
/**
offset 24 bit 18 */
bool unusedBit_7_18 : 1 {};
/**
offset 24 bit 19 */
bool unusedBit_7_19 : 1 {};
/**
offset 24 bit 20 */
bool unusedBit_7_20 : 1 {};
/**
offset 24 bit 21 */
bool unusedBit_7_21 : 1 {};
/**
offset 24 bit 22 */
bool unusedBit_7_22 : 1 {};
/**
offset 24 bit 23 */
bool unusedBit_7_23 : 1 {};
/**
offset 24 bit 24 */
bool unusedBit_7_24 : 1 {};
/**
offset 24 bit 25 */
bool unusedBit_7_25 : 1 {};
/**
offset 24 bit 26 */
bool unusedBit_7_26 : 1 {};
/**
offset 24 bit 27 */
bool unusedBit_7_27 : 1 {};
/**
offset 24 bit 28 */
bool unusedBit_7_28 : 1 {};
/**
offset 24 bit 29 */
bool unusedBit_7_29 : 1 {};
/**
offset 24 bit 30 */
bool unusedBit_7_30 : 1 {};
/**
offset 24 bit 31 */
bool unusedBit_7_31 : 1 {};
};
static_assert(sizeof(electronic_throttle_s) == 24);
static_assert(sizeof(electronic_throttle_s) == 28);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/electronic_throttle.txt Wed Jun 29 03:21:08 EDT 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/electronic_throttle.txt Fri Aug 26 01:07:49 UTC 2022

View File

@ -1934,7 +1934,7 @@
#define show_Frankenso_presets true
#define show_test_presets true
#define showHumanReadableWarning_offset 960
#define SIGNATURE_HASH 2188533610
#define SIGNATURE_HASH 1676334737
#define silentTriggerError_offset 1360
#define skippedWheelOnCam_offset 1360
#define slowAdcAlpha_offset 1600
@ -2490,12 +2490,12 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI 2022.08.26.all.2188533610"
#define TS_SIGNATURE "rusEFI 2022.08.26.all.1676334737"
#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 1232
#define TS_TOTAL_OUTPUT_SIZE 1236
#define TsCalMode_EtbKd 5
#define TsCalMode_EtbKi 4
#define TsCalMode_EtbKp 3

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 2505398053
#define TS_SIGNATURE "rusEFI 2022.08.26.48way.2505398053"
#define SIGNATURE_HASH 1959648990
#define TS_SIGNATURE "rusEFI 2022.08.26.48way.1959648990"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 2188533610
#define TS_SIGNATURE "rusEFI 2022.08.26.all.2188533610"
#define SIGNATURE_HASH 1676334737
#define TS_SIGNATURE "rusEFI 2022.08.26.all.1676334737"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 2959131142
#define TS_SIGNATURE "rusEFI 2022.08.26.alphax-2chan.2959131142"
#define SIGNATURE_HASH 1375226877
#define TS_SIGNATURE "rusEFI 2022.08.26.alphax-2chan.1375226877"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 158244069
#define TS_SIGNATURE "rusEFI 2022.08.26.alphax-4chan.158244069"
#define SIGNATURE_HASH 3908441374
#define TS_SIGNATURE "rusEFI 2022.08.26.alphax-4chan.3908441374"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 2662902349
#define TS_SIGNATURE "rusEFI 2022.08.26.atlas.2662902349"
#define SIGNATURE_HASH 2132812726
#define TS_SIGNATURE "rusEFI 2022.08.26.atlas.2132812726"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 1956515475
#define TS_SIGNATURE "rusEFI 2022.08.26.core8.1956515475"
#define SIGNATURE_HASH 2500233064
#define TS_SIGNATURE "rusEFI 2022.08.26.core8.2500233064"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat null
//
#define SIGNATURE_HASH 2188533610
#define TS_SIGNATURE "rusEFI 2022.08.26.cypress.2188533610"
#define SIGNATURE_HASH 1676334737
#define TS_SIGNATURE "rusEFI 2022.08.26.cypress.1676334737"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 2188533610
#define TS_SIGNATURE "rusEFI 2022.08.26.f407-discovery.2188533610"
#define SIGNATURE_HASH 1676334737
#define TS_SIGNATURE "rusEFI 2022.08.26.f407-discovery.1676334737"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 2188533610
#define TS_SIGNATURE "rusEFI 2022.08.26.f429-discovery.2188533610"
#define SIGNATURE_HASH 1676334737
#define TS_SIGNATURE "rusEFI 2022.08.26.f429-discovery.1676334737"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 3223233454
#define TS_SIGNATURE "rusEFI 2022.08.26.frankenso_na6.3223233454"
#define SIGNATURE_HASH 562440789
#define TS_SIGNATURE "rusEFI 2022.08.26.frankenso_na6.562440789"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 1921997381
#define TS_SIGNATURE "rusEFI 2022.08.26.harley81.1921997381"
#define SIGNATURE_HASH 2467812286
#define TS_SIGNATURE "rusEFI 2022.08.26.harley81.2467812286"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 907401948
#define TS_SIGNATURE "rusEFI 2022.08.26.hellen-gm-e67.907401948"
#define SIGNATURE_HASH 3616363303
#define TS_SIGNATURE "rusEFI 2022.08.26.hellen-gm-e67.3616363303"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 1543073446
#define TS_SIGNATURE "rusEFI 2022.08.26.hellen-nb1.1543073446"
#define SIGNATURE_HASH 3126978397
#define TS_SIGNATURE "rusEFI 2022.08.26.hellen-nb1.3126978397"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 179103616
#define TS_SIGNATURE "rusEFI 2022.08.26.hellen121nissan.179103616"
#define SIGNATURE_HASH 3946081915
#define TS_SIGNATURE "rusEFI 2022.08.26.hellen121nissan.3946081915"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 4065565712
#define TS_SIGNATURE "rusEFI 2022.08.26.hellen121vag.4065565712"
#define SIGNATURE_HASH 332076523
#define TS_SIGNATURE "rusEFI 2022.08.26.hellen121vag.332076523"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 2089574996
#define TS_SIGNATURE "rusEFI 2022.08.26.hellen128.2089574996"
#define SIGNATURE_HASH 2635393967
#define TS_SIGNATURE "rusEFI 2022.08.26.hellen128.2635393967"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 440217070
#define TS_SIGNATURE "rusEFI 2022.08.26.hellen154hyundai.440217070"
#define SIGNATURE_HASH 4221936661
#define TS_SIGNATURE "rusEFI 2022.08.26.hellen154hyundai.4221936661"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 1884124782
#define TS_SIGNATURE "rusEFI 2022.08.26.hellen72.1884124782"
#define SIGNATURE_HASH 2446720917
#define TS_SIGNATURE "rusEFI 2022.08.26.hellen72.2446720917"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 2697430880
#define TS_SIGNATURE "rusEFI 2022.08.26.hellen81.2697430880"
#define SIGNATURE_HASH 1096748699
#define TS_SIGNATURE "rusEFI 2022.08.26.hellen81.1096748699"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 2542226598
#define TS_SIGNATURE "rusEFI 2022.08.26.hellen88bmw.2542226598"
#define SIGNATURE_HASH 1981793629
#define TS_SIGNATURE "rusEFI 2022.08.26.hellen88bmw.1981793629"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 16363018
#define TS_SIGNATURE "rusEFI 2022.08.26.hellenNA6.16363018"
#define SIGNATURE_HASH 3781240817
#define TS_SIGNATURE "rusEFI 2022.08.26.hellenNA6.3781240817"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 578547330
#define TS_SIGNATURE "rusEFI 2022.08.26.hellenNA8_96.578547330"
#define SIGNATURE_HASH 3286460281
#define TS_SIGNATURE "rusEFI 2022.08.26.hellenNA8_96.3286460281"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat null
//
#define SIGNATURE_HASH 3936746918
#define TS_SIGNATURE "rusEFI 2022.08.26.kin.3936746918"
#define SIGNATURE_HASH 188576861
#define TS_SIGNATURE "rusEFI 2022.08.26.kin.188576861"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 1302647708
#define TS_SIGNATURE "rusEFI 2022.08.26.mre_f4.1302647708"
#define SIGNATURE_HASH 2889636455
#define TS_SIGNATURE "rusEFI 2022.08.26.mre_f4.2889636455"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 1302647708
#define TS_SIGNATURE "rusEFI 2022.08.26.mre_f7.1302647708"
#define SIGNATURE_HASH 2889636455
#define TS_SIGNATURE "rusEFI 2022.08.26.mre_f7.2889636455"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 3533211276
#define TS_SIGNATURE "rusEFI 2022.08.26.prometheus_405.3533211276"
#define SIGNATURE_HASH 855641975
#define TS_SIGNATURE "rusEFI 2022.08.26.prometheus_405.855641975"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 3533211276
#define TS_SIGNATURE "rusEFI 2022.08.26.prometheus_469.3533211276"
#define SIGNATURE_HASH 855641975
#define TS_SIGNATURE "rusEFI 2022.08.26.prometheus_469.855641975"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 666867740
#define TS_SIGNATURE "rusEFI 2022.08.26.proteus_f4.666867740"
#define SIGNATURE_HASH 3324449255
#define TS_SIGNATURE "rusEFI 2022.08.26.proteus_f4.3324449255"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 666867740
#define TS_SIGNATURE "rusEFI 2022.08.26.proteus_f7.666867740"
#define SIGNATURE_HASH 3324449255
#define TS_SIGNATURE "rusEFI 2022.08.26.proteus_f7.3324449255"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 666867740
#define TS_SIGNATURE "rusEFI 2022.08.26.proteus_h7.666867740"
#define SIGNATURE_HASH 3324449255
#define TS_SIGNATURE "rusEFI 2022.08.26.proteus_h7.3324449255"

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 null
//
#define SIGNATURE_HASH 3427789010
#define TS_SIGNATURE "rusEFI 2022.08.26.subaru_eg33_f7.3427789010"
#define SIGNATURE_HASH 769089833
#define TS_SIGNATURE "rusEFI 2022.08.26.subaru_eg33_f7.769089833"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 679121214
#define TS_SIGNATURE "rusEFI 2022.08.26.tdg-pdm8.679121214"
#define SIGNATURE_HASH 3387037893
#define TS_SIGNATURE "rusEFI 2022.08.26.tdg-pdm8.3387037893"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.all.2188533610"
signature = "rusEFI 2022.08.26.all.1676334737"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.all.2188533610" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.all.1676334737" ; 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 Fri Aug 26 00:40:59 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:08:55 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5621,8 +5655,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.48way.2505398053"
signature = "rusEFI 2022.08.26.48way.1959648990"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.48way.2505398053" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.48way.1959648990" ; 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 Fri Aug 26 00:40:40 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:08:33 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5618,8 +5652,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.alphax-2chan.2959131142"
signature = "rusEFI 2022.08.26.alphax-2chan.1375226877"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.alphax-2chan.2959131142" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.alphax-2chan.1375226877" ; 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 Fri Aug 26 00:40:11 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:07:56 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5615,8 +5649,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.alphax-4chan.158244069"
signature = "rusEFI 2022.08.26.alphax-4chan.3908441374"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.alphax-4chan.158244069" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.alphax-4chan.3908441374" ; 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 Fri Aug 26 00:40:13 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:07:59 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5617,8 +5651,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.atlas.2662902349"
signature = "rusEFI 2022.08.26.atlas.2132812726"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.atlas.2662902349" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.atlas.2132812726" ; 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 Fri Aug 26 00:40:55 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:08:51 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5621,8 +5655,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.core8.1956515475"
signature = "rusEFI 2022.08.26.core8.2500233064"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.core8.1956515475" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.core8.2500233064" ; 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 Fri Aug 26 00:40:39 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:08:30 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5618,8 +5652,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.cypress.2188533610"
signature = "rusEFI 2022.08.26.cypress.1676334737"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.cypress.2188533610" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.cypress.1676334737" ; 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 Fri Aug 26 00:40:08 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Fri Aug 26 01:07:53 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5621,8 +5655,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.f407-discovery.2188533610"
signature = "rusEFI 2022.08.26.f407-discovery.1676334737"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.f407-discovery.2188533610" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.f407-discovery.1676334737" ; 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 Fri Aug 26 00:40:52 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:08:47 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5621,8 +5655,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.f429-discovery.2188533610"
signature = "rusEFI 2022.08.26.f429-discovery.1676334737"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.f429-discovery.2188533610" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.f429-discovery.1676334737" ; 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 Fri Aug 26 00:40:54 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:08:49 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5621,8 +5655,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.frankenso_na6.3223233454"
signature = "rusEFI 2022.08.26.frankenso_na6.562440789"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.frankenso_na6.3223233454" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.frankenso_na6.562440789" ; 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 Fri Aug 26 00:40:42 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:08:35 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5621,8 +5655,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.harley81.1921997381"
signature = "rusEFI 2022.08.26.harley81.2467812286"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.harley81.1921997381" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.harley81.2467812286" ; 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 Fri Aug 26 00:40:14 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:08:01 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5617,8 +5651,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.hellen-gm-e67.907401948"
signature = "rusEFI 2022.08.26.hellen-gm-e67.3616363303"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.hellen-gm-e67.907401948" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.hellen-gm-e67.3616363303" ; 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 Fri Aug 26 00:40:30 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:08:20 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5617,8 +5651,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.hellen-nb1.1543073446"
signature = "rusEFI 2022.08.26.hellen-nb1.3126978397"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.hellen-nb1.1543073446" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.hellen-nb1.3126978397" ; 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 Fri Aug 26 00:40:28 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:08:18 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5617,8 +5651,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.hellen121nissan.179103616"
signature = "rusEFI 2022.08.26.hellen121nissan.3946081915"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.hellen121nissan.179103616" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.hellen121nissan.3946081915" ; 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 Fri Aug 26 00:40:20 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:08:07 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5617,8 +5651,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.hellen121vag.4065565712"
signature = "rusEFI 2022.08.26.hellen121vag.332076523"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.hellen121vag.4065565712" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.hellen121vag.332076523" ; 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 Fri Aug 26 00:40:18 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:08:05 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5617,8 +5651,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.hellen128.2089574996"
signature = "rusEFI 2022.08.26.hellen128.2635393967"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.hellen128.2089574996" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.hellen128.2635393967" ; 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 Fri Aug 26 00:40:16 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:08:03 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5617,8 +5651,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.hellen154hyundai.440217070"
signature = "rusEFI 2022.08.26.hellen154hyundai.4221936661"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.hellen154hyundai.440217070" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.hellen154hyundai.4221936661" ; 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 Fri Aug 26 00:40:21 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:08:09 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5617,8 +5651,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.hellen72.1884124782"
signature = "rusEFI 2022.08.26.hellen72.2446720917"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.hellen72.1884124782" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.hellen72.2446720917" ; 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 Fri Aug 26 00:40:25 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:08:13 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5617,8 +5651,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.hellen81.2697430880"
signature = "rusEFI 2022.08.26.hellen81.1096748699"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.hellen81.2697430880" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.hellen81.1096748699" ; 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 Fri Aug 26 00:40:27 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:08:15 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5616,8 +5650,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.hellen88bmw.2542226598"
signature = "rusEFI 2022.08.26.hellen88bmw.1981793629"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.hellen88bmw.2542226598" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.hellen88bmw.1981793629" ; 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 Fri Aug 26 00:40:23 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:08:11 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5617,8 +5651,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.hellenNA6.16363018"
signature = "rusEFI 2022.08.26.hellenNA6.3781240817"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.hellenNA6.16363018" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.hellenNA6.3781240817" ; 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 Fri Aug 26 00:40:32 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:08:22 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5617,8 +5651,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.hellenNA8_96.578547330"
signature = "rusEFI 2022.08.26.hellenNA8_96.3286460281"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.hellenNA8_96.578547330" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.hellenNA8_96.3286460281" ; 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 Fri Aug 26 00:40:34 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:08:24 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5617,8 +5651,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.kin.3936746918"
signature = "rusEFI 2022.08.26.kin.188576861"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.kin.3936746918" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.kin.188576861" ; 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 Fri Aug 26 00:40:06 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Fri Aug 26 01:07:51 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5621,8 +5655,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.mre_f4.1302647708"
signature = "rusEFI 2022.08.26.mre_f4.2889636455"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.mre_f4.1302647708" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.mre_f4.2889636455" ; 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 Fri Aug 26 00:40:37 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:08:28 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5618,8 +5652,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.mre_f7.1302647708"
signature = "rusEFI 2022.08.26.mre_f7.2889636455"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.mre_f7.1302647708" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.mre_f7.2889636455" ; 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 Fri Aug 26 00:40:35 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:08:26 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5618,8 +5652,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.prometheus_405.3533211276"
signature = "rusEFI 2022.08.26.prometheus_405.855641975"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.prometheus_405.3533211276" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.prometheus_405.855641975" ; 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 Fri Aug 26 00:40:45 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:08:39 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5616,8 +5650,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.prometheus_469.3533211276"
signature = "rusEFI 2022.08.26.prometheus_469.855641975"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.prometheus_469.3533211276" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.prometheus_469.855641975" ; 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 Fri Aug 26 00:40:44 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:08:37 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5616,8 +5650,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.proteus_f4.666867740"
signature = "rusEFI 2022.08.26.proteus_f4.3324449255"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.proteus_f4.666867740" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.proteus_f4.3324449255" ; 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 Fri Aug 26 00:40:49 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:08:43 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5614,8 +5648,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.proteus_f7.666867740"
signature = "rusEFI 2022.08.26.proteus_f7.3324449255"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.proteus_f7.666867740" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.proteus_f7.3324449255" ; 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 Fri Aug 26 00:40:47 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:08:41 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5614,8 +5648,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.proteus_h7.666867740"
signature = "rusEFI 2022.08.26.proteus_h7.3324449255"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.proteus_h7.666867740" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.proteus_h7.3324449255" ; 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 Fri Aug 26 00:40:50 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:08:45 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5614,8 +5648,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.subaru_eg33_f7.3427789010"
signature = "rusEFI 2022.08.26.subaru_eg33_f7.769089833"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.subaru_eg33_f7.3427789010" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.subaru_eg33_f7.769089833" ; 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 Fri Aug 26 00:40:09 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Fri Aug 26 01:07:54 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5617,8 +5651,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.26.tdg-pdm8.679121214"
signature = "rusEFI 2022.08.26.tdg-pdm8.3387037893"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.26.tdg-pdm8.679121214" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.26.tdg-pdm8.3387037893" ; 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 Fri Aug 26 00:40:57 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:08:53 UTC 2022
pageSize = 21300
page = 1
@ -2109,7 +2109,7 @@ tcu_32Vals = array, U08, 21292, [8], "%", 1, 0, 0, 255, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1232
ochBlockSize = 1236
;
; see TunerStudioOutputChannels struct
@ -3180,14 +3180,46 @@ luaAdjustment = scalar, F32, 1204, "", 1, 0
etbFeedForward = scalar, F32, 1208
etbIntegralError = scalar, F32, 1212, "", 1, 0
etbCurrentTarget = scalar, F32, 1216, "%", 1, 0
; total TS size = 1220
faultCode = scalar, U08, 1220, "", 1, 0
heaterDuty = scalar, U08, 1221, "%", 1, 0
pumpDuty = scalar, U08, 1222, "%", 1, 0
tempC = scalar, U16, 1224, "C", 1, 0
nernstVoltage = scalar, U16, 1226, "V", 0.001, 0
esr = scalar, U16, 1228, "", 1, 0
; total TS size = 1232
etbRevLimitActive = bits, U32, 1220, [0:0]
unusedBit_7_1 = bits, U32, 1220, [1:1]
unusedBit_7_2 = bits, U32, 1220, [2:2]
unusedBit_7_3 = bits, U32, 1220, [3:3]
unusedBit_7_4 = bits, U32, 1220, [4:4]
unusedBit_7_5 = bits, U32, 1220, [5:5]
unusedBit_7_6 = bits, U32, 1220, [6:6]
unusedBit_7_7 = bits, U32, 1220, [7:7]
unusedBit_7_8 = bits, U32, 1220, [8:8]
unusedBit_7_9 = bits, U32, 1220, [9:9]
unusedBit_7_10 = bits, U32, 1220, [10:10]
unusedBit_7_11 = bits, U32, 1220, [11:11]
unusedBit_7_12 = bits, U32, 1220, [12:12]
unusedBit_7_13 = bits, U32, 1220, [13:13]
unusedBit_7_14 = bits, U32, 1220, [14:14]
unusedBit_7_15 = bits, U32, 1220, [15:15]
unusedBit_7_16 = bits, U32, 1220, [16:16]
unusedBit_7_17 = bits, U32, 1220, [17:17]
unusedBit_7_18 = bits, U32, 1220, [18:18]
unusedBit_7_19 = bits, U32, 1220, [19:19]
unusedBit_7_20 = bits, U32, 1220, [20:20]
unusedBit_7_21 = bits, U32, 1220, [21:21]
unusedBit_7_22 = bits, U32, 1220, [22:22]
unusedBit_7_23 = bits, U32, 1220, [23:23]
unusedBit_7_24 = bits, U32, 1220, [24:24]
unusedBit_7_25 = bits, U32, 1220, [25:25]
unusedBit_7_26 = bits, U32, 1220, [26:26]
unusedBit_7_27 = bits, U32, 1220, [27:27]
unusedBit_7_28 = bits, U32, 1220, [28:28]
unusedBit_7_29 = bits, U32, 1220, [29:29]
unusedBit_7_30 = bits, U32, 1220, [30:30]
unusedBit_7_31 = bits, U32, 1220, [31:31]
; total TS size = 1224
faultCode = scalar, U08, 1224, "", 1, 0
heaterDuty = scalar, U08, 1225, "%", 1, 0
pumpDuty = scalar, U08, 1226, "%", 1, 0
tempC = scalar, U16, 1228, "C", 1, 0
nernstVoltage = scalar, U16, 1230, "V", 0.001, 0
esr = scalar, U16, 1232, "", 1, 0
; total TS size = 1236
time = { timeNow }
@ -4368,6 +4400,7 @@ gaugeCategory = Outputs
indicator = { sd_logging_internal }, "SD logging", "SD logging", white, black, green, black
indicator = { sd_msd }, "SD USB", "SD USB", white, black, green, black
indicator = { isPumpOn }, "No Pump", "Pump", white, black, green, black
indicator = { etbRevLimitActive }, "", "ETB RPM Limit", white, black, yellow, black
; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error
@ -4837,6 +4870,7 @@ entry = luaAdjustment, "luaAdjustment", float, "%.3f"
entry = etbFeedForward, "etbFeedForward", float, "%.3f"
entry = etbIntegralError, "etbIntegralError", float, "%.3f"
entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f"
entry = etbRevLimitActive, "etbRevLimitActive", int, "%d"
entry = faultCode, "faultCode", int, "%d"
entry = heaterDuty, "heaterDuty", int, "%d"
entry = pumpDuty, "pumpDuty", int, "%d"
@ -5621,8 +5655,11 @@ dialog = ignition_stateDialog, "ignition_state"
graphLine = luaTimingAdd
graphLine = luaTimingMult
indicatorPanel = electronic_throttleIndicatorPanel, 2
indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes"
dialog = electronic_throttleDialog, "electronic_throttle"
panel = electronic_throttleIndicatorPanel
liveGraph = electronic_throttle_1_Graph, "Graph", South
graphLine = idlePosition
graphLine = trim

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/electronic_throttle.txt Mon Aug 15 21:21:43 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/electronic_throttle.txt Fri Aug 26 01:07:49 UTC 2022
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -12,6 +12,38 @@ public class ElectronicThrottle {
public static final Field ETBFEEDFORWARD = Field.create("ETBFEEDFORWARD", 12, FieldType.FLOAT);
public static final Field ETBINTEGRALERROR = Field.create("ETBINTEGRALERROR", 16, FieldType.FLOAT);
public static final Field ETBCURRENTTARGET = Field.create("ETBCURRENTTARGET", 20, FieldType.FLOAT);
public static final Field ETBREVLIMITACTIVE = Field.create("ETBREVLIMITACTIVE", 24, FieldType.BIT, 0);
public static final Field UNUSEDBIT_7_1 = Field.create("UNUSEDBIT_7_1", 24, FieldType.BIT, 1);
public static final Field UNUSEDBIT_7_2 = Field.create("UNUSEDBIT_7_2", 24, FieldType.BIT, 2);
public static final Field UNUSEDBIT_7_3 = Field.create("UNUSEDBIT_7_3", 24, FieldType.BIT, 3);
public static final Field UNUSEDBIT_7_4 = Field.create("UNUSEDBIT_7_4", 24, FieldType.BIT, 4);
public static final Field UNUSEDBIT_7_5 = Field.create("UNUSEDBIT_7_5", 24, FieldType.BIT, 5);
public static final Field UNUSEDBIT_7_6 = Field.create("UNUSEDBIT_7_6", 24, FieldType.BIT, 6);
public static final Field UNUSEDBIT_7_7 = Field.create("UNUSEDBIT_7_7", 24, FieldType.BIT, 7);
public static final Field UNUSEDBIT_7_8 = Field.create("UNUSEDBIT_7_8", 24, FieldType.BIT, 8);
public static final Field UNUSEDBIT_7_9 = Field.create("UNUSEDBIT_7_9", 24, FieldType.BIT, 9);
public static final Field UNUSEDBIT_7_10 = Field.create("UNUSEDBIT_7_10", 24, FieldType.BIT, 10);
public static final Field UNUSEDBIT_7_11 = Field.create("UNUSEDBIT_7_11", 24, FieldType.BIT, 11);
public static final Field UNUSEDBIT_7_12 = Field.create("UNUSEDBIT_7_12", 24, FieldType.BIT, 12);
public static final Field UNUSEDBIT_7_13 = Field.create("UNUSEDBIT_7_13", 24, FieldType.BIT, 13);
public static final Field UNUSEDBIT_7_14 = Field.create("UNUSEDBIT_7_14", 24, FieldType.BIT, 14);
public static final Field UNUSEDBIT_7_15 = Field.create("UNUSEDBIT_7_15", 24, FieldType.BIT, 15);
public static final Field UNUSEDBIT_7_16 = Field.create("UNUSEDBIT_7_16", 24, FieldType.BIT, 16);
public static final Field UNUSEDBIT_7_17 = Field.create("UNUSEDBIT_7_17", 24, FieldType.BIT, 17);
public static final Field UNUSEDBIT_7_18 = Field.create("UNUSEDBIT_7_18", 24, FieldType.BIT, 18);
public static final Field UNUSEDBIT_7_19 = Field.create("UNUSEDBIT_7_19", 24, FieldType.BIT, 19);
public static final Field UNUSEDBIT_7_20 = Field.create("UNUSEDBIT_7_20", 24, FieldType.BIT, 20);
public static final Field UNUSEDBIT_7_21 = Field.create("UNUSEDBIT_7_21", 24, FieldType.BIT, 21);
public static final Field UNUSEDBIT_7_22 = Field.create("UNUSEDBIT_7_22", 24, FieldType.BIT, 22);
public static final Field UNUSEDBIT_7_23 = Field.create("UNUSEDBIT_7_23", 24, FieldType.BIT, 23);
public static final Field UNUSEDBIT_7_24 = Field.create("UNUSEDBIT_7_24", 24, FieldType.BIT, 24);
public static final Field UNUSEDBIT_7_25 = Field.create("UNUSEDBIT_7_25", 24, FieldType.BIT, 25);
public static final Field UNUSEDBIT_7_26 = Field.create("UNUSEDBIT_7_26", 24, FieldType.BIT, 26);
public static final Field UNUSEDBIT_7_27 = Field.create("UNUSEDBIT_7_27", 24, FieldType.BIT, 27);
public static final Field UNUSEDBIT_7_28 = Field.create("UNUSEDBIT_7_28", 24, FieldType.BIT, 28);
public static final Field UNUSEDBIT_7_29 = Field.create("UNUSEDBIT_7_29", 24, FieldType.BIT, 29);
public static final Field UNUSEDBIT_7_30 = Field.create("UNUSEDBIT_7_30", 24, FieldType.BIT, 30);
public static final Field UNUSEDBIT_7_31 = Field.create("UNUSEDBIT_7_31", 24, FieldType.BIT, 31);
public static final Field[] VALUES = {
IDLEPOSITION,
TRIM,
@ -19,5 +51,37 @@ public class ElectronicThrottle {
ETBFEEDFORWARD,
ETBINTEGRALERROR,
ETBCURRENTTARGET,
ETBREVLIMITACTIVE,
UNUSEDBIT_7_1,
UNUSEDBIT_7_2,
UNUSEDBIT_7_3,
UNUSEDBIT_7_4,
UNUSEDBIT_7_5,
UNUSEDBIT_7_6,
UNUSEDBIT_7_7,
UNUSEDBIT_7_8,
UNUSEDBIT_7_9,
UNUSEDBIT_7_10,
UNUSEDBIT_7_11,
UNUSEDBIT_7_12,
UNUSEDBIT_7_13,
UNUSEDBIT_7_14,
UNUSEDBIT_7_15,
UNUSEDBIT_7_16,
UNUSEDBIT_7_17,
UNUSEDBIT_7_18,
UNUSEDBIT_7_19,
UNUSEDBIT_7_20,
UNUSEDBIT_7_21,
UNUSEDBIT_7_22,
UNUSEDBIT_7_23,
UNUSEDBIT_7_24,
UNUSEDBIT_7_25,
UNUSEDBIT_7_26,
UNUSEDBIT_7_27,
UNUSEDBIT_7_28,
UNUSEDBIT_7_29,
UNUSEDBIT_7_30,
UNUSEDBIT_7_31,
};
}

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 00:09:04 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Aug 26 01:08:58 UTC 2022
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -1882,6 +1882,7 @@ public class Fields {
public static final int servoOutputPins7_offset = 2086;
public static final int servoOutputPins8_offset = 2088;
public static final int showHumanReadableWarning_offset = 960;
public static final int SIGNATURE_HASH = 1676334737;
public static final int silentTriggerError_offset = 1360;
public static final int skippedWheelOnCam_offset = 1360;
public static final int slowAdcAlpha_offset = 1600;
@ -2372,10 +2373,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 2022.08.26.all.2188533610";
public static final String TS_SIGNATURE = "rusEFI 2022.08.26.all.1676334737";
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 = 1232;
public static final int TS_TOTAL_OUTPUT_SIZE = 1236;
public static final int TsCalMode_EtbKd = 5;
public static final int TsCalMode_EtbKi = 4;
public static final int TsCalMode_EtbKp = 3;