Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2022-12-15 03:43:04 +00:00
parent 0b260b3e9f
commit 42efd2c0fd
81 changed files with 681 additions and 215 deletions

View File

@ -1026,7 +1026,7 @@
#define SENT_INPUT_COUNT 1
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH snap_56138
#define SIGNATURE_HASH snap_25264
#define specs_s_size 12
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
@ -1300,12 +1300,12 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI 2022.12.15.cypress.snap_56138"
#define TS_SIGNATURE "rusEFI 2022.12.15.cypress.snap_25264"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'
#define TS_TEST_COMMAND_char t
#define TS_TOTAL_OUTPUT_SIZE 1276
#define TS_TOTAL_OUTPUT_SIZE 1280
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -1026,7 +1026,7 @@
#define SENT_INPUT_COUNT 1
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH snap_31110
#define SIGNATURE_HASH snap_49276
#define specs_s_size 12
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
@ -1300,12 +1300,12 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI 2022.12.15.kin.snap_31110"
#define TS_SIGNATURE "rusEFI 2022.12.15.kin.snap_49276"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'
#define TS_TEST_COMMAND_char t
#define TS_TOTAL_OUTPUT_SIZE 1276
#define TS_TOTAL_OUTPUT_SIZE 1280
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -992,7 +992,7 @@
#define show_Frankenso_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH snap_656
#define SIGNATURE_HASH snap_47978
#define specs_s_size 12
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
@ -1267,12 +1267,12 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI 2022.12.15.subaru_eg33_f7.snap_656"
#define TS_SIGNATURE "rusEFI 2022.12.15.subaru_eg33_f7.snap_47978"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'
#define TS_TEST_COMMAND_char t
#define TS_TOTAL_OUTPUT_SIZE 1276
#define TS_TOTAL_OUTPUT_SIZE 1280
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -504,3 +504,4 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"

View File

@ -331,3 +331,9 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel

View File

@ -18,3 +18,4 @@
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"

View File

@ -27,3 +27,4 @@ decl_frag<electronic_throttle_s, 0>{}, // etb1
// decl_frag<electronic_throttle_s, 1>{}, // etb2
decl_frag<wideband_state_s, 0>{}, // wb1
// decl_frag<wideband_state_s, 1>{}, // wb2
decl_frag<antilag_s>{},

View File

@ -23,6 +23,7 @@ LDS_idle_state,
LDS_ignition_state,
LDS_electronic_throttle,
LDS_wideband_state,
LDS_antilag,
} live_data_e;
#define OUTPUT_CHANNELS_BASE_ADDRESS 0
#define KNOCK_CONTROLLER_BASE_ADDRESS 748
@ -45,3 +46,4 @@ LDS_wideband_state,
#define IGNITION_STATE_BASE_ADDRESS 1200
#define ELECTRONIC_THROTTLE_BASE_ADDRESS 1216
#define WIDEBAND_STATE_BASE_ADDRESS 1264
#define ANTILAG_BASE_ADDRESS 1276

View File

@ -689,3 +689,5 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280

View File

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

View File

