Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-07-26 13:03:39 +00:00
parent 99f4c04192
commit 397359c38e
104 changed files with 1177 additions and 274 deletions

View File

@ -1084,7 +1084,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 2781474276
#define SIGNATURE_HASH 2349525659
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#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
@ -1375,12 +1375,12 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI master.2023.07.26.cypress.2781474276"
#define TS_SIGNATURE "rusEFI master.2023.07.26.cypress.2349525659"
#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 1392
#define TS_TOTAL_OUTPUT_SIZE 1400
#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

@ -1084,7 +1084,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 3441315624
#define SIGNATURE_HASH 3839707223
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#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
@ -1375,12 +1375,12 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI master.2023.07.26.kin.3441315624"
#define TS_SIGNATURE "rusEFI master.2023.07.26.kin.3839707223"
#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 1392
#define TS_TOTAL_OUTPUT_SIZE 1400
#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

@ -1031,7 +1031,7 @@
#define show_Frankenso_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 2722376435
#define SIGNATURE_HASH 2340892044
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#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
@ -1322,12 +1322,12 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI master.2023.07.26.subaru_eg33_f7.2722376435"
#define TS_SIGNATURE "rusEFI master.2023.07.26.subaru_eg33_f7.2340892044"
#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 1392
#define TS_TOTAL_OUTPUT_SIZE 1400
#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

@ -577,3 +577,6 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"

View File

@ -390,3 +390,12 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood

View File

@ -23,3 +23,4 @@
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"

View File

@ -32,3 +32,4 @@ decl_frag<wideband_state_s, 0>{}, // wb1
decl_frag<dc_motors_s>{},
decl_frag<sent_state_s>{},
decl_frag<vvt_s>{},
decl_frag<lambda_monitor_s>{},

View File

@ -28,6 +28,7 @@ LDS_wideband_state,
LDS_dc_motors,
LDS_sent_state,
LDS_vvt,
LDS_lambda_monitor,
} live_data_e;
#define OUTPUT_CHANNELS_BASE_ADDRESS 0
#define FUEL_COMPUTER_BASE_ADDRESS 824
@ -55,3 +56,4 @@ LDS_vvt,
#define DC_MOTORS_BASE_ADDRESS 1368
#define SENT_STATE_BASE_ADDRESS 1380
#define VVT_BASE_ADDRESS 1388
#define LAMBDA_MONITOR_BASE_ADDRESS 1392

View File

@ -763,3 +763,7 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400

View File

