Auto-generated configs and docs

This commit is contained in:
GitHub build-firmware Action 2022-07-02 07:55:19 +00:00
parent 3858b1d720
commit 54a140d0df
72 changed files with 409 additions and 402 deletions

View File

@ -2489,7 +2489,7 @@
#define ts_show_vbatt true #define ts_show_vbatt true
#define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true #define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen_cypress.2085585038" #define TS_SIGNATURE "rusEFI 2022.07.02.hellen_cypress.2085585038"
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W #define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't' #define TS_TEST_COMMAND 't'

View File

@ -2475,7 +2475,7 @@
#define ts_show_vbatt true #define ts_show_vbatt true
#define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true #define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI 2022.07.01.kin.571270915" #define TS_SIGNATURE "rusEFI 2022.07.02.kin.571270915"
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W #define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't' #define TS_TEST_COMMAND 't'

View File

@ -2456,7 +2456,7 @@
#define ts_show_vbatt true #define ts_show_vbatt true
#define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true #define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI 2022.07.01.subaru_eg33_f7.846346038" #define TS_SIGNATURE "rusEFI 2022.07.02.subaru_eg33_f7.846346038"
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W #define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't' #define TS_TEST_COMMAND 't'

View File

@ -287,15 +287,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -304,7 +304,7 @@ openLoopPart("openLoopPart", SensorCategory.SENSOR_INPUTS, FieldType.INT, 640, 1
boostControllerClosedLoopPart("Boost Closed Loop", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 644, 0.5, -50.0, 50.0, "%"), boostControllerClosedLoopPart("Boost Closed Loop", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 644, 0.5, -50.0, 50.0, "%"),
alignmentFill_at_17("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 645, 1.0, -20.0, 100.0, "units"), alignmentFill_at_17("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 645, 1.0, -20.0, 100.0, "units"),
boostControlTarget("Boost Target", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 646, 0.03333333333333333, 0.0, 0.0, "kPa"), boostControlTarget("Boost Target", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 646, 0.03333333333333333, 0.0, 0.0, "kPa"),
latest_usage_ac_control("latest_usage_ac_control", SensorCategory.SENSOR_INPUTS, FieldType.INT, 652, 1.0, -1.0, -1.0, ""), latest_usage_ac_control("AC latest activity", SensorCategory.SENSOR_INPUTS, FieldType.INT, 652, 1.0, -1.0, -1.0, ""),
acSwitchLastChangeTimeMs("acSwitchLastChangeTimeMs", SensorCategory.SENSOR_INPUTS, FieldType.INT, 656, 1.0, -1.0, -1.0, ""), acSwitchLastChangeTimeMs("acSwitchLastChangeTimeMs", SensorCategory.SENSOR_INPUTS, FieldType.INT, 656, 1.0, -1.0, -1.0, ""),
lua("lua", SensorCategory.SENSOR_INPUTS, FieldType.INT, 672, 1.0, -1.0, -1.0, ""), lua("lua", SensorCategory.SENSOR_INPUTS, FieldType.INT, 672, 1.0, -1.0, -1.0, ""),
sd("sd", SensorCategory.SENSOR_INPUTS, FieldType.INT, 684, 1.0, -1.0, -1.0, ""), sd("sd", SensorCategory.SENSOR_INPUTS, FieldType.INT, 684, 1.0, -1.0, -1.0, ""),

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/ac_control.txt Mon May 09 09:39:56 UTC 2022 // this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/ac_control.txt Sat Jul 02 07:53:56 UTC 2022
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -6,21 +6,27 @@
// start of ac_control_s // start of ac_control_s
struct ac_control_s { struct ac_control_s {
/** /**
* AC engine too slow
offset 0 bit 0 */ offset 0 bit 0 */
bool engineTooSlow : 1 {}; bool engineTooSlow : 1 {};
/** /**
* AC engine too fast
offset 0 bit 1 */ offset 0 bit 1 */
bool engineTooFast : 1 {}; bool engineTooFast : 1 {};
/** /**
* AC no CLT
offset 0 bit 2 */ offset 0 bit 2 */
bool noClt : 1 {}; bool noClt : 1 {};
/** /**
* AC engine too hot
offset 0 bit 3 */ offset 0 bit 3 */
bool engineTooHot : 1 {}; bool engineTooHot : 1 {};
/** /**
* AC tps too high
offset 0 bit 4 */ offset 0 bit 4 */
bool tpsTooHigh : 1 {}; bool tpsTooHigh : 1 {};
/** /**
* AC enabled
offset 0 bit 5 */ offset 0 bit 5 */
bool m_acEnabled : 1 {}; bool m_acEnabled : 1 {};
/** /**
@ -28,7 +34,7 @@ struct ac_control_s {
offset 0 bit 6 */ offset 0 bit 6 */
bool acButtonState : 1 {}; bool acButtonState : 1 {};
/** /**
* For setAcDisabled Lua method * AC disabled by Lua
offset 0 bit 7 */ offset 0 bit 7 */
bool isDisabledByLua : 1 {}; bool isDisabledByLua : 1 {};
/** /**
@ -104,6 +110,7 @@ struct ac_control_s {
offset 0 bit 31 */ offset 0 bit 31 */
bool unusedBit_8_31 : 1 {}; bool unusedBit_8_31 : 1 {};
/** /**
* AC latest activity
* offset 4 * offset 4
*/ */
int latest_usage_ac_control = (int)0; int latest_usage_ac_control = (int)0;
@ -115,4 +122,4 @@ struct ac_control_s {
static_assert(sizeof(ac_control_s) == 12); static_assert(sizeof(ac_control_s) == 12);
// end // end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/ac_control.txt Mon May 09 09:39:56 UTC 2022 // this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/ac_control.txt Sat Jul 02 07:53:56 UTC 2022

View File

@ -2489,7 +2489,7 @@
#define ts_show_vbatt true #define ts_show_vbatt true
#define ts_show_vr_threshold_2 true #define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true #define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI 2022.07.01.all.962842244" #define TS_SIGNATURE "rusEFI 2022.07.02.all.962842244"
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W #define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't' #define TS_TEST_COMMAND 't'

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 776259275 #define SIGNATURE_HASH 776259275
#define TS_SIGNATURE "rusEFI 2022.07.01.48way.776259275" #define TS_SIGNATURE "rusEFI 2022.07.02.48way.776259275"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 962842244 #define SIGNATURE_HASH 962842244
#define TS_SIGNATURE "rusEFI 2022.07.01.all.962842244" #define TS_SIGNATURE "rusEFI 2022.07.02.all.962842244"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 191976424 #define SIGNATURE_HASH 191976424
#define TS_SIGNATURE "rusEFI 2022.07.01.alphax-2chan.191976424" #define TS_SIGNATURE "rusEFI 2022.07.02.alphax-2chan.191976424"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 451879367 #define SIGNATURE_HASH 451879367
#define TS_SIGNATURE "rusEFI 2022.07.01.alphax-4chan.451879367" #define TS_SIGNATURE "rusEFI 2022.07.02.alphax-4chan.451879367"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 631847843 #define SIGNATURE_HASH 631847843
#define TS_SIGNATURE "rusEFI 2022.07.01.atlas.631847843" #define TS_SIGNATURE "rusEFI 2022.07.02.atlas.631847843"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 3482296189 #define SIGNATURE_HASH 3482296189
#define TS_SIGNATURE "rusEFI 2022.07.01.core8.3482296189" #define TS_SIGNATURE "rusEFI 2022.07.02.core8.3482296189"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 962842244 #define SIGNATURE_HASH 962842244
#define TS_SIGNATURE "rusEFI 2022.07.01.f407-discovery.962842244" #define TS_SIGNATURE "rusEFI 2022.07.02.f407-discovery.962842244"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 962842244 #define SIGNATURE_HASH 962842244
#define TS_SIGNATURE "rusEFI 2022.07.01.f429-discovery.962842244" #define TS_SIGNATURE "rusEFI 2022.07.02.f429-discovery.962842244"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 2064593472 #define SIGNATURE_HASH 2064593472
#define TS_SIGNATURE "rusEFI 2022.07.01.frankenso_na6.2064593472" #define TS_SIGNATURE "rusEFI 2022.07.02.frankenso_na6.2064593472"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 1301254651 #define SIGNATURE_HASH 1301254651
#define TS_SIGNATURE "rusEFI 2022.07.01.harley81.1301254651" #define TS_SIGNATURE "rusEFI 2022.07.02.harley81.1301254651"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 409788385 #define SIGNATURE_HASH 409788385
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen-gm-e67.409788385" #define TS_SIGNATURE "rusEFI 2022.07.02.hellen-gm-e67.409788385"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 3773366088 #define SIGNATURE_HASH 3773366088
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen-nb1.3773366088" #define TS_SIGNATURE "rusEFI 2022.07.02.hellen-nb1.3773366088"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 2981983854 #define SIGNATURE_HASH 2981983854
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen121nissan.2981983854" #define TS_SIGNATURE "rusEFI 2022.07.02.hellen121nissan.2981983854"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 1229065726 #define SIGNATURE_HASH 1229065726
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen121vag.1229065726" #define TS_SIGNATURE "rusEFI 2022.07.02.hellen121vag.1229065726"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 1464341077 #define SIGNATURE_HASH 1464341077
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen128.1464341077" #define TS_SIGNATURE "rusEFI 2022.07.02.hellen128.1464341077"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 2704063488 #define SIGNATURE_HASH 2704063488
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen154hyundai.2704063488" #define TS_SIGNATURE "rusEFI 2022.07.02.hellen154hyundai.2704063488"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 3411863424 #define SIGNATURE_HASH 3411863424
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen72.3411863424" #define TS_SIGNATURE "rusEFI 2022.07.02.hellen72.3411863424"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 467015310 #define SIGNATURE_HASH 467015310
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen81.467015310" #define TS_SIGNATURE "rusEFI 2022.07.02.hellen81.467015310"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 1710491680 #define SIGNATURE_HASH 1710491680
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen88bmw.1710491680" #define TS_SIGNATURE "rusEFI 2022.07.02.hellen88bmw.1710491680"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 3152560100 #define SIGNATURE_HASH 3152560100
#define TS_SIGNATURE "rusEFI 2022.07.01.hellenNA6.3152560100" #define TS_SIGNATURE "rusEFI 2022.07.02.hellenNA6.3152560100"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 1004147892 #define SIGNATURE_HASH 1004147892
#define TS_SIGNATURE "rusEFI 2022.07.01.hellenNA8_96.1004147892" #define TS_SIGNATURE "rusEFI 2022.07.02.hellenNA8_96.1004147892"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 2085585038 #define SIGNATURE_HASH 2085585038
#define TS_SIGNATURE "rusEFI 2022.07.01.hellen_cypress.2085585038" #define TS_SIGNATURE "rusEFI 2022.07.02.hellen_cypress.2085585038"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 571270915 #define SIGNATURE_HASH 571270915
#define TS_SIGNATURE "rusEFI 2022.07.01.kin.571270915" #define TS_SIGNATURE "rusEFI 2022.07.02.kin.571270915"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 4139074162 #define SIGNATURE_HASH 4139074162
#define TS_SIGNATURE "rusEFI 2022.07.01.mre_f4.4139074162" #define TS_SIGNATURE "rusEFI 2022.07.02.mre_f4.4139074162"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 4139074162 #define SIGNATURE_HASH 4139074162
#define TS_SIGNATURE "rusEFI 2022.07.01.mre_f7.4139074162" #define TS_SIGNATURE "rusEFI 2022.07.02.mre_f7.4139074162"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 1770592098 #define SIGNATURE_HASH 1770592098
#define TS_SIGNATURE "rusEFI 2022.07.01.prometheus_405.1770592098" #define TS_SIGNATURE "rusEFI 2022.07.02.prometheus_405.1770592098"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 1770592098 #define SIGNATURE_HASH 1770592098
#define TS_SIGNATURE "rusEFI 2022.07.01.prometheus_469.1770592098" #define TS_SIGNATURE "rusEFI 2022.07.02.prometheus_469.1770592098"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 2628651506 #define SIGNATURE_HASH 2628651506
#define TS_SIGNATURE "rusEFI 2022.07.01.proteus_f4.2628651506" #define TS_SIGNATURE "rusEFI 2022.07.02.proteus_f4.2628651506"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 2628651506 #define SIGNATURE_HASH 2628651506
#define TS_SIGNATURE "rusEFI 2022.07.01.proteus_f7.2628651506" #define TS_SIGNATURE "rusEFI 2022.07.02.proteus_f7.2628651506"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 2628651506 #define SIGNATURE_HASH 2628651506
#define TS_SIGNATURE "rusEFI 2022.07.01.proteus_h7.2628651506" #define TS_SIGNATURE "rusEFI 2022.07.02.proteus_h7.2628651506"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 846346038 #define SIGNATURE_HASH 846346038
#define TS_SIGNATURE "rusEFI 2022.07.01.subaru_eg33_f7.846346038" #define TS_SIGNATURE "rusEFI 2022.07.02.subaru_eg33_f7.846346038"

View File

@ -3,4 +3,4 @@
// //
#define SIGNATURE_HASH 2473263312 #define SIGNATURE_HASH 2473263312
#define TS_SIGNATURE "rusEFI 2022.07.01.tdg-pdm8.2473263312" #define TS_SIGNATURE "rusEFI 2022.07.02.tdg-pdm8.2473263312"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.all.962842244" signature = "rusEFI 2022.07.02.all.962842244"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.all.962842244" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.all.962842244" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:57:21 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:58 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.48way.776259275" signature = "rusEFI 2022.07.02.48way.776259275"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.48way.776259275" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.48way.776259275" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:56:58 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:34 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.alphax-2chan.191976424" signature = "rusEFI 2022.07.02.alphax-2chan.191976424"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.alphax-2chan.191976424" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.alphax-2chan.191976424" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:56:22 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:53:58 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.alphax-4chan.451879367" signature = "rusEFI 2022.07.02.alphax-4chan.451879367"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.alphax-4chan.451879367" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.alphax-4chan.451879367" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:56:24 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:00 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.atlas.631847843" signature = "rusEFI 2022.07.02.atlas.631847843"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.atlas.631847843" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.atlas.631847843" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:57:17 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:54 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.core8.3482296189" signature = "rusEFI 2022.07.02.core8.3482296189"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.core8.3482296189" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.core8.3482296189" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:56:56 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:32 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.f407-discovery.962842244" signature = "rusEFI 2022.07.02.f407-discovery.962842244"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.f407-discovery.962842244" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.f407-discovery.962842244" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:57:13 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:49 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.f429-discovery.962842244" signature = "rusEFI 2022.07.02.f429-discovery.962842244"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.f429-discovery.962842244" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.f429-discovery.962842244" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:57:15 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:52 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.frankenso_na6.2064593472" signature = "rusEFI 2022.07.02.frankenso_na6.2064593472"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.frankenso_na6.2064593472" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.frankenso_na6.2064593472" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:57:00 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:36 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.harley81.1301254651" signature = "rusEFI 2022.07.02.harley81.1301254651"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.harley81.1301254651" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.harley81.1301254651" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:56:26 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:02 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.hellen-gm-e67.409788385" signature = "rusEFI 2022.07.02.hellen-gm-e67.409788385"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.hellen-gm-e67.409788385" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.hellen-gm-e67.409788385" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:56:45 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:21 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.hellen-nb1.3773366088" signature = "rusEFI 2022.07.02.hellen-nb1.3773366088"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.hellen-nb1.3773366088" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.hellen-nb1.3773366088" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:56:43 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:19 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.hellen121nissan.2981983854" signature = "rusEFI 2022.07.02.hellen121nissan.2981983854"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.hellen121nissan.2981983854" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.hellen121nissan.2981983854" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:56:32 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:08 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.hellen121vag.1229065726" signature = "rusEFI 2022.07.02.hellen121vag.1229065726"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.hellen121vag.1229065726" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.hellen121vag.1229065726" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:56:30 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:06 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.hellen128.1464341077" signature = "rusEFI 2022.07.02.hellen128.1464341077"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.hellen128.1464341077" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.hellen128.1464341077" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:56:28 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:04 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.hellen154hyundai.2704063488" signature = "rusEFI 2022.07.02.hellen154hyundai.2704063488"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.hellen154hyundai.2704063488" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.hellen154hyundai.2704063488" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:56:34 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:10 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.hellen72.3411863424" signature = "rusEFI 2022.07.02.hellen72.3411863424"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.hellen72.3411863424" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.hellen72.3411863424" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:56:39 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:15 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.hellen81.467015310" signature = "rusEFI 2022.07.02.hellen81.467015310"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.hellen81.467015310" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.hellen81.467015310" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:56:41 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:17 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.hellen88bmw.1710491680" signature = "rusEFI 2022.07.02.hellen88bmw.1710491680"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.hellen88bmw.1710491680" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.hellen88bmw.1710491680" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:56:37 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:12 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.hellenNA6.3152560100" signature = "rusEFI 2022.07.02.hellenNA6.3152560100"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.hellenNA6.3152560100" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.hellenNA6.3152560100" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:56:47 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:23 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.hellenNA8_96.1004147892" signature = "rusEFI 2022.07.02.hellenNA8_96.1004147892"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.hellenNA8_96.1004147892" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.hellenNA8_96.1004147892" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:56:49 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:25 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.hellen_cypress.2085585038" signature = "rusEFI 2022.07.02.hellen_cypress.2085585038"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.hellen_cypress.2085585038" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.hellen_cypress.2085585038" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Fri Jul 01 10:57:24 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Sat Jul 02 07:55:02 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.kin.571270915" signature = "rusEFI 2022.07.02.kin.571270915"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.kin.571270915" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.kin.571270915" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Fri Jul 01 10:57:23 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Sat Jul 02 07:55:00 UTC 2022
pageSize = 21272 pageSize = 21272
page = 1 page = 1
@ -4077,15 +4077,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.mre_f4.4139074162" signature = "rusEFI 2022.07.02.mre_f4.4139074162"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.mre_f4.4139074162" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.mre_f4.4139074162" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:56:54 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:30 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.mre_f7.4139074162" signature = "rusEFI 2022.07.02.mre_f7.4139074162"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.mre_f7.4139074162" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.mre_f7.4139074162" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:56:52 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:27 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.prometheus_405.1770592098" signature = "rusEFI 2022.07.02.prometheus_405.1770592098"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.prometheus_405.1770592098" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.prometheus_405.1770592098" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:57:04 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:41 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.prometheus_469.1770592098" signature = "rusEFI 2022.07.02.prometheus_469.1770592098"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.prometheus_469.1770592098" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.prometheus_469.1770592098" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:57:02 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:39 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.proteus_f4.2628651506" signature = "rusEFI 2022.07.02.proteus_f4.2628651506"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.proteus_f4.2628651506" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.proteus_f4.2628651506" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:57:08 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:45 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.proteus_f7.2628651506" signature = "rusEFI 2022.07.02.proteus_f7.2628651506"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.proteus_f7.2628651506" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.proteus_f7.2628651506" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:57:06 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:43 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.proteus_h7.2628651506" signature = "rusEFI 2022.07.02.proteus_h7.2628651506"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.proteus_h7.2628651506" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.proteus_h7.2628651506" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:57:10 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:47 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.subaru_eg33_f7.846346038" signature = "rusEFI 2022.07.02.subaru_eg33_f7.846346038"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.subaru_eg33_f7.846346038" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.subaru_eg33_f7.846346038" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Fri Jul 01 10:57:26 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 Sat Jul 02 07:55:03 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -32,12 +32,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.07.01.tdg-pdm8.2473263312" signature = "rusEFI 2022.07.02.tdg-pdm8.2473263312"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmware version for title bar. versionInfo = "V" ; firmware version for title bar.
signature = "rusEFI 2022.07.01.tdg-pdm8.2473263312" ; signature is expected to be 7 or more characters. signature = "rusEFI 2022.07.02.tdg-pdm8.2473263312" ; 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 ; 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 useLegacyFTempUnits = false
@ -85,7 +85,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:57:19 UTC 2022 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:54:56 UTC 2022
pageSize = 21300 pageSize = 21300
page = 1 page = 1
@ -4116,15 +4116,15 @@ entry = loadTargetMult, "loadTargetMult", float, "%.3f"
entry = openLoopPart, "openLoopPart", float, "%.3f" entry = openLoopPart, "openLoopPart", float, "%.3f"
entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f" entry = boostControllerClosedLoopPart, "Boost Closed Loop", float, "%.3f"
entry = boostControlTarget, "Boost Target", float, "%.3f" entry = boostControlTarget, "Boost Target", float, "%.3f"
entry = engineTooSlow, "engineTooSlow", int, "%d" entry = engineTooSlow, "AC engine too slow", int, "%d"
entry = engineTooFast, "engineTooFast", int, "%d" entry = engineTooFast, "AC engine too fast", int, "%d"
entry = noClt, "noClt", int, "%d" entry = noClt, "AC no CLT", int, "%d"
entry = engineTooHot, "engineTooHot", int, "%d" entry = engineTooHot, "AC engine too hot", int, "%d"
entry = tpsTooHigh, "tpsTooHigh", int, "%d" entry = tpsTooHigh, "AC tps too high", int, "%d"
entry = m_acEnabled, "m_acEnabled", int, "%d" entry = m_acEnabled, "AC enabled", int, "%d"
entry = acButtonState, "AC switch", int, "%d" entry = acButtonState, "AC switch", int, "%d"
entry = isDisabledByLua, "For setAcDisabled Lua method", int, "%d" entry = isDisabledByLua, "AC disabled by Lua", int, "%d"
entry = latest_usage_ac_control, "latest_usage_ac_control", int, "%d" entry = latest_usage_ac_control, "AC latest activity", int, "%d"
entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d"
entry = cranking, "cranking", int, "%d" entry = cranking, "cranking", int, "%d"
entry = notRunning, "notRunning", int, "%d" entry = notRunning, "notRunning", int, "%d"

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated; package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Fri Jul 01 10:57:30 UTC 2022 // this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Sat Jul 02 07:55:07 UTC 2022
// by class com.rusefi.output.FileJavaFieldsConsumer // by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*; import com.rusefi.config.*;
@ -2372,7 +2372,7 @@ public class Fields {
public static final int TS_RESPONSE_UNDERRUN = 0x80; public static final int TS_RESPONSE_UNDERRUN = 0x80;
public static final int TS_RESPONSE_UNRECOGNIZED_COMMAND = 0x83; public static final int TS_RESPONSE_UNRECOGNIZED_COMMAND = 0x83;
public static final char TS_SET_LOGGER_SWITCH = 'l'; public static final char TS_SET_LOGGER_SWITCH = 'l';
public static final String TS_SIGNATURE = "rusEFI 2022.07.01.all.962842244"; public static final String TS_SIGNATURE = "rusEFI 2022.07.02.all.962842244";
public static final char TS_SINGLE_WRITE_COMMAND = 'W'; public static final char TS_SINGLE_WRITE_COMMAND = 'W';
public static final char TS_TEST_COMMAND = 't'; public static final char TS_TEST_COMMAND = 't';
public static final int TS_TOTAL_OUTPUT_SIZE = 1016; public static final int TS_TOTAL_OUTPUT_SIZE = 1016;