@ -0,0 +1,108 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/antilag.txt Thu Dec 15 03:42:15 UTC 2022
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
#include "rusefi_types.h"
// start of anti_lag_s
struct anti_lag_s {
/**
offset 0 bit 0 */
bool isCltAllowing : 1 {};
/**
offset 0 bit 1 */
bool unusedBit_1_1 : 1 {};
/**
offset 0 bit 2 */
bool unusedBit_1_2 : 1 {};
/**
offset 0 bit 3 */
bool unusedBit_1_3 : 1 {};
/**
offset 0 bit 4 */
bool unusedBit_1_4 : 1 {};
/**
offset 0 bit 5 */
bool unusedBit_1_5 : 1 {};
/**
offset 0 bit 6 */
bool unusedBit_1_6 : 1 {};
/**
offset 0 bit 7 */
bool unusedBit_1_7 : 1 {};
/**
offset 0 bit 8 */
bool unusedBit_1_8 : 1 {};
/**
offset 0 bit 9 */
bool unusedBit_1_9 : 1 {};
/**
offset 0 bit 10 */
bool unusedBit_1_10 : 1 {};
/**
offset 0 bit 11 */
bool unusedBit_1_11 : 1 {};
/**
offset 0 bit 12 */
bool unusedBit_1_12 : 1 {};
/**
offset 0 bit 13 */
bool unusedBit_1_13 : 1 {};
/**
offset 0 bit 14 */
bool unusedBit_1_14 : 1 {};
/**
offset 0 bit 15 */
bool unusedBit_1_15 : 1 {};
/**
offset 0 bit 16 */
bool unusedBit_1_16 : 1 {};
/**
offset 0 bit 17 */
bool unusedBit_1_17 : 1 {};
/**
offset 0 bit 18 */
bool unusedBit_1_18 : 1 {};
/**
offset 0 bit 19 */
bool unusedBit_1_19 : 1 {};
/**
offset 0 bit 20 */
bool unusedBit_1_20 : 1 {};
/**
offset 0 bit 21 */
bool unusedBit_1_21 : 1 {};
/**
offset 0 bit 22 */
bool unusedBit_1_22 : 1 {};
/**
offset 0 bit 23 */
bool unusedBit_1_23 : 1 {};
/**
offset 0 bit 24 */
bool unusedBit_1_24 : 1 {};
/**
offset 0 bit 25 */
bool unusedBit_1_25 : 1 {};
/**
offset 0 bit 26 */
bool unusedBit_1_26 : 1 {};
/**
offset 0 bit 27 */
bool unusedBit_1_27 : 1 {};
/**
offset 0 bit 28 */
bool unusedBit_1_28 : 1 {};
/**
offset 0 bit 29 */
bool unusedBit_1_29 : 1 {};
/**
offset 0 bit 30 */
bool unusedBit_1_30 : 1 {};
/**
offset 0 bit 31 */
bool unusedBit_1_31 : 1 {};
};
static_assert(sizeof(anti_lag_s) == 4);
// end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/antilag.txt Thu Dec 15 03:42:15 UTC 2022

View File

@ -1026,7 +1026,7 @@
#define SENT_INPUT_COUNT 1
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH snap_56138
#define SIGNATURE_HASH snap_25264
#define specs_s_size 12
#define spi_device_e_auto_enum 0="SPI_NONE",1="SPI_DEVICE_1",2="SPI_DEVICE_2",3="SPI_DEVICE_3",4="SPI_DEVICE_4"
#define spi_device_e_SPI_DEVICE_1 1
@ -1300,12 +1300,12 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI 2022.12.15.all.snap_56138"
#define TS_SIGNATURE "rusEFI 2022.12.15.all.snap_25264"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'
#define TS_TEST_COMMAND_char t
#define TS_TOTAL_OUTPUT_SIZE 1276
#define TS_TOTAL_OUTPUT_SIZE 1280
#define TS_TRIGGER_SCOPE_CHANNEL_1_NAME "Channel 1"
#define TS_TRIGGER_SCOPE_CHANNEL_2_NAME "Channel 2"
#define TS_TRIGGER_SCOPE_DISABLE 5

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_54021
#define TS_SIGNATURE "rusEFI 2022.12.15.48way.snap_54021"
#define SIGNATURE_HASH snap_27391
#define TS_SIGNATURE "rusEFI 2022.12.15.48way.snap_27391"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_56138
#define TS_SIGNATURE "rusEFI 2022.12.15.all.snap_56138"
#define SIGNATURE_HASH snap_25264
#define TS_SIGNATURE "rusEFI 2022.12.15.all.snap_25264"

View File

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

View File

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

View File

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

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_11885
#define TS_SIGNATURE "rusEFI 2022.12.15.atlas.snap_11885"
#define SIGNATURE_HASH snap_38807
#define TS_SIGNATURE "rusEFI 2022.12.15.atlas.snap_38807"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_35507
#define TS_SIGNATURE "rusEFI 2022.12.15.core8.snap_35507"
#define SIGNATURE_HASH snap_13129
#define TS_SIGNATURE "rusEFI 2022.12.15.core8.snap_13129"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat by SignatureConsumer
//
#define SIGNATURE_HASH snap_56138
#define TS_SIGNATURE "rusEFI 2022.12.15.cypress.snap_56138"
#define SIGNATURE_HASH snap_25264
#define TS_SIGNATURE "rusEFI 2022.12.15.cypress.snap_25264"

View File

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