@ -549,3 +549,5 @@ errorRate("ETB: SENT error rate", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1
vvtTarget("vvtTarget", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1388, 0.1, -90.0, 90.0, "deg"),
vvtOutput("vvtOutput", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1390, 0.5, 100.0, 1.0, "%"),
alignmentFill_at_3("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1391, 1.0, -20.0, 100.0, "units"),
lambdaTimeSinceGood("lambdaTimeSinceGood", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1396, 0.01, 0.0, 1.0, "sec"),
alignmentFill_at_6("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1398, 1.0, -20.0, 100.0, "units"),

View File

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

View File

@ -417,4 +417,5 @@ static constexpr LogField fields[] = {
#endif
{engine->dc_motors.dcOutput0, "DC: output0", "per", 2, "ETB more"},
{engine->dc_motors.isEnabled0_int, "DC: en0", "per", 2, "ETB more"},
{___engine.lambdaMonitor.lambdaTimeSinceGood, "lambdaTimeSinceGood", "sec", 2},
};

View File

@ -1084,7 +1084,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 114393055
#define SIGNATURE_HASH 789739680
#define SIMULATOR_TUNE_BIN_FILE_NAME "generated/simulator_tune_image.bin"
#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
@ -1375,12 +1375,12 @@
#define ts_show_vbatt true
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define TS_SIGNATURE "rusEFI master.2023.07.26.f407-discovery.114393055"
#define TS_SIGNATURE "rusEFI master.2023.07.26.f407-discovery.789739680"
#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 1392
#define TS_TOTAL_OUTPUT_SIZE 1400
#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 config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3776144734
#define TS_SIGNATURE "rusEFI master.2023.07.26.48way.3776144734"
#define SIGNATURE_HASH 3369099809
#define TS_SIGNATURE "rusEFI master.2023.07.26.48way.3369099809"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3713565153
#define TS_SIGNATURE "rusEFI master.2023.07.26.alphax-2chan.3713565153"
#define SIGNATURE_HASH 4103833246
#define TS_SIGNATURE "rusEFI master.2023.07.26.alphax-2chan.4103833246"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 4131477132
#define TS_SIGNATURE "rusEFI master.2023.07.26.alphax-4chan.4131477132"
#define SIGNATURE_HASH 3749859827
#define TS_SIGNATURE "rusEFI master.2023.07.26.alphax-4chan.3749859827"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 4131477132
#define TS_SIGNATURE "rusEFI master.2023.07.26.alphax-4chan_f7.4131477132"
#define SIGNATURE_HASH 3749859827
#define TS_SIGNATURE "rusEFI master.2023.07.26.alphax-4chan_f7.3749859827"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1135830957
#define TS_SIGNATURE "rusEFI master.2023.07.26.alphax-8chan.1135830957"
#define SIGNATURE_HASH 1785749714
#define TS_SIGNATURE "rusEFI master.2023.07.26.alphax-8chan.1785749714"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1135830957
#define TS_SIGNATURE "rusEFI master.2023.07.26.alphax-8chan_f7.1135830957"
#define SIGNATURE_HASH 1785749714
#define TS_SIGNATURE "rusEFI master.2023.07.26.alphax-8chan_f7.1785749714"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3103987907
#define TS_SIGNATURE "rusEFI master.2023.07.26.atlas.3103987907"
#define SIGNATURE_HASH 2428510140
#define TS_SIGNATURE "rusEFI master.2023.07.26.atlas.2428510140"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2649677906
#define TS_SIGNATURE "rusEFI master.2023.07.26.core8.2649677906"
#define SIGNATURE_HASH 3022907181
#define TS_SIGNATURE "rusEFI master.2023.07.26.core8.3022907181"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on hellen_cypress_gen_config.bat by SignatureConsumer
//
#define SIGNATURE_HASH 2781474276
#define TS_SIGNATURE "rusEFI master.2023.07.26.cypress.2781474276"
#define SIGNATURE_HASH 2349525659
#define TS_SIGNATURE "rusEFI master.2023.07.26.cypress.2349525659"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 114393055
#define TS_SIGNATURE "rusEFI master.2023.07.26.f407-discovery.114393055"
#define SIGNATURE_HASH 789739680
#define TS_SIGNATURE "rusEFI master.2023.07.26.f407-discovery.789739680"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2781474276
#define TS_SIGNATURE "rusEFI master.2023.07.26.f429-discovery.2781474276"
#define SIGNATURE_HASH 2349525659
#define TS_SIGNATURE "rusEFI master.2023.07.26.f429-discovery.2349525659"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2275085614
#define TS_SIGNATURE "rusEFI master.2023.07.26.frankenso_na6.2275085614"
#define SIGNATURE_HASH 2925005393
#define TS_SIGNATURE "rusEFI master.2023.07.26.frankenso_na6.2925005393"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1711300030
#define TS_SIGNATURE "rusEFI master.2023.07.26.harley81.1711300030"
#define SIGNATURE_HASH 1338202817
#define TS_SIGNATURE "rusEFI master.2023.07.26.harley81.1338202817"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 356211476
#define TS_SIGNATURE "rusEFI master.2023.07.26.hellen-gm-e67.356211476"
#define SIGNATURE_HASH 1022909547
#define TS_SIGNATURE "rusEFI master.2023.07.26.hellen-gm-e67.1022909547"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1501418102
#define TS_SIGNATURE "rusEFI master.2023.07.26.hellen-honda-k.1501418102"
#define SIGNATURE_HASH 1891554569
#define TS_SIGNATURE "rusEFI master.2023.07.26.hellen-honda-k.1891554569"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2555376514
#define TS_SIGNATURE "rusEFI master.2023.07.26.hellen-nb1.2555376514"
#define SIGNATURE_HASH 2978804989
#define TS_SIGNATURE "rusEFI master.2023.07.26.hellen-nb1.2978804989"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 732766576
#define TS_SIGNATURE "rusEFI master.2023.07.26.hellen121nissan.732766576"
#define SIGNATURE_HASH 40773135
#define TS_SIGNATURE "rusEFI master.2023.07.26.hellen121nissan.40773135"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 834138663
#define TS_SIGNATURE "rusEFI master.2023.07.26.hellen121vag.834138663"
#define SIGNATURE_HASH 410318168
#define TS_SIGNATURE "rusEFI master.2023.07.26.hellen121vag.410318168"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1780181646
#define TS_SIGNATURE "rusEFI master.2023.07.26.hellen128.1780181646"
#define SIGNATURE_HASH 1138257393
#define TS_SIGNATURE "rusEFI master.2023.07.26.hellen128.1138257393"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3430938504
#define TS_SIGNATURE "rusEFI master.2023.07.26.hellen154hyundai.3430938504"
#define SIGNATURE_HASH 3854364919
#define TS_SIGNATURE "rusEFI master.2023.07.26.hellen154hyundai.3854364919"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3381521353
#define TS_SIGNATURE "rusEFI master.2023.07.26.hellen72.3381521353"
#define SIGNATURE_HASH 3763268790
#define TS_SIGNATURE "rusEFI master.2023.07.26.hellen72.3763268790"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1385785609
#define TS_SIGNATURE "rusEFI master.2023.07.26.hellen81.1385785609"
#define SIGNATURE_HASH 2069524086
#define TS_SIGNATURE "rusEFI master.2023.07.26.hellen81.2069524086"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 897119869
#define TS_SIGNATURE "rusEFI master.2023.07.26.hellen88bmw.897119869"
#define SIGNATURE_HASH 482078978
#define TS_SIGNATURE "rusEFI master.2023.07.26.hellen88bmw.482078978"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1321497024
#define TS_SIGNATURE "rusEFI master.2023.07.26.hellenNA6.1321497024"
#define SIGNATURE_HASH 1728542399
#define TS_SIGNATURE "rusEFI master.2023.07.26.hellenNA6.1728542399"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 4162839245
#define TS_SIGNATURE "rusEFI master.2023.07.26.hellenNA8_96.4162839245"
#define SIGNATURE_HASH 3520914866
#define TS_SIGNATURE "rusEFI master.2023.07.26.hellenNA8_96.3520914866"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on kinetis_gen_config.bat by SignatureConsumer
//
#define SIGNATURE_HASH 3441315624
#define TS_SIGNATURE "rusEFI master.2023.07.26.kin.3441315624"
#define SIGNATURE_HASH 3839707223
#define TS_SIGNATURE "rusEFI master.2023.07.26.kin.3839707223"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3220369898
#define TS_SIGNATURE "rusEFI master.2023.07.26.m74_9.3220369898"
#define SIGNATURE_HASH 2519856789
#define TS_SIGNATURE "rusEFI master.2023.07.26.m74_9.2519856789"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2604502883
#define TS_SIGNATURE "rusEFI master.2023.07.26.mre_f4.2604502883"
#define SIGNATURE_HASH 3003025436
#define TS_SIGNATURE "rusEFI master.2023.07.26.mre_f4.3003025436"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2604502883
#define TS_SIGNATURE "rusEFI master.2023.07.26.mre_f7.2604502883"
#define SIGNATURE_HASH 3003025436
#define TS_SIGNATURE "rusEFI master.2023.07.26.mre_f7.3003025436"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2781474276
#define TS_SIGNATURE "rusEFI master.2023.07.26.nucleo_f429.2781474276"
#define SIGNATURE_HASH 2349525659
#define TS_SIGNATURE "rusEFI master.2023.07.26.nucleo_f429.2349525659"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2781474276
#define TS_SIGNATURE "rusEFI master.2023.07.26.nucleo_f767.2781474276"
#define SIGNATURE_HASH 2349525659
#define TS_SIGNATURE "rusEFI master.2023.07.26.nucleo_f767.2349525659"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2781474276
#define TS_SIGNATURE "rusEFI master.2023.07.26.nucleo_h743.2781474276"
#define SIGNATURE_HASH 2349525659
#define TS_SIGNATURE "rusEFI master.2023.07.26.nucleo_h743.2349525659"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2505908340
#define TS_SIGNATURE "rusEFI master.2023.07.26.prometheus_405.2505908340"
#define SIGNATURE_HASH 3164481291
#define TS_SIGNATURE "rusEFI master.2023.07.26.prometheus_405.3164481291"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2505908340
#define TS_SIGNATURE "rusEFI master.2023.07.26.prometheus_469.2505908340"
#define SIGNATURE_HASH 3164481291
#define TS_SIGNATURE "rusEFI master.2023.07.26.prometheus_469.3164481291"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2664436136
#define TS_SIGNATURE "rusEFI master.2023.07.26.proteus_f4.2664436136"
#define SIGNATURE_HASH 3071481559
#define TS_SIGNATURE "rusEFI master.2023.07.26.proteus_f4.3071481559"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2664436136
#define TS_SIGNATURE "rusEFI master.2023.07.26.proteus_f7.2664436136"
#define SIGNATURE_HASH 3071481559
#define TS_SIGNATURE "rusEFI master.2023.07.26.proteus_f7.3071481559"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2664436136
#define TS_SIGNATURE "rusEFI master.2023.07.26.proteus_h7.2664436136"
#define SIGNATURE_HASH 3071481559
#define TS_SIGNATURE "rusEFI master.2023.07.26.proteus_h7.3071481559"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 3247573176
#define TS_SIGNATURE "rusEFI master.2023.07.26.s105.3247573176"
#define SIGNATURE_HASH 3897626567
#define TS_SIGNATURE "rusEFI master.2023.07.26.s105.3897626567"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1331200448
#define TS_SIGNATURE "rusEFI master.2023.07.26.small-can.1331200448"
#define SIGNATURE_HASH 1721468607
#define TS_SIGNATURE "rusEFI master.2023.07.26.small-can.1721468607"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on config/boards/subaru_eg33/config/gen_subaru_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2722376435
#define TS_SIGNATURE "rusEFI master.2023.07.26.subaru_eg33_f7.2722376435"
#define SIGNATURE_HASH 2340892044
#define TS_SIGNATURE "rusEFI master.2023.07.26.subaru_eg33_f7.2340892044"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2781474276
#define TS_SIGNATURE "rusEFI master.2023.07.26.t-b-g.2781474276"
#define SIGNATURE_HASH 2349525659
#define TS_SIGNATURE "rusEFI master.2023.07.26.t-b-g.2349525659"

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 795328966
#define TS_SIGNATURE "rusEFI master.2023.07.26.tdg-pdm8.795328966"
#define SIGNATURE_HASH 111462073
#define TS_SIGNATURE "rusEFI master.2023.07.26.tdg-pdm8.111462073"

View File

@ -1080,6 +1080,15 @@ float getOutputValueByName(const char *name) {
// isEnabled0
case 1691876092:
return engine->dc_motors.isEnabled0;
// lambdaCurrentlyGood
case 350535927:
return ___engine.lambdaMonitor.lambdaCurrentlyGood;
// lambdaMonitorCut
case 1849938842:
return ___engine.lambdaMonitor.lambdaMonitorCut;
// lambdaTimeSinceGood
case 481450608:
return ___engine.lambdaMonitor.lambdaTimeSinceGood;
}
return EFI_ERROR_CODE;
}

View File

@ -0,0 +1,119 @@
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/math/lambda_monitor.txt Wed Jul 26 13:01:56 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
#include "rusefi_types.h"
// start of lambda_monitor_s
struct lambda_monitor_s {
/**
offset 0 bit 0 */
bool lambdaCurrentlyGood : 1 {};
/**
offset 0 bit 1 */
bool lambdaMonitorCut : 1 {};
/**
offset 0 bit 2 */
bool unusedBit_2_2 : 1 {};
/**
offset 0 bit 3 */
bool unusedBit_2_3 : 1 {};
/**
offset 0 bit 4 */
bool unusedBit_2_4 : 1 {};
/**
offset 0 bit 5 */
bool unusedBit_2_5 : 1 {};
/**
offset 0 bit 6 */
bool unusedBit_2_6 : 1 {};
/**
offset 0 bit 7 */
bool unusedBit_2_7 : 1 {};
/**
offset 0 bit 8 */
bool unusedBit_2_8 : 1 {};
/**
offset 0 bit 9 */
bool unusedBit_2_9 : 1 {};
/**
offset 0 bit 10 */
bool unusedBit_2_10 : 1 {};
/**
offset 0 bit 11 */
bool unusedBit_2_11 : 1 {};
/**
offset 0 bit 12 */
bool unusedBit_2_12 : 1 {};
/**
offset 0 bit 13 */
bool unusedBit_2_13 : 1 {};
/**
offset 0 bit 14 */
bool unusedBit_2_14 : 1 {};
/**
offset 0 bit 15 */
bool unusedBit_2_15 : 1 {};
/**
offset 0 bit 16 */
bool unusedBit_2_16 : 1 {};
/**
offset 0 bit 17 */
bool unusedBit_2_17 : 1 {};
/**
offset 0 bit 18 */
bool unusedBit_2_18 : 1 {};
/**
offset 0 bit 19 */
bool unusedBit_2_19 : 1 {};
/**
offset 0 bit 20 */
bool unusedBit_2_20 : 1 {};
/**
offset 0 bit 21 */
bool unusedBit_2_21 : 1 {};
/**
offset 0 bit 22 */
bool unusedBit_2_22 : 1 {};
/**
offset 0 bit 23 */
bool unusedBit_2_23 : 1 {};
/**
offset 0 bit 24 */
bool unusedBit_2_24 : 1 {};
/**
offset 0 bit 25 */
bool unusedBit_2_25 : 1 {};
/**
offset 0 bit 26 */
bool unusedBit_2_26 : 1 {};
/**
offset 0 bit 27 */
bool unusedBit_2_27 : 1 {};
/**
offset 0 bit 28 */
bool unusedBit_2_28 : 1 {};
/**
offset 0 bit 29 */
bool unusedBit_2_29 : 1 {};
/**
offset 0 bit 30 */
bool unusedBit_2_30 : 1 {};
/**
offset 0 bit 31 */
bool unusedBit_2_31 : 1 {};
/**
sec
* offset 4
*/
scaled_channel<uint16_t, 100, 1> lambdaTimeSinceGood = (uint16_t)0;
/**
* need 4 byte alignment
units
* offset 6
*/
uint8_t alignmentFill_at_6[2];
};
static_assert(sizeof(lambda_monitor_s) == 8);
// end
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/math/lambda_monitor.txt Wed Jul 26 13:01:56 UTC 2023

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.f407-discovery.114393055"
signature = "rusEFI master.2023.07.26.f407-discovery.789739680"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.f407-discovery.114393055" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.f407-discovery.789739680" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:57:07 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:03:38 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5520,6 +5527,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6075,6 +6083,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.48way.3776144734"
signature = "rusEFI master.2023.07.26.48way.3369099809"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.48way.3776144734" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.48way.3369099809" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","Battery Reference Input (A0)","TPS Reference Input (A1)","CLT Reference Input (A2)","IAT Reference Input (A3)","O2 Reference Input (A4)","INVALID","INVALID","INVALID","MAP Pressure Reference Input (B0)","BARO Pressure Reference Input (B1)","INVALID","INVALID","INVALID","INVALID","Fuel Pressure Reference Input (C4)","Oil Pressure Reference Input (C5)"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:56:24 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:02:58 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5520,6 +5527,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6075,6 +6083,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.alphax-2chan.3713565153"
signature = "rusEFI master.2023.07.26.alphax-2chan.4103833246"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.alphax-2chan.3713565153" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.alphax-2chan.4103833246" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","INVALID","B5 - TPS","A2 Battery Sense","C7 - CAM Hall/Digital","INVALID","INVALID","INVALID","INVALID","B2 - MAP","B7 - CLT","B3 - IAT"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:55:31 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:02:06 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5516,6 +5523,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6071,6 +6079,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.alphax-4chan.4131477132"
signature = "rusEFI master.2023.07.26.alphax-4chan.3749859827"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.alphax-4chan.4131477132" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.alphax-4chan.3749859827" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","INVALID","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","X5 - AIN4","INVALID","INVALID","INVALID","INVALID","D5 - PPS rev G"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:55:33 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:02:08 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5518,6 +5525,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6073,6 +6081,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.alphax-4chan_f7.4131477132"
signature = "rusEFI master.2023.07.26.alphax-4chan_f7.3749859827"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.alphax-4chan_f7.4131477132" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.alphax-4chan_f7.3749859827" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","INVALID","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","X5 - AIN4","INVALID","INVALID","INVALID","INVALID","D5 - PPS rev G"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:55:35 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:02:11 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5518,6 +5525,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6073,6 +6081,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.alphax-8chan.1135830957"
signature = "rusEFI master.2023.07.26.alphax-8chan.1785749714"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.alphax-8chan.1135830957" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.alphax-8chan.1785749714" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","17A - PPS","23C - TPS","Battery Sense","INVALID","15D - AN5","24C - TPS2","14A - Analog 1","22A - Analog 22","On-board MAP","16A - CLT","15A - IAT","31C - PPS2","33A - AN3","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","16D - AN6","INVALID","INVALID","INVALID","INVALID","7C - AT4","INVALID","6C - AT3","14D - AN4"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:55:38 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:02:13 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5518,6 +5525,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6073,6 +6081,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.alphax-8chan_f7.1135830957"
signature = "rusEFI master.2023.07.26.alphax-8chan_f7.1785749714"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.alphax-8chan_f7.1135830957" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.alphax-8chan_f7.1785749714" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","17A - PPS","23C - TPS","Battery Sense","INVALID","15D - AN5","24C - TPS2","14A - Analog 1","22A - Analog 22","On-board MAP","16A - CLT","15A - IAT","31C - PPS2","33A - AN3","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","16D - AN6","INVALID","INVALID","INVALID","INVALID","7C - AT4","INVALID","6C - AT3","14D - AN4"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:55:40 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:02:15 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5518,6 +5525,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6073,6 +6081,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.atlas.3103987907"
signature = "rusEFI master.2023.07.26.atlas.2428510140"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.atlas.3103987907" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.atlas.2428510140" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:56:57 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:03:30 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5518,6 +5525,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6073,6 +6081,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.core8.2649677906"
signature = "rusEFI master.2023.07.26.core8.3022907181"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.core8.2649677906" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.core8.3022907181" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","On-board Battery Sense (A0)","Analog Inputs 1 (A1)","Analog Inputs 2 (A2)","Analog Inputs 3 (A3)","Analog Inputs 4 (A4)","On-board MAP (A5)","Analog Inputs 6 (A6)","Analog Inputs 7 (A7)","On-board BARO (B0)","Analog Inputs 9 (B1)","Analog Inputs 10 (C0)","Primary On-board O2 (C1)","Secondary On-board O2 (C2)","Analog Inputs 13 (C3)","Analog Inputs 14 (C4)","Analog Inputs 15 (C5)"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:56:22 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:02:56 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5520,6 +5527,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6075,6 +6083,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.cypress.2781474276"
signature = "rusEFI master.2023.07.26.cypress.2349525659"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.cypress.2781474276" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.cypress.2349525659" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:55:27 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:02:02 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5518,6 +5525,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6073,6 +6081,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.f407-discovery.114393055"
signature = "rusEFI master.2023.07.26.f407-discovery.789739680"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.f407-discovery.114393055" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.f407-discovery.789739680" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:57:02 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:03:34 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5520,6 +5527,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6075,6 +6083,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.f429-discovery.2781474276"
signature = "rusEFI master.2023.07.26.f429-discovery.2349525659"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.f429-discovery.2781474276" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.f429-discovery.2349525659" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:56:48 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:03:21 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5518,6 +5525,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6073,6 +6081,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.frankenso_na6.2275085614"
signature = "rusEFI master.2023.07.26.frankenso_na6.2925005393"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.frankenso_na6.2275085614" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.frankenso_na6.2925005393" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","Analog 3O","Analog 3L","Analog 3M","Analog 3J","Analog 3I","INVALID","Analog 3H","Analog 3G","INVALID","INVALID","INVALID","Analog 3P","Analog 3Q","Analog 3N","Analog VBatt","Analog 3E"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:56:34 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:03:07 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5518,6 +5525,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6073,6 +6081,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.harley81.1711300030"
signature = "rusEFI master.2023.07.26.harley81.1338202817"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.harley81.1711300030" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.harley81.1338202817" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","27 - TPS 2","INVALID","41 - PPS 1","52 - TPS 1","5 Battery Sense","INVALID","INVALID","42 - PPS 2","INVALID","53 - MAP","55 Engine Temperature","49 CLT","72 IAT","32 Oil Pressure","34 Kickstand Position Sensor"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:55:43 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:02:18 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5519,6 +5526,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6074,6 +6082,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.hellen-gm-e67.356211476"
signature = "rusEFI master.2023.07.26.hellen-gm-e67.1022909547"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.hellen-gm-e67.356211476" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.hellen-gm-e67.1022909547" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","C2-60 - Oil Pressure","C3-58 - Baro","C1-47 - PPS1","C2-64 - TPS1","C1-19 Battery Sense","C1-45 Secondary Fuel Level","C3-57 - A/C Pressure","C2-66 - TPS2","C1-44 Primary Fuel Level","C2-65 - Trans Fluids","C3-59 - MAP","C3-55 - CLT","C3-56 - IAT","C1-49 - PPS2","C1-46 Vac Sense"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:56:07 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:02:41 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5519,6 +5526,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6074,6 +6082,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.hellen-honda-k.1501418102"
signature = "rusEFI master.2023.07.26.hellen-honda-k.1891554569"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.hellen-honda-k.1501418102" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.hellen-honda-k.1891554569" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","INVALID","A15 TPS","E9 Ignition Key Voltage","INVALID","INVALID","INVALID","INVALID","A19 - MAP","INVALID","B8 - CLT","B17 IAT"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:55:53 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:02:27 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5518,6 +5525,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6073,6 +6081,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.hellen-nb1.2555376514"
signature = "rusEFI master.2023.07.26.hellen-nb1.2978804989"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.hellen-nb1.2555376514" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.hellen-nb1.2978804989" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","2C - O2S","TPS1","intMAP","1G - Steering/RES2","3E - TPS","1B - Battery Sense","2H - CAM","3S - EGR BOOST IN","2A - Pressure Input","2J - CRANK","2L - MAF","3D - MAP","2E - Coolant","2B - IAT","4C - IN TEMP/PPS2","1P - AC Switch"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:56:05 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:02:39 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5519,6 +5526,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6074,6 +6082,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.hellen121nissan.732766576"
signature = "rusEFI master.2023.07.26.hellen121nissan.40773135"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.hellen121nissan.732766576" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.hellen121nissan.40773135" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","51 - MAF","INVALID","Aux P68","106 - PPS 1","50 - TPS 1","109 Ignition Key Voltage","INVALID","INVALID","69 - TPS 2","INVALID","Aux P66","Aux P67","73 - CLT","34 - IAT","98 - PPS 2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:55:50 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:02:25 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5518,6 +5525,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6073,6 +6081,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.hellen121vag.834138663"
signature = "rusEFI master.2023.07.26.hellen121vag.410318168"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.hellen121vag.834138663" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.hellen121vag.410318168" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","14 - O2","INVALID","INVALID","34 In PPS1","92 - TPS 1","106 - KNOCK","86 - CAM1","87 - CAM2","84 - TPS2","INVALID","29 In Maf","101 - MAP2","93 - CLT","85 - IAT","35 In PPS2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:55:48 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:02:23 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5519,6 +5526,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6074,6 +6082,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.hellen128.1780181646"
signature = "rusEFI master.2023.07.26.hellen128.1138257393"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.hellen128.1780181646" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.hellen128.1138257393" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","P36_IN_O2S","P32_IN_O2S2","P40_IN_MAP3","C24 - PPS1","E31 - TPS1","Battery Sense","E40 - IN_CAM","P30_IN_AUX4","E34 - TPS2","E37 - Crank Input","E47 - MAF","E23 - MAP","E29 - Coolant Temp","E45 - IAT","C25 - PPS2","P41_IN_AUX3"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:55:45 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:02:20 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5519,6 +5526,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6074,6 +6082,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.hellen154hyundai.3430938504"
signature = "rusEFI master.2023.07.26.hellen154hyundai.3854364919"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.hellen154hyundai.3430938504" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.hellen154hyundai.3854364919" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","K21 Ambient Temperature","K58 Oil Temp","A/C pressure","PPS 1","TPS 1","K2 Ignition Key Voltage","X10 AIN2","INVALID","TPS 2","X11 AIN1","Map Sensor K31","K10 Sensor","CLT","IAT","PPS 2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:55:55 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:02:30 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5518,6 +5525,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6073,6 +6081,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.hellen72.3381521353"
signature = "rusEFI master.2023.07.26.hellen72.3763268790"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.hellen72.3381521353" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.hellen72.3763268790" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","5N - TPS2","3L - IGN_7 / AFR","intMAP (A15)","5P - PPS1","4V - TPS (A17)","4S/4T - Alternator voltage","3V - CAM (A19)","4J - VTCS/AUX4 (A20)","4F - AC_PRES/AUX1 (A23)","3Y - CRANK (A24)","4X - MAF (A9)","4U - MAP2/Ign8 (A10)","4P - CLT (A11)","4N - IAT (A14)","5M - PPS2 OR TEMPERATURE SENSOR","4AE - EGR/MAP4 (A22)"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:56:00 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:02:34 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5519,6 +5526,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6074,6 +6082,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.hellen81.1385785609"
signature = "rusEFI master.2023.07.26.hellen81.2069524086"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.hellen81.1385785609" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.hellen81.2069524086" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","18 - IN_O2S","55 - IN_O2S2","41 - IN_MAP3","78 - IN_PPS","16 - IN_TPS","13 - IN_VIGN","79 - IN_CAM","77 - IN_AUX4","74 - IN_AUX1","15 - IN_CRANK (A24)","37 - IN_MAP1","38 - IN_MAP2","39 - IN_CLT","40 - IN_IAT","75 - IN_AUX2","76 - IN_AUX3"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:56:03 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:02:37 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5517,6 +5524,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6072,6 +6080,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.hellen88bmw.897119869"
signature = "rusEFI master.2023.07.26.hellen88bmw.482078978"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.hellen88bmw.897119869" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.hellen88bmw.482078978" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","VIN5","VIN6","INVALID","PPS1","73 - TPS","56 - Battery Sense","17 - CAM","Aux BARO","Aux TPS2","16 - CRANK","41 - MAF","Aux MAP","78 - CLT","77 - IAT","Aux PPS2","Aux TPS3"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:55:58 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:02:32 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5519,6 +5526,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6074,6 +6082,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.hellenNA6.1321497024"
signature = "rusEFI master.2023.07.26.hellenNA6.1728542399"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.hellenNA6.1321497024" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.hellenNA6.1728542399" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","3N - O2S","2N - Temperature Sensor","intMAP (A15)","4I - PPS1","TPS Input","1B - Battery Sense","INVALID","4G - PPS2 OR TEMPERATURE SENSOR","4H - TPS2","INVALID","3O - MAF","2M - Pressure Sensor","3Q - CLT","3P - IAT","1V - Clutch Switch","1Q AC Switch"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:56:10 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:02:44 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5519,6 +5526,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6074,6 +6082,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.hellenNA8_96.4162839245"
signature = "rusEFI master.2023.07.26.hellenNA8_96.3520914866"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.hellenNA8_96.4162839245" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.hellenNA8_96.3520914866" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","2C - O2S","TPS1","intMAP","PPS1","2F - TPS","3B - Battery Sense","3G - CAM","3S - EGR BOOST IN","2A - Pressure Input","3F - CRANK","2B - MAF","INVALID","2G - Coolant","2B - IAT","4C - IN TEMP/PPS2","1K - AC Switch"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:56:12 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:02:46 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5519,6 +5526,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6074,6 +6082,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.kin.3441315624"
signature = "rusEFI master.2023.07.26.kin.3839707223"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.kin.3441315624" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.kin.3839707223" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA2", "PA3", "INVALID", "PD3", "INVALID", "INVALID", "INVALID", "PB12", "PB13", "INVALID", "PE2", "INVALID", "PC14", "PC15", "PC16", "PC17"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:55:26 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:02:01 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5518,6 +5525,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6073,6 +6081,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.m74_9.3220369898"
signature = "rusEFI master.2023.07.26.m74_9.2519856789"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.m74_9.3220369898" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.m74_9.2519856789" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:56:27 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:03:00 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5519,6 +5526,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6074,6 +6082,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.mre_f4.2604502883"
signature = "rusEFI master.2023.07.26.mre_f4.3003025436"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.mre_f4.2604502883" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.mre_f4.3003025436" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3","22 - AN temp 4","28 - AN volt 10, Aux Reuse","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8, Aux Reuse","40 - AN volt 9, Aux Reuse","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6, Aux Reuse","30 - AN volt 7"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:56:19 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:02:53 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5168,6 +5172,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5521,6 +5528,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6076,6 +6084,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.mre_f7.2604502883"
signature = "rusEFI master.2023.07.26.mre_f7.3003025436"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.mre_f7.2604502883" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.mre_f7.3003025436" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3","22 - AN temp 4","28 - AN volt 10, Aux Reuse","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8, Aux Reuse","40 - AN volt 9, Aux Reuse","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6, Aux Reuse","30 - AN volt 7"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:56:17 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:02:51 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5168,6 +5172,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5521,6 +5528,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6076,6 +6084,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.nucleo_f429.2781474276"
signature = "rusEFI master.2023.07.26.nucleo_f429.2349525659"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.nucleo_f429.2781474276" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.nucleo_f429.2349525659" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:56:50 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:03:23 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5518,6 +5525,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6073,6 +6081,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.nucleo_f767.2781474276"
signature = "rusEFI master.2023.07.26.nucleo_f767.2349525659"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.nucleo_f767.2781474276" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.nucleo_f767.2349525659" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:56:53 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:03:25 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5518,6 +5525,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6073,6 +6081,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.nucleo_h743.2781474276"
signature = "rusEFI master.2023.07.26.nucleo_h743.2349525659"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.nucleo_h743.2781474276" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.nucleo_h743.2349525659" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:56:55 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:03:27 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5518,6 +5525,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6073,6 +6081,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.prometheus_405.2505908340"
signature = "rusEFI master.2023.07.26.prometheus_405.3164481291"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.prometheus_405.2505908340" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.prometheus_405.3164481291" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:56:38 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:03:11 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5513,6 +5520,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6068,6 +6076,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.prometheus_469.2505908340"
signature = "rusEFI master.2023.07.26.prometheus_469.3164481291"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.prometheus_469.2505908340" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.prometheus_469.3164481291" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:56:36 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:03:09 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5513,6 +5520,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6068,6 +6076,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.proteus_f4.2664436136"
signature = "rusEFI master.2023.07.26.proteus_f4.3071481559"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.proteus_f4.2664436136" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.proteus_f4.3071481559" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:56:43 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:03:16 UTC 2023
pageSize = 27468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 27458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5515,6 +5522,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6084,6 +6092,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.proteus_f7.2664436136"
signature = "rusEFI master.2023.07.26.proteus_f7.3071481559"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.proteus_f7.2664436136" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.proteus_f7.3071481559" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:56:41 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:03:14 UTC 2023
pageSize = 27468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 27458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5515,6 +5522,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6084,6 +6092,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.proteus_h7.2664436136"
signature = "rusEFI master.2023.07.26.proteus_h7.3071481559"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.proteus_h7.2664436136" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.proteus_h7.3071481559" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:56:46 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:03:18 UTC 2023
pageSize = 27468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 27458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5515,6 +5522,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6084,6 +6092,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.s105.3247573176"
signature = "rusEFI master.2023.07.26.s105.3897626567"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.s105.3247573176" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.s105.3897626567" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","56 - MAP","16 - TPS","19 - Knock","39 - CLT","INVALID","opt 55 - AFR 2","opt 21 - AC Press","18 - AFR 1","13 - Ignition switch in (15)","44 - +12 sense (MR)","INVALID","na 37 - MAF","INVALID","INVALID","40 - IAT"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:56:29 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:03:02 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5519,6 +5526,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6074,6 +6082,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.small-can.1331200448"
signature = "rusEFI master.2023.07.26.small-can.1721468607"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.small-can.1331200448" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.small-can.1721468607" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","B4 - Analog input","INVALID","INVALID","INVALID","A2 Battery Sense","INVALID","INVALID","INVALID","INVALID","INVALID","B2 - Analog input"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:56:14 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:02:49 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5517,6 +5524,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6072,6 +6080,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.subaru_eg33_f7.2722376435"
signature = "rusEFI master.2023.07.26.subaru_eg33_f7.2340892044"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.subaru_eg33_f7.2722376435" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.subaru_eg33_f7.2340892044" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","AUX0_18 - MAP Ain","INVALID","INVALID","B05 - MAF Ain","INVALID","AUX0_19 - IAT Ain","A02 - VBat","INVALID","A06 - Oxyg 2 Ain","A04 - EGR t Ain","INVALID","A18 - AUX0 Ain","B02 - TPS Ain","INVALID","A03 - Coolant t Ain","A06 - Oxyg 1 Ain"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:55:28 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:02:03 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5518,6 +5525,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6073,6 +6081,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.t-b-g.2781474276"
signature = "rusEFI master.2023.07.26.t-b-g.2349525659"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.t-b-g.2781474276" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.t-b-g.2349525659" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:56:31 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:03:05 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5518,6 +5525,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6073,6 +6081,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.26.tdg-pdm8.795328966"
signature = "rusEFI master.2023.07.26.tdg-pdm8.111462073"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.26.tdg-pdm8.795328966" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.26.tdg-pdm8.111462073" ; 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
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","INVALID","Battery Sense","INVALID","INVALID","INVALID","Sense 7","Sense 8","Sense 1","Sense 2","Sense 3","Sense 4","Sense 5","Sense 6"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 11:57:00 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Wed Jul 26 13:03:32 UTC 2023
pageSize = 23468
page = 1
@ -2273,7 +2273,7 @@ lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0
ochGetCommand = "O%2o%2c"
; see TS_OUTPUT_SIZE in console source code
ochBlockSize = 1392
ochBlockSize = 1400
; 11.2.3 Full Optimized High Speed
scatteredOchGetCommand = 9
@ -3049,6 +3049,10 @@ errorRate = scalar, F32, 1384, "ratio", 1,0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
lambdaCurrentlyGood = bits, U32, 1392, [0:0]
lambdaMonitorCut = bits, U32, 1392, [1:1]
lambdaTimeSinceGood = scalar, U16, 1396, "sec", 0.01, 0
; total TS size = 1400
time = { timeNow }
@ -5167,6 +5171,9 @@ entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d"
entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d"
entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f"
[Menu]
@ -5518,6 +5525,7 @@ menuDialog = main
subMenu = dc_motorsDialog, "dc_motors"
subMenu = sent_stateDialog, "sent_state"
subMenu = vvtDialog, "vvt"
subMenu = lambda_monitorDialog, "lambda_monitor"
@ -6073,6 +6081,15 @@ dialog = vvtDialog, "vvt"
graphLine = vvtTarget
graphLine = vvtOutput
indicatorPanel = lambda_monitorIndicatorPanel, 2
indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes"
indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes"
dialog = lambda_monitorDialog, "lambda_monitor"
panel = lambda_monitorIndicatorPanel
liveGraph = lambda_monitor_1_Graph, "Graph", South
graphLine = lambdaTimeSinceGood
dialog = scriptTable1TblSettings, "", yAxis

Some files were not shown because too many files have changed in this diff Show More