Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2022-08-21 04:25:05 +00:00
parent 21ab47ed04
commit 47e13297f6
76 changed files with 1030 additions and 890 deletions

View File

@ -1941,7 +1941,7 @@
#define show_Frankenso_presets true
#define show_test_presets true
#define showHumanReadableWarning_offset 960
#define SIGNATURE_HASH 2178032719
#define SIGNATURE_HASH 2288281700
#define silentTriggerError_offset 1360
#define skippedWheelOnCam_offset 1360
#define slowAdcAlpha_offset 1600
@ -2496,12 +2496,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.21.cypress.2178032719"
#define TS_SIGNATURE "rusEFI 2022.08.21.cypress.2288281700"
#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 1204
#define TS_TOTAL_OUTPUT_SIZE 1208
#define TsCalMode_EtbKd 5
#define TsCalMode_EtbKi 4
#define TsCalMode_EtbKp 3

View File

@ -1941,7 +1941,7 @@
#define show_Frankenso_presets true
#define show_test_presets true
#define showHumanReadableWarning_offset 960
#define SIGNATURE_HASH 3909453443
#define SIGNATURE_HASH 3769879208
#define silentTriggerError_offset 1360
#define skippedWheelOnCam_offset 1360
#define slowAdcAlpha_offset 1600
@ -2496,12 +2496,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.21.kin.3909453443"
#define TS_SIGNATURE "rusEFI 2022.08.21.kin.3769879208"
#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 1204
#define TS_TOTAL_OUTPUT_SIZE 1208
#define TsCalMode_EtbKd 5
#define TsCalMode_EtbKi 4
#define TsCalMode_EtbKp 3

View File

@ -1907,7 +1907,7 @@
#define show_Proteus_presets false
#define show_test_presets false
#define showHumanReadableWarning_offset 960
#define SIGNATURE_HASH 3488584695
#define SIGNATURE_HASH 3327778780
#define silentTriggerError_offset 1360
#define skippedWheelOnCam_offset 1360
#define slowAdcAlpha_offset 1600
@ -2463,12 +2463,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.21.subaru_eg33_f7.3488584695"
#define TS_SIGNATURE "rusEFI 2022.08.21.subaru_eg33_f7.3327778780"
#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 1204
#define TS_TOTAL_OUTPUT_SIZE 1208
#define TsCalMode_EtbKd 5
#define TsCalMode_EtbKi 4
#define TsCalMode_EtbKp 3

View File

@ -434,6 +434,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"

View File

@ -256,6 +256,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -1012,23 +1012,24 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208

View File