View File

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

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_10126
#define TS_SIGNATURE "rusEFI 2022.12.15.frankenso_na6.snap_10126"
#define SIGNATURE_HASH snap_40564
#define TS_SIGNATURE "rusEFI 2022.12.15.frankenso_na6.snap_40564"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_40373
#define TS_SIGNATURE "rusEFI 2022.12.15.harley81.snap_40373"
#define SIGNATURE_HASH snap_9295
#define TS_SIGNATURE "rusEFI 2022.12.15.harley81.snap_9295"

View File

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

View File

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

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_9944
#define TS_SIGNATURE "rusEFI 2022.12.15.hellen121nissan.snap_9944"
#define SIGNATURE_HASH snap_40738
#define TS_SIGNATURE "rusEFI 2022.12.15.hellen121nissan.snap_40738"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_19543
#define TS_SIGNATURE "rusEFI 2022.12.15.hellen121vag.snap_19543"
#define SIGNATURE_HASH snap_62893
#define TS_SIGNATURE "rusEFI 2022.12.15.hellen121vag.snap_62893"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_42609
#define TS_SIGNATURE "rusEFI 2022.12.15.hellen128.snap_42609"
#define SIGNATURE_HASH snap_8075
#define TS_SIGNATURE "rusEFI 2022.12.15.hellen128.snap_8075"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_57769
#define TS_SIGNATURE "rusEFI 2022.12.15.hellen154hyundai.snap_57769"
#define SIGNATURE_HASH snap_22611
#define TS_SIGNATURE "rusEFI 2022.12.15.hellen154hyundai.snap_22611"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_54721
#define TS_SIGNATURE "rusEFI 2022.12.15.hellen72.snap_54721"
#define SIGNATURE_HASH snap_27707
#define TS_SIGNATURE "rusEFI 2022.12.15.hellen72.snap_27707"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_17719
#define TS_SIGNATURE "rusEFI 2022.12.15.hellen81.snap_17719"
#define SIGNATURE_HASH snap_64717
#define TS_SIGNATURE "rusEFI 2022.12.15.hellen81.snap_64717"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_51334
#define TS_SIGNATURE "rusEFI 2022.12.15.hellen88bmw.snap_51334"
#define SIGNATURE_HASH snap_29052
#define TS_SIGNATURE "rusEFI 2022.12.15.hellen88bmw.snap_29052"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_27261
#define TS_SIGNATURE "rusEFI 2022.12.15.hellenNA6.snap_27261"
#define SIGNATURE_HASH snap_54151
#define TS_SIGNATURE "rusEFI 2022.12.15.hellenNA6.snap_54151"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_27298
#define TS_SIGNATURE "rusEFI 2022.12.15.hellenNA8_96.snap_27298"
#define SIGNATURE_HASH snap_54104
#define TS_SIGNATURE "rusEFI 2022.12.15.hellenNA8_96.snap_54104"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat by SignatureConsumer
//
#define SIGNATURE_HASH snap_31110
#define TS_SIGNATURE "rusEFI 2022.12.15.kin.snap_31110"
#define SIGNATURE_HASH snap_49276
#define TS_SIGNATURE "rusEFI 2022.12.15.kin.snap_49276"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_48202
#define TS_SIGNATURE "rusEFI 2022.12.15.mre_f4.snap_48202"
#define SIGNATURE_HASH snap_1456
#define TS_SIGNATURE "rusEFI 2022.12.15.mre_f4.snap_1456"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_48202
#define TS_SIGNATURE "rusEFI 2022.12.15.mre_f7.snap_48202"
#define SIGNATURE_HASH snap_1456
#define TS_SIGNATURE "rusEFI 2022.12.15.mre_f7.snap_1456"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_684
#define TS_SIGNATURE "rusEFI 2022.12.15.prometheus_405.snap_684"
#define SIGNATURE_HASH snap_47958
#define TS_SIGNATURE "rusEFI 2022.12.15.prometheus_405.snap_47958"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_684
#define TS_SIGNATURE "rusEFI 2022.12.15.prometheus_469.snap_684"
#define SIGNATURE_HASH snap_47958
#define TS_SIGNATURE "rusEFI 2022.12.15.prometheus_469.snap_47958"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_7228
#define TS_SIGNATURE "rusEFI 2022.12.15.proteus_f4.snap_7228"
#define SIGNATURE_HASH snap_42438
#define TS_SIGNATURE "rusEFI 2022.12.15.proteus_f4.snap_42438"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_7228
#define TS_SIGNATURE "rusEFI 2022.12.15.proteus_f7.snap_7228"
#define SIGNATURE_HASH snap_42438
#define TS_SIGNATURE "rusEFI 2022.12.15.proteus_f7.snap_42438"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH snap_7228
#define TS_SIGNATURE "rusEFI 2022.12.15.proteus_h7.snap_7228"
#define SIGNATURE_HASH snap_42438
#define TS_SIGNATURE "rusEFI 2022.12.15.proteus_h7.snap_42438"

View File

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

View File

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

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.all.snap_56138"
signature = "rusEFI 2022.12.15.all.snap_25264"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.all.snap_56138" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.all.snap_25264" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:30:00 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:53 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5065,6 +5068,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5574,6 +5578,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.48way.snap_54021"
signature = "rusEFI 2022.12.15.48way.snap_27391"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.48way.snap_54021" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.48way.snap_27391" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:46 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:40 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5063,6 +5066,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5572,6 +5576,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.alphax-2chan.snap_17958"
signature = "rusEFI 2022.12.15.alphax-2chan.snap_65500"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.alphax-2chan.snap_17958" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.alphax-2chan.snap_65500" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:24 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:18 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5059,6 +5062,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5568,6 +5572,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.alphax-4chan.snap_51811"
signature = "rusEFI 2022.12.15.alphax-4chan.snap_29593"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.alphax-4chan.snap_51811" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.alphax-4chan.snap_29593" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:25 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:19 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5062,6 +5065,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5571,6 +5575,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.alphax-8chan.snap_62915"
signature = "rusEFI 2022.12.15.alphax-8chan.snap_19513"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.alphax-8chan.snap_62915" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.alphax-8chan.snap_19513" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:26 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:21 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5062,6 +5065,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5571,6 +5575,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.atlas.snap_11885"
signature = "rusEFI 2022.12.15.atlas.snap_38807"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.atlas.snap_11885" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.atlas.snap_38807" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:57 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:50 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5065,6 +5068,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5574,6 +5578,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.core8.snap_35507"
signature = "rusEFI 2022.12.15.core8.snap_13129"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.core8.snap_35507" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.core8.snap_13129" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:45 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:38 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5063,6 +5066,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5572,6 +5576,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.cypress.snap_56138"
signature = "rusEFI 2022.12.15.cypress.snap_25264"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.cypress.snap_56138" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.cypress.snap_25264" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Thu Dec 15 03:29:22 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Thu Dec 15 03:42:16 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5065,6 +5068,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5574,6 +5578,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.f407-discovery.snap_56138"
signature = "rusEFI 2022.12.15.f407-discovery.snap_25264"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.f407-discovery.snap_56138" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.f407-discovery.snap_25264" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:55 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:48 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5065,6 +5068,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5574,6 +5578,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.f429-discovery.snap_56138"
signature = "rusEFI 2022.12.15.f429-discovery.snap_25264"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.f429-discovery.snap_56138" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.f429-discovery.snap_25264" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:56 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:49 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5065,6 +5068,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5574,6 +5578,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.frankenso_na6.snap_10126"
signature = "rusEFI 2022.12.15.frankenso_na6.snap_40564"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.frankenso_na6.snap_10126" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.frankenso_na6.snap_40564" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:47 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:41 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5065,6 +5068,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5574,6 +5578,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.harley81.snap_40373"
signature = "rusEFI 2022.12.15.harley81.snap_9295"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.harley81.snap_40373" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.harley81.snap_9295" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:28 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:22 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5062,6 +5065,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5571,6 +5575,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.hellen-gm-e67.snap_47182"
signature = "rusEFI 2022.12.15.hellen-gm-e67.snap_436"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.hellen-gm-e67.snap_47182" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.hellen-gm-e67.snap_436" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:39 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:33 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5062,6 +5065,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5571,6 +5575,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.hellen-nb1.snap_60038"
signature = "rusEFI 2022.12.15.hellen-nb1.snap_21372"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.hellen-nb1.snap_60038" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.hellen-nb1.snap_21372" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:37 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:31 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5062,6 +5065,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5571,6 +5575,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.hellen121nissan.snap_9944"
signature = "rusEFI 2022.12.15.hellen121nissan.snap_40738"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.hellen121nissan.snap_9944" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.hellen121nissan.snap_40738" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:31 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:26 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5062,6 +5065,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5571,6 +5575,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.hellen121vag.snap_19543"
signature = "rusEFI 2022.12.15.hellen121vag.snap_62893"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.hellen121vag.snap_19543" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.hellen121vag.snap_62893" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:30 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:24 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5062,6 +5065,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5571,6 +5575,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.hellen128.snap_42609"
signature = "rusEFI 2022.12.15.hellen128.snap_8075"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.hellen128.snap_42609" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.hellen128.snap_8075" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:29 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:23 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5062,6 +5065,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5571,6 +5575,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.hellen154hyundai.snap_57769"
signature = "rusEFI 2022.12.15.hellen154hyundai.snap_22611"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.hellen154hyundai.snap_57769" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.hellen154hyundai.snap_22611" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:33 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:27 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5062,6 +5065,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5571,6 +5575,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.hellen72.snap_54721"
signature = "rusEFI 2022.12.15.hellen72.snap_27707"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.hellen72.snap_54721" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.hellen72.snap_27707" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:35 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:29 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5062,6 +5065,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5571,6 +5575,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.hellen81.snap_17719"
signature = "rusEFI 2022.12.15.hellen81.snap_64717"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.hellen81.snap_17719" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.hellen81.snap_64717" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:36 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:30 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5060,6 +5063,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5569,6 +5573,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.hellen88bmw.snap_51334"
signature = "rusEFI 2022.12.15.hellen88bmw.snap_29052"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.hellen88bmw.snap_51334" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.hellen88bmw.snap_29052" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:34 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:28 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5062,6 +5065,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5571,6 +5575,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.hellenNA6.snap_27261"
signature = "rusEFI 2022.12.15.hellenNA6.snap_54151"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.hellenNA6.snap_27261" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.hellenNA6.snap_54151" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:40 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:34 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5062,6 +5065,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5571,6 +5575,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.hellenNA8_96.snap_27298"
signature = "rusEFI 2022.12.15.hellenNA8_96.snap_54104"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.hellenNA8_96.snap_27298" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.hellenNA8_96.snap_54104" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:41 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:35 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5062,6 +5065,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5571,6 +5575,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.kin.snap_31110"
signature = "rusEFI 2022.12.15.kin.snap_49276"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.kin.snap_31110" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.kin.snap_49276" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Thu Dec 15 03:29:20 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Thu Dec 15 03:42:15 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5065,6 +5068,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5574,6 +5578,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.mre_f4.snap_48202"
signature = "rusEFI 2022.12.15.mre_f4.snap_1456"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.mre_f4.snap_48202" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.mre_f4.snap_1456" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:44 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:37 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5063,6 +5066,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5572,6 +5576,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.mre_f7.snap_48202"
signature = "rusEFI 2022.12.15.mre_f7.snap_1456"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.mre_f7.snap_48202" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.mre_f7.snap_1456" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:42 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:36 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5063,6 +5066,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5572,6 +5576,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.prometheus_405.snap_684"
signature = "rusEFI 2022.12.15.prometheus_405.snap_47958"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.prometheus_405.snap_684" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.prometheus_405.snap_47958" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:50 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:43 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5059,6 +5062,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5568,6 +5572,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.prometheus_469.snap_684"
signature = "rusEFI 2022.12.15.prometheus_469.snap_47958"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.prometheus_469.snap_684" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.prometheus_469.snap_47958" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:49 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:42 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5059,6 +5062,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5568,6 +5572,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.proteus_f4.snap_7228"
signature = "rusEFI 2022.12.15.proteus_f4.snap_42438"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.proteus_f4.snap_7228" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.proteus_f4.snap_42438" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:52 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:46 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5058,6 +5061,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5568,6 +5572,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.proteus_f7.snap_7228"
signature = "rusEFI 2022.12.15.proteus_f7.snap_42438"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.proteus_f7.snap_7228" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.proteus_f7.snap_42438" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:51 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:44 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5058,6 +5061,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5568,6 +5572,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.proteus_h7.snap_7228"
signature = "rusEFI 2022.12.15.proteus_h7.snap_42438"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.proteus_h7.snap_7228" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.proteus_h7.snap_42438" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:54 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:47 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5058,6 +5061,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5568,6 +5572,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.subaru_eg33_f7.snap_656"
signature = "rusEFI 2022.12.15.subaru_eg33_f7.snap_47978"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.subaru_eg33_f7.snap_656" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.subaru_eg33_f7.snap_47978" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:23 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 Thu Dec 15 03:42:17 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5061,6 +5064,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5570,6 +5574,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2022.12.15.tdg-pdm8.snap_5406"
signature = "rusEFI 2022.12.15.tdg-pdm8.snap_44260"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI 2022.12.15.tdg-pdm8.snap_5406" ; signature is expected to be 7 or more characters.
signature= "rusEFI 2022.12.15.tdg-pdm8.snap_44260" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -86,7 +86,7 @@ enable2ndByteCanID = false
; name = scalar, type, offset, units, scale, translate, lo, hi, digits
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:29:59 UTC 2022
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:52 UTC 2022
pageSize = 22800
page = 1
@ -2163,7 +2163,7 @@ veBlends4_blendValues = array, U08, 22790, [8], "%", 0.5, 0, 0, 100, 1
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1276
ochBlockSize = 1280
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -2865,6 +2865,8 @@ tempC = scalar, U16, 1268, "C", 1, 0
nernstVoltage = scalar, U16, 1270, "V", 0.001, 0
esr = scalar, U16, 1272, "", 1, 0
; total TS size = 1276
isCltAllowing = bits, U32, 1276, [0:0]
; total TS size = 1280
time = { timeNow }
@ -4728,6 +4730,7 @@ entry = pumpDuty, "pumpDuty", int, "%d"
entry = tempC, "tempC", int, "%d"
entry = nernstVoltage, "nernstVoltage", float, "%.3f"
entry = esr, "esr", int, "%d"
entry = isCltAllowing, "isCltAllowing", int, "%d"
[Menu]
@ -5065,6 +5068,7 @@ menuDialog = main
subMenu = ignition_stateDialog, "ignition_state"
subMenu = electronic_throttleDialog, "electronic_throttle"
subMenu = wideband_stateDialog, "wideband_state"
subMenu = antilagDialog, "antilag"
@ -5574,6 +5578,12 @@ dialog = wideband_stateDialog, "wideband_state"
graphLine = nernstVoltage
graphLine = esr
indicatorPanel = antilagIndicatorPanel, 2
indicator = {isCltAllowing}, "isCltAllowing No", "isCltAllowing Yes"
dialog = antilagDialog, "antilag"
panel = antilagIndicatorPanel
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -1,6 +1,6 @@
#include "global.h"
#include "live_data_ids.h"
// was generated automatically by rusEFI tool from live_data_ids.h // by enum2string.jar tool on Fri Oct 07 17:58:29 UTC 2022
// was generated automatically by rusEFI tool from live_data_ids.h // by enum2string.jar tool on Thu Dec 15 03:42:15 UTC 2022
// see also gen_config_and_enums.bat
@ -9,6 +9,8 @@ const char *getLive_data_e(live_data_e value){
switch(value) {
case LDS_ac_control:
return "LDS_ac_control";
case LDS_antilag:
return "LDS_antilag";
case LDS_boost_control:
return "LDS_boost_control";
case LDS_electronic_throttle:

View File

@ -0,0 +1,13 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on (unknown script) controllers/actuators/antilag.txt Thu Dec 15 03:42:15 UTC 2022
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
public class AntiLag {
public static final Field ISCLTALLOWING = Field.create("ISCLTALLOWING", 0, FieldType.BIT, 0).setBaseOffset(1276);
public static final Field[] VALUES = {
ISCLTALLOWING,
};
}

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:30:02 UTC 2022
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Dec 15 03:42:55 UTC 2022
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -1182,10 +1182,10 @@ public class Fields {
public static final int TS_RESPONSE_UNDERRUN = 0x80;
public static final int TS_RESPONSE_UNRECOGNIZED_COMMAND = 0x83;
public static final char TS_SET_LOGGER_SWITCH = 'l';
public static final String TS_SIGNATURE = "rusEFI 2022.12.15.all.snap_56138";
public static final String TS_SIGNATURE = "rusEFI 2022.12.15.all.snap_25264";
public static final char TS_SINGLE_WRITE_COMMAND = 'W';
public static final char TS_TEST_COMMAND = 't';
public static final int TS_TOTAL_OUTPUT_SIZE = 1276;
public static final int TS_TOTAL_OUTPUT_SIZE = 1280;
public static final String TS_TRIGGER_SCOPE_CHANNEL_1_NAME = "Channel 1";
public static final String TS_TRIGGER_SCOPE_CHANNEL_2_NAME = "Channel 2";
public static final int TS_TRIGGER_SCOPE_DISABLE = 5;