@ -466,21 +466,22 @@ throttlePedalUpState("true in IDLE throttle pedal state, false if driver is touc
targetRpmByClt("idle: target by CLT", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1140, 1.0, -1.0, -1.0, ""),
targetRpmAcBump("idle: A/C bump", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1144, 1.0, -1.0, -1.0, ""),
iacByRpmTaper("idle: iacByRpmTaper portion of idle", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1148, 1.0, -1.0, -1.0, ""),
baseDwell("baseDwell", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1152, 1.0, -1.0, -1.0, ""),
dwellVoltageCorrection("dwellVoltageCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1156, 1.0, -1.0, -1.0, ""),
luaTimingAdd("luaTimingAdd", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1160, 1.0, -1.0, -1.0, ""),
luaTimingMult("luaTimingMult", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1164, 1.0, -1.0, -1.0, ""),
idlePosition("idlePosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1168, 1.0, -1.0, -1.0, ""),
trim("trim", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1172, 1.0, -1.0, -1.0, ""),
luaAdjustment("luaAdjustment", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1176, 1.0, -1.0, -1.0, ""),
etbFeedForward("etbFeedForward", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1180, 1.0, -1.0, -1.0, ""),
etbIntegralError("etbIntegralError", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1184, 1.0, -10000.0, 10000.0, ""),
etbCurrentTarget("etbCurrentTarget", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1188, 1.0, -10000.0, 10000.0, "%"),
faultCode("faultCode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1192, 1.0, -1.0, -1.0, ""),
heaterDuty("heaterDuty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1193, 1.0, 0.0, 100.0, "%"),
pumpDuty("pumpDuty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1194, 1.0, 0.0, 100.0, "%"),
alignmentFill_at_3("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1195, 1.0, -20.0, 100.0, "units"),
tempC("tempC", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1196, 1.0, 500.0, 1000.0, "C"),
nernstVoltage("nernstVoltage", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1198, 0.001, 0.0, 1.0, "V"),
esr("esr", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1200, 1.0, -1.0, -1.0, ""),
alignmentFill_at_10("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1202, 1.0, -20.0, 100.0, "units"),
luaAdd("idle: Lua Adder", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1152, 1.0, -1.0, -1.0, ""),
baseDwell("baseDwell", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1156, 1.0, -1.0, -1.0, ""),
dwellVoltageCorrection("dwellVoltageCorrection", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1160, 1.0, -1.0, -1.0, ""),
luaTimingAdd("luaTimingAdd", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1164, 1.0, -1.0, -1.0, ""),
luaTimingMult("luaTimingMult", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1168, 1.0, -1.0, -1.0, ""),
idlePosition("idlePosition", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1172, 1.0, -1.0, -1.0, ""),
trim("trim", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1176, 1.0, -1.0, -1.0, ""),
luaAdjustment("luaAdjustment", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1180, 1.0, -1.0, -1.0, ""),
etbFeedForward("etbFeedForward", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1184, 1.0, -1.0, -1.0, ""),
etbIntegralError("etbIntegralError", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1188, 1.0, -10000.0, 10000.0, ""),
etbCurrentTarget("etbCurrentTarget", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1192, 1.0, -10000.0, 10000.0, "%"),
faultCode("faultCode", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1196, 1.0, -1.0, -1.0, ""),
heaterDuty("heaterDuty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1197, 1.0, 0.0, 100.0, "%"),
pumpDuty("pumpDuty", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1198, 1.0, 0.0, 100.0, "%"),
alignmentFill_at_3("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1199, 1.0, -20.0, 100.0, "units"),
tempC("tempC", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1200, 1.0, 500.0, 1000.0, "C"),
nernstVoltage("nernstVoltage", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1202, 0.001, 0.0, 1.0, "V"),
esr("esr", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1204, 1.0, -1.0, -1.0, ""),
alignmentFill_at_10("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1206, 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 1204
#define TS_TOTAL_OUTPUT_SIZE 1208

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/idle_state.txt Fri Aug 19 03:07:34 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/idle_state.txt Sun Aug 21 04:23:45 UTC 2022
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -155,8 +155,13 @@ struct idle_state_s {
* offset 32
*/
percent_t iacByRpmTaper = (percent_t)0;
/**
* idle: Lua Adder
* offset 36
*/
percent_t luaAdd = (percent_t)0;
};
static_assert(sizeof(idle_state_s) == 36);
static_assert(sizeof(idle_state_s) == 40);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/idle_state.txt Fri Aug 19 03:07:34 UTC 2022
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/idle_state.txt Sun Aug 21 04:23:45 UTC 2022

View File

@ -1941,7 +1941,7 @@
#define show_Frankenso_presets true
#define show_test_presets true
#define showHumanReadableWarning_offset 960
#define SIGNATURE_HASH 2178032719
#define SIGNATURE_HASH 2288281700
#define silentTriggerError_offset 1360
#define skippedWheelOnCam_offset 1360
#define slowAdcAlpha_offset 1600
@ -2496,12 +2496,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.21.all.2178032719"
#define TS_SIGNATURE "rusEFI 2022.08.21.all.2288281700"
#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 1204
#define TS_TOTAL_OUTPUT_SIZE 1208
#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 2532649984
#define TS_SIGNATURE "rusEFI 2022.08.21.48way.2532649984"
#define SIGNATURE_HASH 2671992875
#define TS_SIGNATURE "rusEFI 2022.08.21.48way.2671992875"

View File

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

View File

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

View File

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

View File

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

View File

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

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 2178032719
#define TS_SIGNATURE "rusEFI 2022.08.21.cypress.2178032719"
#define SIGNATURE_HASH 2288281700
#define TS_SIGNATURE "rusEFI 2022.08.21.cypress.2288281700"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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 3488584695
#define TS_SIGNATURE "rusEFI 2022.08.21.subaru_eg33_f7.3488584695"
#define SIGNATURE_HASH 3327778780
#define TS_SIGNATURE "rusEFI 2022.08.21.subaru_eg33_f7.3327778780"

View File

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

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.all.2178032719"
signature = "rusEFI 2022.08.21.all.2288281700"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.all.2178032719" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.all.2288281700" ; 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 Sun Aug 21 00:16:54 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:50 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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5555,6 +5557,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.48way.2532649984"
signature = "rusEFI 2022.08.21.48way.2671992875"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.48way.2532649984" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.48way.2671992875" ; 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 Sun Aug 21 00:16:37 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24: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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5552,6 +5554,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.alphax-2chan.3015751971"
signature = "rusEFI 2022.08.21.alphax-2chan.3128358152"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.alphax-2chan.3015751971" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.alphax-2chan.3128358152" ; 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 Sun Aug 21 00:16:10 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:23:52 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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5549,6 +5551,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.alphax-4chan.181331904"
signature = "rusEFI 2022.08.21.alphax-4chan.58239979"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.alphax-4chan.181331904" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.alphax-4chan.58239979" ; 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 Sun Aug 21 00:16:11 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:23: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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5551,6 +5553,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.atlas.2635649384"
signature = "rusEFI 2022.08.21.atlas.2494471491"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.atlas.2635649384" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.atlas.2494471491" ; 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 Sun Aug 21 00:16:51 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:46 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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5555,6 +5557,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.core8.2000582070"
signature = "rusEFI 2022.08.21.core8.2122856861"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.core8.2000582070" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.core8.2122856861" ; 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 Sun Aug 21 00:16:35 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:25 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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5552,6 +5554,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.cypress.2178032719"
signature = "rusEFI 2022.08.21.cypress.2288281700"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.cypress.2178032719" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.cypress.2288281700" ; 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 Sun Aug 21 00:16:07 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sun Aug 21 04:23:48 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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5555,6 +5557,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.f407-discovery.2178032719"
signature = "rusEFI 2022.08.21.f407-discovery.2288281700"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.f407-discovery.2178032719" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.f407-discovery.2288281700" ; 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 Sun Aug 21 00:16:48 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:42 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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5555,6 +5557,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.f429-discovery.2178032719"
signature = "rusEFI 2022.08.21.f429-discovery.2288281700"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.f429-discovery.2178032719" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.f429-discovery.2288281700" ; 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 Sun Aug 21 00:16:49 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:44 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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5555,6 +5557,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.frankenso_na6.3284064395"
signature = "rusEFI 2022.08.21.frankenso_na6.3389559968"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.frankenso_na6.3284064395" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.frankenso_na6.3389559968" ; 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 Sun Aug 21 00:16:39 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:29 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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5555,6 +5557,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.harley81.1898914144"
signature = "rusEFI 2022.08.21.harley81.2023320907"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.harley81.1898914144" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.harley81.2023320907" ; 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 Sun Aug 21 00:16:13 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:23: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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5551,6 +5553,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.hellen-gm-e67.901095929"
signature = "rusEFI 2022.08.21.hellen-gm-e67.1006890450"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.hellen-gm-e67.901095929" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.hellen-gm-e67.1006890450" ; 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 Sun Aug 21 00:16:27 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24: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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5551,6 +5553,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.hellen-nb1.1482233219"
signature = "rusEFI 2022.08.21.hellen-nb1.1374640552"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.hellen-nb1.1482233219" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.hellen-nb1.1374640552" ; 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 Sun Aug 21 00:16:26 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24: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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5551,6 +5553,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.hellen121nissan.151821477"
signature = "rusEFI 2022.08.21.hellen121nissan.12243086"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.hellen121nissan.151821477" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.hellen121nissan.12243086" ; 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 Sun Aug 21 00:16:18 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24: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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5551,6 +5553,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.hellen121vag.4059293493"
signature = "rusEFI 2022.08.21.hellen121vag.4165315358"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.hellen121vag.4059293493" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.hellen121vag.4165315358" ; 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 Sun Aug 21 00:16:16 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:00 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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5551,6 +5553,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.hellen128.2133596529"
signature = "rusEFI 2022.08.21.hellen128.1989825882"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.hellen128.2133596529" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.hellen128.1989825882" ; 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 Sun Aug 21 00:16:15 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:23:58 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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5551,6 +5553,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.hellen154hyundai.429741771"
signature = "rusEFI 2022.08.21.hellen154hyundai.271260384"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.hellen154hyundai.429741771" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.hellen154hyundai.271260384" ; 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 Sun Aug 21 00:16:19 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24: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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5551,6 +5553,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.hellen72.1944915275"
signature = "rusEFI 2022.08.21.hellen72.2052800864"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.hellen72.1944915275" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.hellen72.2052800864" ; 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 Sun Aug 21 00:16:23 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24: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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5551,6 +5553,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.hellen81.2741500997"
signature = "rusEFI 2022.08.21.hellen81.2865868910"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.hellen81.2741500997" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.hellen81.2865868910" ; 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 Sun Aug 21 00:16:24 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24: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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5550,6 +5552,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.hellen88bmw.2485598083"
signature = "rusEFI 2022.08.21.hellen88bmw.2643557288"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.hellen88bmw.2485598083" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.hellen88bmw.2643557288" ; 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 Sun Aug 21 00:16:21 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24: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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5551,6 +5553,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.hellenNA6.56218927"
signature = "rusEFI 2022.08.21.hellenNA6.183474436"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.hellenNA6.56218927" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.hellenNA6.183474436" ; 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 Sun Aug 21 00:16:29 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:17 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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5551,6 +5553,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.hellenNA8_96.568038823"
signature = "rusEFI 2022.08.21.hellenNA8_96.678287756"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.hellenNA8_96.568038823" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.hellenNA8_96.678287756" ; 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 Sun Aug 21 00:16:31 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:19 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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5551,6 +5553,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.kin.3909453443"
signature = "rusEFI 2022.08.21.kin.3769879208"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.kin.3909453443" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.kin.3769879208" ; 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 Sun Aug 21 00:16:05 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sun Aug 21 04:23:46 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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5555,6 +5557,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.mre_f4.1308928185"
signature = "rusEFI 2022.08.21.mre_f4.1202906258"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.mre_f4.1308928185" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.mre_f4.1202906258" ; 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 Sun Aug 21 00:16:34 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:23 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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5552,6 +5554,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.mre_f7.1308928185"
signature = "rusEFI 2022.08.21.mre_f7.1202906258"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.mre_f7.1308928185" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.mre_f7.1202906258" ; 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 Sun Aug 21 00:16:32 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:21 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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5552,6 +5554,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.prometheus_405.3510173097"
signature = "rusEFI 2022.08.21.prometheus_405.3633230210"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.prometheus_405.3510173097" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.prometheus_405.3633230210" ; 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 Sun Aug 21 00:16:42 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:34 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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5550,6 +5552,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.prometheus_469.3510173097"
signature = "rusEFI 2022.08.21.prometheus_469.3633230210"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.prometheus_469.3510173097" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.prometheus_469.3633230210" ; 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 Sun Aug 21 00:16:40 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:32 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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5550,6 +5552,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.proteus_f4.606069561"
signature = "rusEFI 2022.08.21.proteus_f4.766095122"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.proteus_f4.606069561" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.proteus_f4.766095122" ; 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 Sun Aug 21 00:16:45 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:38 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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5548,6 +5550,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.proteus_f7.606069561"
signature = "rusEFI 2022.08.21.proteus_f7.766095122"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.proteus_f7.606069561" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.proteus_f7.766095122" ; 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 Sun Aug 21 00:16:43 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:36 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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5548,6 +5550,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.proteus_h7.606069561"
signature = "rusEFI 2022.08.21.proteus_h7.766095122"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.proteus_h7.606069561" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.proteus_h7.766095122" ; 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 Sun Aug 21 00:16:46 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:40 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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5548,6 +5550,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.subaru_eg33_f7.3488584695"
signature = "rusEFI 2022.08.21.subaru_eg33_f7.3327778780"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.subaru_eg33_f7.3488584695" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.subaru_eg33_f7.3327778780" ; 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 Sun Aug 21 00:16:08 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 Sun Aug 21 04:23:50 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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5551,6 +5553,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.08.21.tdg-pdm8.735767067"
signature = "rusEFI 2022.08.21.tdg-pdm8.577545776"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.08.21.tdg-pdm8.735767067" ; signature is expected to be 7 or more characters.
signature = "rusEFI 2022.08.21.tdg-pdm8.577545776" ; 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 Sun Aug 21 00:16:53 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:48 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 = 1204
ochBlockSize = 1208
;
; see TunerStudioOutputChannels struct
@ -3129,26 +3129,27 @@ unusedBit_22_31 = bits, U32, 1136, [31:31]
targetRpmByClt = scalar, S32, 1140, "", 1, 0
targetRpmAcBump = scalar, S32, 1144, "", 1, 0
iacByRpmTaper = scalar, F32, 1148
; total TS size = 1152
baseDwell = scalar, F32, 1152, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1156, "", 1, 0
luaTimingAdd = scalar, F32, 1160, "", 1, 0
luaTimingMult = scalar, F32, 1164, "", 1, 0
; total TS size = 1168
idlePosition = scalar, F32, 1168, "", 1, 0
trim = scalar, F32, 1172, "", 1, 0
luaAdjustment = scalar, F32, 1176, "", 1, 0
etbFeedForward = scalar, F32, 1180
etbIntegralError = scalar, F32, 1184, "", 1, 0
etbCurrentTarget = scalar, F32, 1188, "%", 1, 0
; total TS size = 1192
faultCode = scalar, U08, 1192, "", 1, 0
heaterDuty = scalar, U08, 1193, "%", 1, 0
pumpDuty = scalar, U08, 1194, "%", 1, 0
tempC = scalar, U16, 1196, "C", 1, 0
nernstVoltage = scalar, U16, 1198, "V", 0.001, 0
esr = scalar, U16, 1200, "", 1, 0
; total TS size = 1204
luaAdd = scalar, F32, 1152
; total TS size = 1156
baseDwell = scalar, F32, 1156, "", 1, 0
dwellVoltageCorrection = scalar, F32, 1160, "", 1, 0
luaTimingAdd = scalar, F32, 1164, "", 1, 0
luaTimingMult = scalar, F32, 1168, "", 1, 0
; total TS size = 1172
idlePosition = scalar, F32, 1172, "", 1, 0
trim = scalar, F32, 1176, "", 1, 0
luaAdjustment = scalar, F32, 1180, "", 1, 0
etbFeedForward = scalar, F32, 1184
etbIntegralError = scalar, F32, 1188, "", 1, 0
etbCurrentTarget = scalar, F32, 1192, "%", 1, 0
; total TS size = 1196
faultCode = scalar, U08, 1196, "", 1, 0
heaterDuty = scalar, U08, 1197, "%", 1, 0
pumpDuty = scalar, U08, 1198, "%", 1, 0
tempC = scalar, U16, 1200, "C", 1, 0
nernstVoltage = scalar, U16, 1202, "V", 0.001, 0
esr = scalar, U16, 1204, "", 1, 0
; total TS size = 1208
time = { timeNow }
@ -4786,6 +4787,7 @@ entry = isVerboseIAC, "isVerboseIAC", int, "%d"
entry = targetRpmByClt, "idle: target by CLT", int, "%d"
entry = targetRpmAcBump, "idle: A/C bump", int, "%d"
entry = iacByRpmTaper, "idle: iacByRpmTaper portion of idle", float, "%.3f"
entry = luaAdd, "idle: Lua Adder", float, "%.3f"
entry = baseDwell, "baseDwell", float, "%.3f"
entry = dwellVoltageCorrection, "dwellVoltageCorrection", float, "%.3f"
entry = luaTimingAdd, "luaTimingAdd", float, "%.3f"
@ -5555,6 +5557,8 @@ dialog = idle_stateDialog, "idle_state"
graphLine = targetRpmByClt
graphLine = targetRpmAcBump
graphLine = iacByRpmTaper
liveGraph = idle_state_3_Graph, "Graph", South
graphLine = luaAdd
dialog = ignition_stateDialog, "ignition_state"

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 Sun Aug 21 00:16:56 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sun Aug 21 04:24:53 UTC 2022
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -2378,10 +2378,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.21.all.2178032719";
public static final String TS_SIGNATURE = "rusEFI 2022.08.21.all.2288281700";
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 = 1204;
public static final int TS_TOTAL_OUTPUT_SIZE = 1208;
public static final int TsCalMode_EtbKd = 5;
public static final int TsCalMode_EtbKi = 4;
public static final int TsCalMode_EtbKp = 3;

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/idle_state.txt Fri Aug 19 03:07:34 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/idle_state.txt Sun Aug 21 04:23:45 UTC 2022
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -46,6 +46,7 @@ public class IdleState {
public static final Field TARGETRPMBYCLT = Field.create("TARGETRPMBYCLT", 24, FieldType.INT).setScale(1.0);
public static final Field TARGETRPMACBUMP = Field.create("TARGETRPMACBUMP", 28, FieldType.INT).setScale(1.0);
public static final Field IACBYRPMTAPER = Field.create("IACBYRPMTAPER", 32, FieldType.FLOAT);
public static final Field LUAADD = Field.create("LUAADD", 36, FieldType.FLOAT);
public static final Field[] VALUES = {
IDLESTATE,
CURRENTIDLEPOSITION,
@ -87,5 +88,6 @@ public class IdleState {
TARGETRPMBYCLT,
TARGETRPMACBUMP,
IACBYRPMTAPER,
LUAADD,
};
}