Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-07-03 17:41:15 +00:00
parent 24bf593d6c
commit 9584b83016
96 changed files with 512 additions and 362 deletions

View File

@ -1080,7 +1080,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 4134423119
#define SIGNATURE_HASH 3038926573
#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
@ -1359,7 +1359,7 @@
#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.03.cypress.4134423119"
#define TS_SIGNATURE "rusEFI master.2023.07.03.cypress.3038926573"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -1080,7 +1080,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 2662983811
#define SIGNATURE_HASH 3723883553
#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
@ -1359,7 +1359,7 @@
#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.03.kin.2662983811"
#define TS_SIGNATURE "rusEFI master.2023.07.03.kin.3723883553"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -1031,7 +1031,7 @@
#define show_Frankenso_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 4058221912
#define SIGNATURE_HASH 2997850618
#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
@ -1311,7 +1311,7 @@
#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.03.subaru_eg33_f7.4058221912"
#define TS_SIGNATURE "rusEFI master.2023.07.03.subaru_eg33_f7.2997850618"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

View File

@ -575,4 +575,5 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"

View File

@ -387,5 +387,6 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -760,5 +760,6 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392

View File

@ -546,4 +546,6 @@ alignmentFill_at_5("need 4 byte alignment", SensorCategory.SENSOR_INPUTS, FieldT
value0("ETB: SENT value0", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1380, 1.0, 0.0, 3.0, "value"),
value1("ETB: SENT value1", SensorCategory.SENSOR_INPUTS, FieldType.INT16, 1382, 1.0, 0.0, 3.0, "value"),
errorRate("ETB: SENT error rate", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1384, 1.0, 0.0, 3.0, "ratio"),
vvt_placeholder("vvt_placeholder", SensorCategory.SENSOR_INPUTS, FieldType.INT, 1388, 1.0, -1.0, -1.0, ""),
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"),

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/actuators/vvt.txt Mon Jul 03 16:38:04 UTC 2023
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/actuators/vvt.txt Mon Jul 03 17:39:43 UTC 2023
// by class com.rusefi.output.CHeaderConsumer
// begin
#pragma once
@ -6,11 +6,23 @@
// start of vvt_s
struct vvt_s {
/**
deg
* offset 0
*/
int vvt_placeholder = (int)0;
scaled_channel<uint16_t, 10, 1> vvtTarget = (uint16_t)0;
/**
%
* offset 2
*/
scaled_channel<uint8_t, 2, 1> vvtOutput = (uint8_t)0;
/**
* need 4 byte alignment
units
* offset 3
*/
uint8_t alignmentFill_at_3[1];
};
static_assert(sizeof(vvt_s) == 4);
// end
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/actuators/vvt.txt Mon Jul 03 16:38:04 UTC 2023
// this section was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/actuators/vvt.txt Mon Jul 03 17:39:43 UTC 2023

View File

@ -1080,7 +1080,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 2857154234
#define SIGNATURE_HASH 3909134872
#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
@ -1359,7 +1359,7 @@
#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.03.f407-discovery.2857154234"
#define TS_SIGNATURE "rusEFI master.2023.07.03.f407-discovery.3909134872"
#define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't'

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 2998190837
#define TS_SIGNATURE "rusEFI master.2023.07.03.48way.2998190837"
#define SIGNATURE_HASH 4059618903
#define TS_SIGNATURE "rusEFI master.2023.07.03.48way.4059618903"

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 2399086154
#define TS_SIGNATURE "rusEFI master.2023.07.03.alphax-2chan.2399086154"
#define SIGNATURE_HASH 3451075304
#define TS_SIGNATURE "rusEFI master.2023.07.03.alphax-2chan.3451075304"

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 3574565542
#define TS_SIGNATURE "rusEFI master.2023.07.03.alphax-4chan.3574565542"
#define SIGNATURE_HASH 2521011716
#define TS_SIGNATURE "rusEFI master.2023.07.03.alphax-4chan.2521011716"

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 3574565542
#define TS_SIGNATURE "rusEFI master.2023.07.03.alphax-4chan_f7.3574565542"
#define SIGNATURE_HASH 2521011716
#define TS_SIGNATURE "rusEFI master.2023.07.03.alphax-4chan_f7.2521011716"

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 564150099
#define TS_SIGNATURE "rusEFI master.2023.07.03.alphax-8chan.564150099"
#define SIGNATURE_HASH 1659642865
#define TS_SIGNATURE "rusEFI master.2023.07.03.alphax-8chan.1659642865"

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 564150099
#define TS_SIGNATURE "rusEFI master.2023.07.03.alphax-8chan_f7.564150099"
#define SIGNATURE_HASH 1659642865
#define TS_SIGNATURE "rusEFI master.2023.07.03.alphax-8chan_f7.1659642865"

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 3936665448
#define TS_SIGNATURE "rusEFI master.2023.07.03.atlas.3936665448"
#define SIGNATURE_HASH 2850595786
#define TS_SIGNATURE "rusEFI master.2023.07.03.atlas.2850595786"

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 3460909049
#define TS_SIGNATURE "rusEFI master.2023.07.03.core8.3460909049"
#define SIGNATURE_HASH 2365938523
#define TS_SIGNATURE "rusEFI master.2023.07.03.core8.2365938523"

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 4134423119
#define TS_SIGNATURE "rusEFI master.2023.07.03.cypress.4134423119"
#define SIGNATURE_HASH 3038926573
#define TS_SIGNATURE "rusEFI master.2023.07.03.cypress.3038926573"

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 2857154234
#define TS_SIGNATURE "rusEFI master.2023.07.03.f407-discovery.2857154234"
#define SIGNATURE_HASH 3909134872
#define TS_SIGNATURE "rusEFI master.2023.07.03.f407-discovery.3909134872"

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 4134423119
#define TS_SIGNATURE "rusEFI master.2023.07.03.f429-discovery.4134423119"
#define SIGNATURE_HASH 3038926573
#define TS_SIGNATURE "rusEFI master.2023.07.03.f429-discovery.3038926573"

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 3560745605
#define TS_SIGNATURE "rusEFI master.2023.07.03.frankenso_na6.3560745605"
#define SIGNATURE_HASH 2540746279
#define TS_SIGNATURE "rusEFI master.2023.07.03.frankenso_na6.2540746279"

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 580257542
#define TS_SIGNATURE "rusEFI master.2023.07.03.harley81.580257542"
#define SIGNATURE_HASH 1641683876
#define TS_SIGNATURE "rusEFI master.2023.07.03.harley81.1641683876"

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 1184693439
#define TS_SIGNATURE "rusEFI master.2023.07.03.hellen-gm-e67.1184693439"
#define SIGNATURE_HASH 97574941
#define TS_SIGNATURE "rusEFI master.2023.07.03.hellen-gm-e67.97574941"

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 2437843099
#define TS_SIGNATURE "rusEFI master.2023.07.03.hellen-honda-k.2437843099"
#define SIGNATURE_HASH 3523384377
#define TS_SIGNATURE "rusEFI master.2023.07.03.hellen-honda-k.3523384377"

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 3421000745
#define TS_SIGNATURE "rusEFI master.2023.07.03.hellen-nb1.3421000745"
#define SIGNATURE_HASH 2292467851
#define TS_SIGNATURE "rusEFI master.2023.07.03.hellen-nb1.2292467851"

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 2617519373
#define TS_SIGNATURE "rusEFI master.2023.07.03.hellen121nissan.2617519373"
#define SIGNATURE_HASH 3746050479
#define TS_SIGNATURE "rusEFI master.2023.07.03.hellen121nissan.3746050479"

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 1645237644
#define TS_SIGNATURE "rusEFI master.2023.07.03.hellen121vag.1645237644"
#define SIGNATURE_HASH 559696174
#define TS_SIGNATURE "rusEFI master.2023.07.03.hellen121vag.559696174"

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 3608972761
#define TS_SIGNATURE "rusEFI master.2023.07.03.hellen128.3608972761"
#define SIGNATURE_HASH 2488308091
#define TS_SIGNATURE "rusEFI master.2023.07.03.hellen128.2488308091"

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 2920557634
#define TS_SIGNATURE "rusEFI master.2023.07.03.hellen154hyundai.2920557634"
#define SIGNATURE_HASH 3981979872
#define TS_SIGNATURE "rusEFI master.2023.07.03.hellen154hyundai.3981979872"

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 2586463330
#define TS_SIGNATURE "rusEFI master.2023.07.03.hellen72.2586463330"
#define SIGNATURE_HASH 3647361216
#define TS_SIGNATURE "rusEFI master.2023.07.03.hellen72.3647361216"

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 20893346
#define TS_SIGNATURE "rusEFI master.2023.07.03.hellen81.20893346"
#define SIGNATURE_HASH 1114821120
#define TS_SIGNATURE "rusEFI master.2023.07.03.hellen81.1114821120"

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 550112382
#define TS_SIGNATURE "rusEFI master.2023.07.03.hellen88bmw.550112382"
#define SIGNATURE_HASH 1669730524
#define TS_SIGNATURE "rusEFI master.2023.07.03.hellen88bmw.1669730524"

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 493082219
#define TS_SIGNATURE "rusEFI master.2023.07.03.hellenNA6.493082219"
#define SIGNATURE_HASH 1580190409
#define TS_SIGNATURE "rusEFI master.2023.07.03.hellenNA6.1580190409"

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 2880980326
#define TS_SIGNATURE "rusEFI master.2023.07.03.hellenNA8_96.2880980326"
#define SIGNATURE_HASH 3908327876
#define TS_SIGNATURE "rusEFI master.2023.07.03.hellenNA8_96.3908327876"

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 2662983811
#define TS_SIGNATURE "rusEFI master.2023.07.03.kin.2662983811"
#define SIGNATURE_HASH 3723883553
#define TS_SIGNATURE "rusEFI master.2023.07.03.kin.3723883553"

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 3965015617
#define TS_SIGNATURE "rusEFI master.2023.07.03.m74_9.3965015617"
#define SIGNATURE_HASH 2937670371
#define TS_SIGNATURE "rusEFI master.2023.07.03.m74_9.2937670371"

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 3365546184
#define TS_SIGNATURE "rusEFI master.2023.07.03.mre_f4.3365546184"
#define SIGNATURE_HASH 2346071146
#define TS_SIGNATURE "rusEFI master.2023.07.03.mre_f4.2346071146"

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 3365546184
#define TS_SIGNATURE "rusEFI master.2023.07.03.mre_f7.3365546184"
#define SIGNATURE_HASH 2346071146
#define TS_SIGNATURE "rusEFI master.2023.07.03.mre_f7.2346071146"

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 4134423119
#define TS_SIGNATURE "rusEFI master.2023.07.03.nucleo_f429.4134423119"
#define SIGNATURE_HASH 3038926573
#define TS_SIGNATURE "rusEFI master.2023.07.03.nucleo_f429.3038926573"

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 4134423119
#define TS_SIGNATURE "rusEFI master.2023.07.03.nucleo_f767.4134423119"
#define SIGNATURE_HASH 3038926573
#define TS_SIGNATURE "rusEFI master.2023.07.03.nucleo_f767.3038926573"

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 4134423119
#define TS_SIGNATURE "rusEFI master.2023.07.03.nucleo_h743.4134423119"
#define SIGNATURE_HASH 3038926573
#define TS_SIGNATURE "rusEFI master.2023.07.03.nucleo_h743.3038926573"

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 3338307551
#define TS_SIGNATURE "rusEFI master.2023.07.03.prometheus_405.3338307551"
#define SIGNATURE_HASH 2243337085
#define TS_SIGNATURE "rusEFI master.2023.07.03.prometheus_405.2243337085"

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 3338307551
#define TS_SIGNATURE "rusEFI master.2023.07.03.prometheus_469.3338307551"
#define SIGNATURE_HASH 2243337085
#define TS_SIGNATURE "rusEFI master.2023.07.03.prometheus_469.2243337085"

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 523077692
#define TS_SIGNATURE "rusEFI master.2023.07.03.proteus_f4.523077692"
#define SIGNATURE_HASH 1549898910
#define TS_SIGNATURE "rusEFI master.2023.07.03.proteus_f4.1549898910"

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 523077692
#define TS_SIGNATURE "rusEFI master.2023.07.03.proteus_f7.523077692"
#define SIGNATURE_HASH 1549898910
#define TS_SIGNATURE "rusEFI master.2023.07.03.proteus_f7.1549898910"

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 523077692
#define TS_SIGNATURE "rusEFI master.2023.07.03.proteus_h7.523077692"
#define SIGNATURE_HASH 1549898910
#define TS_SIGNATURE "rusEFI master.2023.07.03.proteus_h7.1549898910"

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 2452991763
#define TS_SIGNATURE "rusEFI master.2023.07.03.s105.2452991763"
#define SIGNATURE_HASH 3514414001
#define TS_SIGNATURE "rusEFI master.2023.07.03.s105.3514414001"

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 486483563
#define TS_SIGNATURE "rusEFI master.2023.07.03.small-can.486483563"
#define SIGNATURE_HASH 1605581513
#define TS_SIGNATURE "rusEFI master.2023.07.03.small-can.1605581513"

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 4058221912
#define TS_SIGNATURE "rusEFI master.2023.07.03.subaru_eg33_f7.4058221912"
#define SIGNATURE_HASH 2997850618
#define TS_SIGNATURE "rusEFI master.2023.07.03.subaru_eg33_f7.2997850618"

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 4134423119
#define TS_SIGNATURE "rusEFI master.2023.07.03.t-b-g.4134423119"
#define SIGNATURE_HASH 3038926573
#define TS_SIGNATURE "rusEFI master.2023.07.03.t-b-g.3038926573"

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 2092983917
#define TS_SIGNATURE "rusEFI master.2023.07.03.tdg-pdm8.2092983917"
#define SIGNATURE_HASH 1066171087
#define TS_SIGNATURE "rusEFI master.2023.07.03.tdg-pdm8.1066171087"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.f407-discovery.2857154234"
signature = "rusEFI master.2023.07.03.f407-discovery.3909134872"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.f407-discovery.2857154234" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.f407-discovery.3909134872" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list="NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15", "MC33972_1", "MC33972_2", "MC33972_3", "MC33972_4", "MC33972_5", "MC33972_6", "MC33972_7", "MC33972_8", "MC33972_9", "MC33972_10", "MC33972_11", "MC33972_12", "MC33972_13", "MC33972_14", "MC33972_15", "MC33972_16", "MC33972_17", "MC33972_18", "MC33972_19", "MC33972_20", "MC33972_21", "MC33972_22", "TLE8888_1", "TLE8888_2", "TLE8888_3", "TLE8888_4", "TLE8888_5", "TLE8888_6", "TLE8888_7", "TLE8888_8", "TLE8888_9", "TLE8888_10", "TLE8888_11", "TLE8888_12", "TLE8888_13", "TLE8888_14", "TLE8888_15", "TLE8888_16", "TLE8888_17", "TLE8888_18", "TLE8888_19", "TLE8888_20", "TLE8888_21", "TLE8888_22", "TLE8888_23", "TLE8888_24", "TLE8888_25", "TLE8888_26", "TLE8888_27", "TLE8888_28", "INVALID", "INVALID", "INVALID", "TLE6240_1", "TLE6240_2", "TLE6240_3", "TLE6240_4", "TLE6240_5", "TLE6240_6", "TLE6240_7", "TLE6240_8", "TLE6240_9", "TLE6240_10", "TLE6240_11", "TLE6240_12", "TLE6240_13", "TLE6240_14", "TLE6240_15", "TLE6240_16"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:39:34 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:41:13 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6061,7 +6063,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.48way.2998190837"
signature = "rusEFI master.2023.07.03.48way.4059618903"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.48way.2998190837" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.48way.4059618903" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",41="Boost Controller Output (C7)",68="Fan Relay (E2)",69="Fuel Relay (E3)",65="HC1 Output (D15)",64="HC2 Output (D14)",40="Idle1 Output (C6)",62="Ignition 1 Output (D12)",63="Ignition 2 Output (D13)",33="Ignition 3 Output (B15)",32="Ignition 4 Output (B14)",58="Ignition 5 Output (D8)",59="Ignition 6 Output (D9)",61="Ignition 7 Output (D11)",60="Ignition 8 Output (D10)",81="Injector 1 Output (E15)",80="Injector 2 Output (E14)",79="Injector 3 Output (E13)",78="Injector 4 Output (E12)",77="Injector 5 Output (E11)",76="Injector 6 Output (E10)",75="Injector 7 Output (E9)",74="Injector 8 Output (E8)",71="Tachometer (E5)"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:38:57 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:40:36 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6061,7 +6063,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.alphax-2chan.2399086154"
signature = "rusEFI master.2023.07.03.alphax-2chan.3451075304"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.alphax-2chan.2399086154" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.alphax-2chan.3451075304" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",40="A3 - Fuel Pump",41="A4 - Tachometer",47="A6 - Ignition A",71="A7 - Ignition B",105="A8 - Injector A",106="B8 - Injector B",42="C1 - Fan Relay",63="C8 - Idle"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:38:09 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:39:48 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6057,7 +6059,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.alphax-4chan.3574565542"
signature = "rusEFI master.2023.07.03.alphax-4chan.2521011716"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.alphax-4chan.3574565542" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.alphax-4chan.2521011716" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",10="A3 - Fuel Pump",104="A4 - Tachometer",47="A6 - Ignition 1",71="A7 - Ignition 2",105="A8 - Injector 1",62="Aux10 - High2 legacy F4",59="Aux2 - Inj 5",94="Aux4 - Inj 6",68="Aux6 - Ignition 5",26="Aux8 - Ignition 6",65="Aux9 - High1 legacy F2",106="B8 - Injector 2",100="C1 - Fan Relay",63="C8 - Idle",61="D1 - Injector 3",41="D2 - Out Boost",70="D6 - Ignition 3",69="D7 - Ignition 4",60="E1 - Injector 4",109="E2 - Out NOS",43="F1 - Idle2",27="F2 - VVT#1 rev G",72="F4 - VVT#2 rev G",110="F5 - MAIN"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:38:11 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:39:50 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6059,7 +6061,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.alphax-4chan_f7.3574565542"
signature = "rusEFI master.2023.07.03.alphax-4chan_f7.2521011716"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.alphax-4chan_f7.3574565542" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.alphax-4chan_f7.2521011716" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",10="A3 - Fuel Pump",104="A4 - Tachometer",47="A6 - Ignition 1",71="A7 - Ignition 2",105="A8 - Injector 1",62="Aux10 - High2 legacy F4",59="Aux2 - Inj 5",94="Aux4 - Inj 6",68="Aux6 - Ignition 5",26="Aux8 - Ignition 6",65="Aux9 - High1 legacy F2",106="B8 - Injector 2",100="C1 - Fan Relay",63="C8 - Idle",61="D1 - Injector 3",41="D2 - Out Boost",70="D6 - Ignition 3",69="D7 - Ignition 4",60="E1 - Injector 4",109="E2 - Out NOS",43="F1 - Idle2",27="F2 - VVT#1 rev G",72="F4 - VVT#2 rev G",110="F5 - MAIN"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:38:13 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:39:52 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6059,7 +6061,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.alphax-8chan.564150099"
signature = "rusEFI master.2023.07.03.alphax-8chan.1659642865"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.alphax-8chan.564150099" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.alphax-8chan.1659642865" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",69="10A - Ignition 4",53="10D - LS 7",70="11A - Ignition 3",11="11D - LS 8",71="12A - Ignition 2",111="12D - NOS",47="13A - Ignition 1",41="13D - Boost",72="18C - Ignition 8",27="19C - Ignition 7",60="1A - Injector 4",26="20C - Ignition 6",68="21C - Ignition 5",104="21D - Tachometer",96="26C - Injector 8",95="27C - Injector 7",94="28C - Injector 6",59="29C - Injector 5",61="2A - Injector 3",106="3A - Injector 2",105="4A - Injector 1",110="8B - Main Relay LS",10="8D - Fuel Pump",100="9D - Fan Relay"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:38:16 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:39:54 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6059,7 +6061,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.alphax-8chan_f7.564150099"
signature = "rusEFI master.2023.07.03.alphax-8chan_f7.1659642865"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.alphax-8chan_f7.564150099" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.alphax-8chan_f7.1659642865" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",69="10A - Ignition 4",53="10D - LS 7",70="11A - Ignition 3",11="11D - LS 8",71="12A - Ignition 2",111="12D - NOS",47="13A - Ignition 1",41="13D - Boost",72="18C - Ignition 8",27="19C - Ignition 7",60="1A - Injector 4",26="20C - Ignition 6",68="21C - Ignition 5",104="21D - Tachometer",96="26C - Injector 8",95="27C - Injector 7",94="28C - Injector 6",59="29C - Injector 5",61="2A - Injector 3",106="3A - Injector 2",105="4A - Injector 1",110="8B - Main Relay LS",10="8D - Fuel Pump",100="9D - Fan Relay"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:38:18 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:39:57 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6059,7 +6061,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.atlas.3936665448"
signature = "rusEFI master.2023.07.03.atlas.2850595786"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.atlas.3936665448" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.atlas.2850595786" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list="NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15", "MC33972_1", "MC33972_2", "MC33972_3", "MC33972_4", "MC33972_5", "MC33972_6", "MC33972_7", "MC33972_8", "MC33972_9", "MC33972_10", "MC33972_11", "MC33972_12", "MC33972_13", "MC33972_14", "MC33972_15", "MC33972_16", "MC33972_17", "MC33972_18", "MC33972_19", "MC33972_20", "MC33972_21", "MC33972_22", "TLE8888_1", "TLE8888_2", "TLE8888_3", "TLE8888_4", "TLE8888_5", "TLE8888_6", "TLE8888_7", "TLE8888_8", "TLE8888_9", "TLE8888_10", "TLE8888_11", "TLE8888_12", "TLE8888_13", "TLE8888_14", "TLE8888_15", "TLE8888_16", "TLE8888_17", "TLE8888_18", "TLE8888_19", "TLE8888_20", "TLE8888_21", "TLE8888_22", "TLE8888_23", "TLE8888_24", "TLE8888_25", "TLE8888_26", "TLE8888_27", "TLE8888_28", "INVALID", "INVALID", "INVALID", "TLE6240_1", "TLE6240_2", "TLE6240_3", "TLE6240_4", "TLE6240_5", "TLE6240_6", "TLE6240_7", "TLE6240_8", "TLE6240_9", "TLE6240_10", "TLE6240_11", "TLE6240_12", "TLE6240_13", "TLE6240_14", "TLE6240_15", "TLE6240_16"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:39:26 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:41:05 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6059,7 +6061,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.core8.3460909049"
signature = "rusEFI master.2023.07.03.core8.2365938523"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.core8.3460909049" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.core8.2365938523" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",26="DBW Control (B8)",27="DBW Direction (B9)",25="DBW Disable (B7)",81="High Side 1 (E15)",76="High Side 10 (E10)",75="High Side 11 (E9)",74="High Side 12 (E8)",80="High Side 2 (E14)",79="High Side 3 (E13)",78="High Side 4 (E12)",77="High Side 5 (E11)",97="High Side 6 (F15)",98="High Side 7 (G0)",99="High Side 8 (G1)",73="High Side 9 (E7)",32="Low Side 1 (B14 v2.1 ONLY)",95="Low Side 1 (F13)",65="Low Side 10 (D15)",100="Low Side 11 (G2)",101="Low Side 12 (G3)",102="Low Side 13 (G4)",103="Low Side 14 (G5)",104="Low Side 15 (G6)",105="Low Side 16 (G7)",106="Low Side 17 (G8)",40="Low Side 18 (C6)",41="Low Side 19 (C7)",33="Low Side 2 (B15 v2.1 ONLY)",96="Low Side 2 (F14)",10="Low Side 20 (A8)",55="Low Side 21 (D5)",54="Low Side 22 (D4)",53="Low Side 23 (D3)",17="Low Side 24 (A15)",58="Low Side 3 (D8)",59="Low Side 4 (D9)",60="Low Side 5 (D10)",61="Low Side 6 (D11)",62="Low Side 7 (D12)",63="Low Side 8 (D13)",64="Low Side 9 (D14)",90="StepEr Control (F8)",89="StepEr Direction (F7)",91="StepEr Disable (F9)"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:38:55 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:40:34 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6061,7 +6063,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.cypress.4134423119"
signature = "rusEFI master.2023.07.03.cypress.3038926573"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.cypress.4134423119" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.cypress.3038926573" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list="NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15", "MC33972_1", "MC33972_2", "MC33972_3", "MC33972_4", "MC33972_5", "MC33972_6", "MC33972_7", "MC33972_8", "MC33972_9", "MC33972_10", "MC33972_11", "MC33972_12", "MC33972_13", "MC33972_14", "MC33972_15", "MC33972_16", "MC33972_17", "MC33972_18", "MC33972_19", "MC33972_20", "MC33972_21", "MC33972_22", "TLE8888_1", "TLE8888_2", "TLE8888_3", "TLE8888_4", "TLE8888_5", "TLE8888_6", "TLE8888_7", "TLE8888_8", "TLE8888_9", "TLE8888_10", "TLE8888_11", "TLE8888_12", "TLE8888_13", "TLE8888_14", "TLE8888_15", "TLE8888_16", "TLE8888_17", "TLE8888_18", "TLE8888_19", "TLE8888_20", "TLE8888_21", "TLE8888_22", "TLE8888_23", "TLE8888_24", "TLE8888_25", "TLE8888_26", "TLE8888_27", "TLE8888_28", "INVALID", "INVALID", "INVALID", "TLE6240_1", "TLE6240_2", "TLE6240_3", "TLE6240_4", "TLE6240_5", "TLE6240_6", "TLE6240_7", "TLE6240_8", "TLE6240_9", "TLE6240_10", "TLE6240_11", "TLE6240_12", "TLE6240_13", "TLE6240_14", "TLE6240_15", "TLE6240_16"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:38:06 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:39:44 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6059,7 +6061,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.f407-discovery.2857154234"
signature = "rusEFI master.2023.07.03.f407-discovery.3909134872"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.f407-discovery.2857154234" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.f407-discovery.3909134872" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list="NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15", "MC33972_1", "MC33972_2", "MC33972_3", "MC33972_4", "MC33972_5", "MC33972_6", "MC33972_7", "MC33972_8", "MC33972_9", "MC33972_10", "MC33972_11", "MC33972_12", "MC33972_13", "MC33972_14", "MC33972_15", "MC33972_16", "MC33972_17", "MC33972_18", "MC33972_19", "MC33972_20", "MC33972_21", "MC33972_22", "TLE8888_1", "TLE8888_2", "TLE8888_3", "TLE8888_4", "TLE8888_5", "TLE8888_6", "TLE8888_7", "TLE8888_8", "TLE8888_9", "TLE8888_10", "TLE8888_11", "TLE8888_12", "TLE8888_13", "TLE8888_14", "TLE8888_15", "TLE8888_16", "TLE8888_17", "TLE8888_18", "TLE8888_19", "TLE8888_20", "TLE8888_21", "TLE8888_22", "TLE8888_23", "TLE8888_24", "TLE8888_25", "TLE8888_26", "TLE8888_27", "TLE8888_28", "INVALID", "INVALID", "INVALID", "TLE6240_1", "TLE6240_2", "TLE6240_3", "TLE6240_4", "TLE6240_5", "TLE6240_6", "TLE6240_7", "TLE6240_8", "TLE6240_9", "TLE6240_10", "TLE6240_11", "TLE6240_12", "TLE6240_13", "TLE6240_14", "TLE6240_15", "TLE6240_16"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:39:31 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:41:09 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6061,7 +6063,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.f429-discovery.4134423119"
signature = "rusEFI master.2023.07.03.f429-discovery.3038926573"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.f429-discovery.4134423119" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.f429-discovery.3038926573" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list="NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15", "MC33972_1", "MC33972_2", "MC33972_3", "MC33972_4", "MC33972_5", "MC33972_6", "MC33972_7", "MC33972_8", "MC33972_9", "MC33972_10", "MC33972_11", "MC33972_12", "MC33972_13", "MC33972_14", "MC33972_15", "MC33972_16", "MC33972_17", "MC33972_18", "MC33972_19", "MC33972_20", "MC33972_21", "MC33972_22", "TLE8888_1", "TLE8888_2", "TLE8888_3", "TLE8888_4", "TLE8888_5", "TLE8888_6", "TLE8888_7", "TLE8888_8", "TLE8888_9", "TLE8888_10", "TLE8888_11", "TLE8888_12", "TLE8888_13", "TLE8888_14", "TLE8888_15", "TLE8888_16", "TLE8888_17", "TLE8888_18", "TLE8888_19", "TLE8888_20", "TLE8888_21", "TLE8888_22", "TLE8888_23", "TLE8888_24", "TLE8888_25", "TLE8888_26", "TLE8888_27", "TLE8888_28", "INVALID", "INVALID", "INVALID", "TLE6240_1", "TLE6240_2", "TLE6240_3", "TLE6240_4", "TLE6240_5", "TLE6240_6", "TLE6240_7", "TLE6240_8", "TLE6240_9", "TLE6240_10", "TLE6240_11", "TLE6240_12", "TLE6240_13", "TLE6240_14", "TLE6240_15", "TLE6240_16"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:39:18 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:40:57 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6059,7 +6061,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.frankenso_na6.3560745605"
signature = "rusEFI master.2023.07.03.frankenso_na6.2540746279"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.frankenso_na6.3560745605" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.frankenso_na6.2540746279" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",43="Coil 1F",80="Coil 1G",41="Coil 1H",76="Coil 1I",74="Coil 1L",78="Coil 1M",58="Coil 1O",59="Coil 1P",47="Injector 2M",57="Injector 2N",71="Injector 2O",72="Injector 2P",69="Injector 3S",70="Injector 3T",53="Injector 3U",68="Injector 3V",27="Injector 3W",55="Injector 3X",26="Injector 3Y",25="Injector 3Z"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:39:06 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:40:44 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6059,7 +6061,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.harley81.580257542"
signature = "rusEFI master.2023.07.03.harley81.1641683876"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.harley81.580257542" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.harley81.1641683876" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",65="1 Right Oil Cooling",47="24 Front Coil",52="25 Front ACR",64="4 Left Oil Fan",71="43 Rear Coil",105="6 Front Injector",112="61 Reverse Gear",103="63 Cooling Pump",106="7 Rear Injector",109="8 Rear ACR",101="auxMain",41="auxWastegate"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:38:20 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:39:59 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6060,7 +6062,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.hellen-gm-e67.1184693439"
signature = "rusEFI master.2023.07.03.hellen-gm-e67.97574941"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.hellen-gm-e67.1184693439" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.hellen-gm-e67.97574941" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",100="C1-12 Check Engine",52="C1-13 - Fuel Pump",65="C1-25 Tach",109="C1-26 - Starter Relay",64="C1-39 - VSS Output",112="C1-40 - MAIN",102="C1-56 - Starter Enable",47="C2-1 - IGN 1",61="C2-16 INJ 3",72="C2-17 - IGN 8",69="C2-18 - IGN 4",106="C2-32 INJ 2",27="C2-33 - IGN 7",68="C2-34 - IGN 5",96="C2-48 INJ 8",59="C2-49 INJ 5",94="C2-52 INJ 6",71="C2-53 - IGN 2",26="C2-54 - IGN 6",70="C2-55 - IGN 3",60="C2-70 INJ 4",95="C2-71 INJ 7",105="C2-72 INJ 1",111="C3-16 - Coolant Pump",10="C3-49 - Fan Relay",63="C3-7 - Alternator Enable",43="J4_4 Wastegate Solenoid",53="J4_5 Error Light",46="J7_1 AUX",45="J7_2 AUX",44="J7_3 AUX",17="J7_4 AUX",55="J7_5 AUX",56="J7_6 AUX",66="J7_7 AUX",67="J7_8 AUX"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:38:42 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:40:21 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6060,7 +6062,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.hellen-honda-k.2437843099"
signature = "rusEFI master.2023.07.03.hellen-honda-k.3523384377"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.hellen-honda-k.2437843099" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.hellen-honda-k.3523384377" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",94="A12 Idle Air Control",69="A27 - IGN4",70="A28 - IGN3",71="A29 - IGN2",47="A30 - IGN1",52="AuxHigh1",100="AuxPP1",109="B15 VTS HS",111="B18 Alternator Control",60="B2 - Injector 4",43="B21 - EVAP",95="B22 Intake Runner",42="B23 VTC VVT",61="B3 - Injector 3",106="B4 - Injector 2",105="B5 - Injector 1",10="B6 Radiator Relay",96="B7 Lockout Solenoid",65="C11 Aux Low 3",104="E1 Fuel Relay",59="E18 - AC Relay",110="E26 Tachometer",101="E31 Check Engine",112="E7 Main Relay Control"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:38:29 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:40:08 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6059,7 +6061,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.hellen-nb1.3421000745"
signature = "rusEFI master.2023.07.03.hellen-nb1.2292467851"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.hellen-nb1.3421000745" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.hellen-nb1.2292467851" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",102="1E - Check Engine Light",11="1I AC Fan Relay",65="1O - ALTERN",110="1Q - Aternator Warning Lamp",62="1R - ECF",109="1S - AC Relay",53="1U - O2H",63="2K - TACH",100="2M US / 2P EUROPE - FPUMP",64="2Q - IDLE",35="3D - MAP",47="3G - IGN_1 (1&4)",71="3H - IGN_2 (2&3)",96="3Q - VICS",94="3T/4D - BOOST OUT",111="3V - O2H2",105="3W - INJ_1",106="3X - INJ_2",61="3Y - INJ_3",60="3Z - INJ_4",59="4E - VVT",41="ETB +",42="ETB -",40="ETB EN"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:38:40 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:40:19 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6060,7 +6062,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.hellen121nissan.2617519373"
signature = "rusEFI master.2023.07.03.hellen121nissan.3746050479"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.hellen121nissan.2617519373" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.hellen121nissan.3746050479" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",95="10 - VTC Left",103="104 ETB Relay",96="11 - VTC Right",112="111 Main Relay",62="113 Fuel Pump Relay",42="2 Aux Low 3",59="21 - INJ_5",61="22 - INJ_3",105="23 - INJ_1",53="29 - VIAS",41="3 Aux Low 2",94="40 - INJ_6",60="41 - INJ_4",106="42 - INJ_2",68="60 - Coil 5",70="61 - Coil 3",47="62 - Coil 1",26="79 - Coil 6",40="8 Aux Low 1",69="80 - Coil 4",71="81 - Coil 2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:38:27 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:40:06 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6059,7 +6061,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.hellen121vag.1645237644"
signature = "rusEFI master.2023.07.03.hellen121vag.559696174"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.hellen121vag.1645237644" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.hellen121vag.559696174" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",35="101 - MAP2",138="102 - IGN_1",68="103 - IGN_5",11="104 Wastegate",64="105 - IDLE rev A,B",103="105 - IDLE rev C+",135="110 - IGN_6",70="111 - IGN_3",94="112 INJ 6",59="113 INJ 5",101="115 - VVT1_2",40="117 ETB_OUT+",41="118 ETB_OUT-",42="120 - VVT2 B2",43="18 - VVT2 B1",95="19 - INJ 7",130="22 - VVT1 1",96="24 - INJ 8",63="37 - TACH",102="47 - CEL",128="65 - Fuel Pump",71="7 - IGN_2",136="8 - IGN_7",60="88 - INJ_4",106="89 - INJ_2",69="94 - IGN_4",137="95 - IGN_8",105="96 - INJ_1",61="97 - INJ_3",132="Main Relay"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:38:24 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:40:03 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6060,7 +6062,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.hellen128.3608972761"
signature = "rusEFI master.2023.07.03.hellen128.2488308091"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.hellen128.3608972761" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.hellen128.2488308091" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",62="A6 - Fan Control",128="C21 - Evap Purge Control",65="C29 - Fuel Pump",105="E1 - LS1",59="E13 - INJ 4",94="E14 - INJ 2",106="E2- LS2",95="E25 - INJ 1",96="E26 - INJ 3",61="E3 - LS3",60="E4 - LS4/VVT",137="F11 - IGN 8",69="F13 - IGN 4",71="F16 - IGN 2",135="F17 - IGN 6",138="F20 - IGN 1",68="F4 - IGN 5",70="F6 - IGN 3",136="F9 - IGN 7",10="P18_OUT_PP2",131="P19_OUT_LOW11",43="P33_PWM5",129="P34_OUT_LOW8",130="P35_OUT_LOW9"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:38:22 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:40:01 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6060,7 +6062,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.hellen154hyundai.2920557634"
signature = "rusEFI master.2023.07.03.hellen154hyundai.3981979872"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.hellen154hyundai.2920557634" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.hellen154hyundai.3981979872" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",53="Aux P66",11="Aux P67",103="Aux P68",47="Coil 1",71="Coil 2",70="Coil 3",69="Coil 4",102="Fan Relay HI",101="Fan Relay Low",111="Fuel Pump K70",105="INJ_1 k25",106="INJ_2 k26",61="INJ_3 k27",60="INJ_4 k28",95="K47 BK1 Wastegate Solenoid",110="K87 AC Relay",62="MIL",112="Main Relay K64",65="Tacho",59="VVT1",94="VVT2",25="X2 AuxLS3",64="X3 AuxLS2",96="X8 AuxLS1"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:38:31 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:40:10 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6059,7 +6061,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.hellen72.2586463330"
signature = "rusEFI master.2023.07.03.hellen72.3647361216"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.hellen72.2586463330" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.hellen72.3647361216" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",105="2A - INJ_1",62="2B - ECF (PWM8)",59="2C - AC Fan / INJ_5",106="2D - INJ_2",61="2G - INJ_3",60="2J - INJ_4",129="2K - AC (O4)",100="2M - FPUMP (O9)",94="2N - VTSC / INJ_6",70="2O - IGN_3",64="2Q - IDLE (PWM5)",102="2R - CE (O11)",95="3C - Purge Solenoid / INJ_7",96="3D - EGR Solenoid / INJ_8",101="3E - CANIST (O10)",138="3F - IGN_1 (1&4)",132="3H - MAIN (O1)",71="3I - IGN_2 (2&3)",128="3J - O2H (O3)",136="3L - IGN_7 / AFR",65="3M - ALTERN (PWM6)",69="3N - IGN_4",63="3O - TACH (PWM7)",11="3P - O2H2 (O7)",127="3U - AWARN (O2)",68="3Z - IGN_5 / GNDA",135="4K - IGN_6 / +5V_MAP",130="4R - VVT (O5)",137="4U - MAP2/Ign8 (A10)",43="5E - SOLENOID OUTPUT",41="ETB +",42="ETB -",40="ETB EN"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:38:36 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:40:15 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6060,7 +6062,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.hellen81.20893346"
signature = "rusEFI master.2023.07.03.hellen81.1114821120"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.hellen81.20893346" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.hellen81.1114821120" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",71="1 - IGN_2",65="10 - OUT_FUEL",127="11 - OUT_HIGH",132="14 - OUT_MAIN",70="2 - IGN_3",72="21 - IGN_8",27="22 - IGN_7",26="23 - IGN_6",68="24 - IGN_5",94="25 - INJ_6",105="27 - INJ_1",11="28 - OUT_O2H2",59="30 - INJ_5",102="31 - OUT_CE",69="4 - IGN_4",101="46 - OUT_CANIST",60="47 - INJ_4",128="48 - OUT_O2H",131="49 - OUT_HEATER",138="5 - IGN_1",130="50 - OUT_STARTER",106="6 - INJ_2",63="60 - OUT_IO",43="64 - OUT_COIL_B2",42="65 - OUT_COIL_B1",41="66 - OUT_COIL_A2",40="67 - OUT_COIL_A1",62="68 - OUT_ECF",129="69 - OUT_AC",61="7 - INJ_3",100="70 - OUT_PUMP",95="72 - INJ_7",96="73 - INJ_8",64="8 - OUT_TACH"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:38:38 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:40:17 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6058,7 +6060,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.hellen88bmw.550112382"
signature = "rusEFI master.2023.07.03.hellen88bmw.1669730524"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.hellen88bmw.550112382" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.hellen88bmw.1669730524" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",112="1 - OUT_PUMP",62="2 - IdleC",69="23 - Coil 4",26="24 - Coil 6",68="25 - Coil 5",53="27 - MAIN",43="29 - Idle",59="3 - INJ_5",61="31 - INJ_3",106="32 - INJ_2",105="33 - INJ_1",96="35 - INJ_8",94="4 - INJ_6",65="47 - Tach",60="5 - INJ_4",47="50 - Coil 1",71="51 - Coil 2",70="52 - Coil 3",95="7 - INJ_7/VVT"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:38:33 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:40:13 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6060,7 +6062,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.hellenNA6.493082219"
signature = "rusEFI master.2023.07.03.hellenNA6.1580190409"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.hellenNA6.493082219" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.hellenNA6.1580190409" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",107="1E - Check Engine Light",138="1G - Ignition 1 & 4 (rev C)",47="1G - Ignition 1 & 4 (rev D)",71="1H - Ignition 2 & 3",129="1J - AC Relay",96="2I - VVT",94="2J - Boost Control",59="3S - A/C Fan 94-95",105="3U - Injector 1",106="3V - Injector 2",64="3W - IDLE",61="3Y - Injector 3",60="3Z - Injector 4",41="ETB +",42="ETB -",40="ETB EN",100="Fuel Pump Relay",62="Radiator Fan",130="Tachometer (rev C)",110="Tachometer (rev D)"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:38:44 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:40:23 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6060,7 +6062,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.hellenNA8_96.2880980326"
signature = "rusEFI master.2023.07.03.hellenNA8_96.3908327876"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.hellenNA8_96.2880980326" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.hellenNA8_96.3908327876" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",62="1A - ECF",11="1B - AC Fan Relay",102="1E - Check Engine Light",109="1G - AC Relay",100="1U - Fuel Pump",63="3L - TACH",47="3N - IGN_1 (1&4)",64="3Q - IDLE",71="3R - IGN_2 (2&3)",105="3U - INJ_1",106="3V - INJ_2",61="3W - INJ_3",60="3X - INJ_4",111="3Z - O2H2",94="4D - BOOST OUT",59="4E - VVT",41="ETB +",42="ETB -",40="ETB EN",52="P18/P22"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:38:46 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:40:26 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6060,7 +6062,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.kin.2662983811"
signature = "rusEFI master.2023.07.03.kin.3723883553"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.kin.2662983811" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.kin.3723883553" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list="NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "N/A", "N/A", "PA10", "PA11", "PA12", "PA13", "N/A", "N/A", "N/A", "N/A", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "N/A", "N/A", "N/A", "N/A", "PB12", "PB13", "N/A", "N/A", "N/A", "N/A", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "N/A", "N/A", "N/A", "N/A", "PC14", "PC15", "PC16", "PC17", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "N/A", "N/A", "N/A", "N/A", "N/A", "N/A", "N/A", "PD15", "PD16", "N/A", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "N/A", "N/A", "N/A", "N/A", "N/A", "N/A", "TLE6240_1", "TLE6240_2", "TLE6240_3", "TLE6240_4", "TLE6240_5", "TLE6240_6", "TLE6240_7", "TLE6240_8", "TLE6240_9", "TLE6240_10", "TLE6240_11", "TLE6240_12", "TLE6240_13", "TLE6240_14", "TLE6240_15", "TLE6240_16"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:38:05 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:39:43 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6059,7 +6061,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.m74_9.3965015617"
signature = "rusEFI master.2023.07.03.m74_9.2937670371"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.m74_9.3965015617" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.m74_9.2937670371" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list="NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15", "MC33972_1", "MC33972_2", "MC33972_3", "MC33972_4", "MC33972_5", "MC33972_6", "MC33972_7", "MC33972_8", "MC33972_9", "MC33972_10", "MC33972_11", "MC33972_12", "MC33972_13", "MC33972_14", "MC33972_15", "MC33972_16", "MC33972_17", "MC33972_18", "MC33972_19", "MC33972_20", "MC33972_21", "MC33972_22", "TLE8888_1", "TLE8888_2", "TLE8888_3", "TLE8888_4", "TLE8888_5", "TLE8888_6", "TLE8888_7", "TLE8888_8", "TLE8888_9", "TLE8888_10", "TLE8888_11", "TLE8888_12", "TLE8888_13", "TLE8888_14", "TLE8888_15", "TLE8888_16", "TLE8888_17", "TLE8888_18", "TLE8888_19", "TLE8888_20", "TLE8888_21", "TLE8888_22", "TLE8888_23", "TLE8888_24", "TLE8888_25", "TLE8888_26", "TLE8888_27", "TLE8888_28", "INVALID", "INVALID", "INVALID", "TLE6240_1", "TLE6240_2", "TLE6240_3", "TLE6240_4", "TLE6240_5", "TLE6240_6", "TLE6240_7", "TLE6240_8", "TLE6240_9", "TLE6240_10", "TLE6240_11", "TLE6240_12", "TLE6240_13", "TLE6240_14", "TLE6240_15", "TLE6240_16"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:38:59 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:40:38 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6060,7 +6062,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.mre_f4.3365546184"
signature = "rusEFI master.2023.07.03.mre_f4.2346071146"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.mre_f4.3365546184" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.mre_f4.2346071146" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",53="10 - Ignition 2",52="11 - Ignition 3",51="12 - Ignition 4",56="13 - GP Out 6",57="14 - GP Out 5",6="28 - AN volt 10, Aux Reuse",172="3 - Lowside 2",38="32 - AN volt 6, Aux Reuse",190="33 - GP Out 3",189="34 - GP Out 2",188="35 - GP Out 1",18="36 - AN volt 8, Aux Reuse",168="37 - Injector 1",169="38 - Injector 2",19="40 - AN volt 9, Aux Reuse",170="41 - Injector 3",171="42 - Injector 4",191="43 - GP Out 4",173="7 - Lowside 1",54="9 - Ignition 1",72="AUX J10 PE6",71="AUX J11 PE5",29="AUX J12",28="AUX J13",25="AUX J18 PB7",17="AUX J2 PA15",26="AUX J2 PB8",27="AUX J2 PB9",46="AUX J2 PC12",66="AUX J6"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:38:53 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:40:32 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5158,7 +5159,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6062,7 +6064,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.mre_f7.3365546184"
signature = "rusEFI master.2023.07.03.mre_f7.2346071146"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.mre_f7.3365546184" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.mre_f7.2346071146" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",53="10 - Ignition 2",52="11 - Ignition 3",51="12 - Ignition 4",56="13 - GP Out 6",57="14 - GP Out 5",6="28 - AN volt 10, Aux Reuse",172="3 - Lowside 2",38="32 - AN volt 6, Aux Reuse",190="33 - GP Out 3",189="34 - GP Out 2",188="35 - GP Out 1",18="36 - AN volt 8, Aux Reuse",168="37 - Injector 1",169="38 - Injector 2",19="40 - AN volt 9, Aux Reuse",170="41 - Injector 3",171="42 - Injector 4",191="43 - GP Out 4",173="7 - Lowside 1",54="9 - Ignition 1",72="AUX J10 PE6",71="AUX J11 PE5",29="AUX J12",28="AUX J13",25="AUX J18 PB7",17="AUX J2 PA15",26="AUX J2 PB8",27="AUX J2 PB9",46="AUX J2 PC12",66="AUX J6"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:38:51 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:40:30 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5158,7 +5159,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6062,7 +6064,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.nucleo_f429.4134423119"
signature = "rusEFI master.2023.07.03.nucleo_f429.3038926573"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.nucleo_f429.4134423119" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.nucleo_f429.3038926573" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list="NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15", "MC33972_1", "MC33972_2", "MC33972_3", "MC33972_4", "MC33972_5", "MC33972_6", "MC33972_7", "MC33972_8", "MC33972_9", "MC33972_10", "MC33972_11", "MC33972_12", "MC33972_13", "MC33972_14", "MC33972_15", "MC33972_16", "MC33972_17", "MC33972_18", "MC33972_19", "MC33972_20", "MC33972_21", "MC33972_22", "TLE8888_1", "TLE8888_2", "TLE8888_3", "TLE8888_4", "TLE8888_5", "TLE8888_6", "TLE8888_7", "TLE8888_8", "TLE8888_9", "TLE8888_10", "TLE8888_11", "TLE8888_12", "TLE8888_13", "TLE8888_14", "TLE8888_15", "TLE8888_16", "TLE8888_17", "TLE8888_18", "TLE8888_19", "TLE8888_20", "TLE8888_21", "TLE8888_22", "TLE8888_23", "TLE8888_24", "TLE8888_25", "TLE8888_26", "TLE8888_27", "TLE8888_28", "INVALID", "INVALID", "INVALID", "TLE6240_1", "TLE6240_2", "TLE6240_3", "TLE6240_4", "TLE6240_5", "TLE6240_6", "TLE6240_7", "TLE6240_8", "TLE6240_9", "TLE6240_10", "TLE6240_11", "TLE6240_12", "TLE6240_13", "TLE6240_14", "TLE6240_15", "TLE6240_16"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:39:20 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:40:59 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6059,7 +6061,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.nucleo_f767.4134423119"
signature = "rusEFI master.2023.07.03.nucleo_f767.3038926573"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.nucleo_f767.4134423119" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.nucleo_f767.3038926573" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list="NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15", "MC33972_1", "MC33972_2", "MC33972_3", "MC33972_4", "MC33972_5", "MC33972_6", "MC33972_7", "MC33972_8", "MC33972_9", "MC33972_10", "MC33972_11", "MC33972_12", "MC33972_13", "MC33972_14", "MC33972_15", "MC33972_16", "MC33972_17", "MC33972_18", "MC33972_19", "MC33972_20", "MC33972_21", "MC33972_22", "TLE8888_1", "TLE8888_2", "TLE8888_3", "TLE8888_4", "TLE8888_5", "TLE8888_6", "TLE8888_7", "TLE8888_8", "TLE8888_9", "TLE8888_10", "TLE8888_11", "TLE8888_12", "TLE8888_13", "TLE8888_14", "TLE8888_15", "TLE8888_16", "TLE8888_17", "TLE8888_18", "TLE8888_19", "TLE8888_20", "TLE8888_21", "TLE8888_22", "TLE8888_23", "TLE8888_24", "TLE8888_25", "TLE8888_26", "TLE8888_27", "TLE8888_28", "INVALID", "INVALID", "INVALID", "TLE6240_1", "TLE6240_2", "TLE6240_3", "TLE6240_4", "TLE6240_5", "TLE6240_6", "TLE6240_7", "TLE6240_8", "TLE6240_9", "TLE6240_10", "TLE6240_11", "TLE6240_12", "TLE6240_13", "TLE6240_14", "TLE6240_15", "TLE6240_16"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:39:22 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:41:01 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6059,7 +6061,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.nucleo_h743.4134423119"
signature = "rusEFI master.2023.07.03.nucleo_h743.3038926573"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.nucleo_h743.4134423119" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.nucleo_h743.3038926573" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list="NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15", "MC33972_1", "MC33972_2", "MC33972_3", "MC33972_4", "MC33972_5", "MC33972_6", "MC33972_7", "MC33972_8", "MC33972_9", "MC33972_10", "MC33972_11", "MC33972_12", "MC33972_13", "MC33972_14", "MC33972_15", "MC33972_16", "MC33972_17", "MC33972_18", "MC33972_19", "MC33972_20", "MC33972_21", "MC33972_22", "TLE8888_1", "TLE8888_2", "TLE8888_3", "TLE8888_4", "TLE8888_5", "TLE8888_6", "TLE8888_7", "TLE8888_8", "TLE8888_9", "TLE8888_10", "TLE8888_11", "TLE8888_12", "TLE8888_13", "TLE8888_14", "TLE8888_15", "TLE8888_16", "TLE8888_17", "TLE8888_18", "TLE8888_19", "TLE8888_20", "TLE8888_21", "TLE8888_22", "TLE8888_23", "TLE8888_24", "TLE8888_25", "TLE8888_26", "TLE8888_27", "TLE8888_28", "INVALID", "INVALID", "INVALID", "TLE6240_1", "TLE6240_2", "TLE6240_3", "TLE6240_4", "TLE6240_5", "TLE6240_6", "TLE6240_7", "TLE6240_8", "TLE6240_9", "TLE6240_10", "TLE6240_11", "TLE6240_12", "TLE6240_13", "TLE6240_14", "TLE6240_15", "TLE6240_16"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:39:24 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:41:03 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6059,7 +6061,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.prometheus_405.3338307551"
signature = "rusEFI master.2023.07.03.prometheus_405.2243337085"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.prometheus_405.3338307551" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.prometheus_405.2243337085" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list="NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15", "MC33972_1", "MC33972_2", "MC33972_3", "MC33972_4", "MC33972_5", "MC33972_6", "MC33972_7", "MC33972_8", "MC33972_9", "MC33972_10", "MC33972_11", "MC33972_12", "MC33972_13", "MC33972_14", "MC33972_15", "MC33972_16", "MC33972_17", "MC33972_18", "MC33972_19", "MC33972_20", "MC33972_21", "MC33972_22", "TLE8888_1", "TLE8888_2", "TLE8888_3", "TLE8888_4", "TLE8888_5", "TLE8888_6", "TLE8888_7", "TLE8888_8", "TLE8888_9", "TLE8888_10", "TLE8888_11", "TLE8888_12", "TLE8888_13", "TLE8888_14", "TLE8888_15", "TLE8888_16", "TLE8888_17", "TLE8888_18", "TLE8888_19", "TLE8888_20", "TLE8888_21", "TLE8888_22", "TLE8888_23", "TLE8888_24", "TLE8888_25", "TLE8888_26", "TLE8888_27", "TLE8888_28", "INVALID", "INVALID", "INVALID", "TLE6240_1", "TLE6240_2", "TLE6240_3", "TLE6240_4", "TLE6240_5", "TLE6240_6", "TLE6240_7", "TLE6240_8", "TLE6240_9", "TLE6240_10", "TLE6240_11", "TLE6240_12", "TLE6240_13", "TLE6240_14", "TLE6240_15", "TLE6240_16"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:39:10 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:40:48 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6054,7 +6056,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.prometheus_469.3338307551"
signature = "rusEFI master.2023.07.03.prometheus_469.2243337085"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.prometheus_469.3338307551" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.prometheus_469.2243337085" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list="NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15", "MC33972_1", "MC33972_2", "MC33972_3", "MC33972_4", "MC33972_5", "MC33972_6", "MC33972_7", "MC33972_8", "MC33972_9", "MC33972_10", "MC33972_11", "MC33972_12", "MC33972_13", "MC33972_14", "MC33972_15", "MC33972_16", "MC33972_17", "MC33972_18", "MC33972_19", "MC33972_20", "MC33972_21", "MC33972_22", "TLE8888_1", "TLE8888_2", "TLE8888_3", "TLE8888_4", "TLE8888_5", "TLE8888_6", "TLE8888_7", "TLE8888_8", "TLE8888_9", "TLE8888_10", "TLE8888_11", "TLE8888_12", "TLE8888_13", "TLE8888_14", "TLE8888_15", "TLE8888_16", "TLE8888_17", "TLE8888_18", "TLE8888_19", "TLE8888_20", "TLE8888_21", "TLE8888_22", "TLE8888_23", "TLE8888_24", "TLE8888_25", "TLE8888_26", "TLE8888_27", "TLE8888_28", "INVALID", "INVALID", "INVALID", "TLE6240_1", "TLE6240_2", "TLE6240_3", "TLE6240_4", "TLE6240_5", "TLE6240_6", "TLE6240_7", "TLE6240_8", "TLE6240_9", "TLE6240_10", "TLE6240_11", "TLE6240_12", "TLE6240_13", "TLE6240_14", "TLE6240_15", "TLE6240_16"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:39:08 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:40:46 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6054,7 +6056,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.proteus_f4.523077692"
signature = "rusEFI master.2023.07.03.proteus_f4.1549898910"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.proteus_f4.523077692" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.proteus_f4.1549898910" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",11="Highside 1",10="Highside 2",65="Highside 3",64="Highside 4",54="Ign 1",102="Ign 10",101="Ign 11",100="Ign 12",53="Ign 2",43="Ign 3",42="Ign 4",41="Ign 5",106="Ign 6",105="Ign 7",104="Ign 8",103="Ign 9",57="Lowside 1",24="Lowside 10",25="Lowside 11",26="Lowside 12",27="Lowside 13",66="Lowside 14",67="Lowside 15",68="Lowside 16",107="Lowside 2",108="Lowside 3",109="Lowside 4",110="Lowside 5",111="Lowside 6",112="Lowside 7",22="Lowside 8",23="Lowside 9",60="STM32 PD10",61="STM32 PD11",62="STM32 PD12",63="STM32 PD13",58="STM32 PD8",59="STM32 PD9"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:39:14 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:40:52 UTC 2023
pageSize = 27468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6070,7 +6072,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.proteus_f7.523077692"
signature = "rusEFI master.2023.07.03.proteus_f7.1549898910"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.proteus_f7.523077692" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.proteus_f7.1549898910" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",11="Highside 1",10="Highside 2",65="Highside 3",64="Highside 4",54="Ign 1",102="Ign 10",101="Ign 11",100="Ign 12",53="Ign 2",43="Ign 3",42="Ign 4",41="Ign 5",106="Ign 6",105="Ign 7",104="Ign 8",103="Ign 9",57="Lowside 1",24="Lowside 10",25="Lowside 11",26="Lowside 12",27="Lowside 13",66="Lowside 14",67="Lowside 15",68="Lowside 16",107="Lowside 2",108="Lowside 3",109="Lowside 4",110="Lowside 5",111="Lowside 6",112="Lowside 7",22="Lowside 8",23="Lowside 9",60="STM32 PD10",61="STM32 PD11",62="STM32 PD12",63="STM32 PD13",58="STM32 PD8",59="STM32 PD9"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:39:12 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:40:50 UTC 2023
pageSize = 27468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6070,7 +6072,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.proteus_h7.523077692"
signature = "rusEFI master.2023.07.03.proteus_h7.1549898910"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.proteus_h7.523077692" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.proteus_h7.1549898910" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",11="Highside 1",10="Highside 2",65="Highside 3",64="Highside 4",54="Ign 1",102="Ign 10",101="Ign 11",100="Ign 12",53="Ign 2",43="Ign 3",42="Ign 4",41="Ign 5",106="Ign 6",105="Ign 7",104="Ign 8",103="Ign 9",57="Lowside 1",24="Lowside 10",25="Lowside 11",26="Lowside 12",27="Lowside 13",66="Lowside 14",67="Lowside 15",68="Lowside 16",107="Lowside 2",108="Lowside 3",109="Lowside 4",110="Lowside 5",111="Lowside 6",112="Lowside 7",22="Lowside 8",23="Lowside 9",60="STM32 PD10",61="STM32 PD11",62="STM32 PD12",63="STM32 PD13",58="STM32 PD8",59="STM32 PD9"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:39:16 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:40:54 UTC 2023
pageSize = 27468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6070,7 +6072,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.s105.2452991763"
signature = "rusEFI master.2023.07.03.s105.3514414001"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.s105.2452991763" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.s105.3514414001" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",27="10 - ECO/CLT Out",62="2 - IGN_2_3",58="27 - INJ_1",41="28 - Idle valve close",40="29 - Idle valve open",80="31 - CEL",32="46 - Absorber",61="47 - INJ_4",71="48 - AFR 1 Heater",63="5 - IGN_1_4",78="50 - Starter Disable Relay",59="6 - INJ_2",60="7 - INJ_3",52="70 - Fuel Pump Relay",66="9 - Unk Out 1",64="na 1 - IGN_3",50="na 25 - R Diff Lock",65="na 4 - IGN_4",72="na 49 - AFR 2 Heater",26="na 8 - TACH",75="opt 20 - Fan relay 2 / Unk Out 2",56="opt 58 - Fan Relay 1",76="opt 69 - AC Relay"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:39:01 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:40:40 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6060,7 +6062,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.small-can.486483563"
signature = "rusEFI master.2023.07.03.small-can.1605581513"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.small-can.486483563" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.small-can.1605581513" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",105="A8 - Low Side",106="B8 - Low Side",42="C1 - Low Side"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:38:48 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:40:28 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6058,7 +6060,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.subaru_eg33_f7.4058221912"
signature = "rusEFI master.2023.07.03.subaru_eg33_f7.2997850618"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.subaru_eg33_f7.4058221912" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.subaru_eg33_f7.2997850618" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",186="A01 - Injector 5",194="A12 - Injector 6",159="AUX0_14 - AUX0 OD output 1",158="AUX0_17 - AUX0 OD output 0",160="B08 - AC clutch",149="C14 - FPump modulator",153="C15 - AUX1 OD out",148="C16 - Tacho out",157="D01 - IDLE close",156="D02 - IDLE open",147="D03 - FAN 2 relay",121="D05 - Self Shutdown",155="D06 - Absorber purge valve",188="D07 - Ignition Cyl 4",198="D08 - Ignition Cyl 2",189="D09 - Ignition Cyl 3",199="D10 - Ignition Cyl 1",185="D11 - Injector 3",192="D12 - Injector 2",184="D13 - Injector 1",197="D16 - Ignition Cyl 6",146="D17 - FAN 1 relay",154="D18 - Auxillary air valve",152="D19 - Check Engine indicator",161="D20 - Inertia-Resonance Super-Charger control",191="D21 - Ignition Cyl 5",151="D22 - EGR control",150="D23 - Fuel Pump relay",193="D26 - Injector 4"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:38:07 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:39:45 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6059,7 +6061,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.t-b-g.4134423119"
signature = "rusEFI master.2023.07.03.t-b-g.3038926573"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.t-b-g.4134423119" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.t-b-g.3038926573" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list="NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15", "MC33972_1", "MC33972_2", "MC33972_3", "MC33972_4", "MC33972_5", "MC33972_6", "MC33972_7", "MC33972_8", "MC33972_9", "MC33972_10", "MC33972_11", "MC33972_12", "MC33972_13", "MC33972_14", "MC33972_15", "MC33972_16", "MC33972_17", "MC33972_18", "MC33972_19", "MC33972_20", "MC33972_21", "MC33972_22", "TLE8888_1", "TLE8888_2", "TLE8888_3", "TLE8888_4", "TLE8888_5", "TLE8888_6", "TLE8888_7", "TLE8888_8", "TLE8888_9", "TLE8888_10", "TLE8888_11", "TLE8888_12", "TLE8888_13", "TLE8888_14", "TLE8888_15", "TLE8888_16", "TLE8888_17", "TLE8888_18", "TLE8888_19", "TLE8888_20", "TLE8888_21", "TLE8888_22", "TLE8888_23", "TLE8888_24", "TLE8888_25", "TLE8888_26", "TLE8888_27", "TLE8888_28", "INVALID", "INVALID", "INVALID", "TLE6240_1", "TLE6240_2", "TLE6240_3", "TLE6240_4", "TLE6240_5", "TLE6240_6", "TLE6240_7", "TLE6240_8", "TLE6240_9", "TLE6240_10", "TLE6240_11", "TLE6240_12", "TLE6240_13", "TLE6240_14", "TLE6240_15", "TLE6240_16"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:39:04 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:40:42 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6059,7 +6061,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.07.03.tdg-pdm8.2092983917"
signature = "rusEFI master.2023.07.03.tdg-pdm8.1066171087"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.07.03.tdg-pdm8.2092983917" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.07.03.tdg-pdm8.1066171087" ; 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
@ -90,7 +90,7 @@ enable2ndByteCanID = false
#define output_pin_e_enum_list=0="NONE",257="Out 1",258="Out 2",259="Out 3",260="Out 4",261="Out 5",262="Out 6",263="Out 7",264="Out 8"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:39:29 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:41:07 UTC 2023
pageSize = 23468
page = 1
@ -3043,7 +3043,8 @@ value0 = scalar, U16, 1380, "value", 1,0
value1 = scalar, U16, 1382, "value", 1,0
errorRate = scalar, F32, 1384, "ratio", 1,0
; total TS size = 1388
vvt_placeholder = scalar, S32, 1388, "", 1, 0
vvtTarget = scalar, U16, 1388, "deg", 0.1, 0
vvtOutput = scalar, U08, 1390, "%", 0.5, 0
; total TS size = 1392
@ -5157,7 +5158,8 @@ entry = isEnabled0, "isEnabled0", int, "%d"
entry = value0, "ETB: SENT value0", int, "%d"
entry = value1, "ETB: SENT value1", int, "%d"
entry = errorRate, "ETB: SENT error rate", float, "%.3f"
entry = vvt_placeholder, "vvt_placeholder", int, "%d"
entry = vvtTarget, "vvtTarget", float, "%.3f"
entry = vvtOutput, "vvtOutput", float, "%.3f"
[Menu]
@ -6059,7 +6061,8 @@ dialog = sent_stateDialog, "sent_state"
dialog = vvtDialog, "vvt"
liveGraph = vvt_1_Graph, "Graph", South
graphLine = vvt_placeholder
graphLine = vvtTarget
graphLine = vvtOutput

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 16:39:34 UTC 2023
// this file was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Mon Jul 03 17:41:13 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -1234,7 +1234,7 @@ public class Fields {
public static final int TS_RESPONSE_UNDERRUN = 0x80;
public static final int TS_RESPONSE_UNRECOGNIZED_COMMAND = 0x83;
public static final char TS_SET_LOGGER_SWITCH = 'l';
public static final String TS_SIGNATURE = "rusEFI master.2023.07.03.f407-discovery.2857154234";
public static final String TS_SIGNATURE = "rusEFI master.2023.07.03.f407-discovery.3909134872";
public static final char TS_SINGLE_WRITE_COMMAND = 'W';
public static final char TS_TEST_COMMAND = 't';
public static final int TS_TOTAL_OUTPUT_SIZE = 1392;

View File

@ -1,13 +1,17 @@
package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/actuators/vvt.txt Mon Jul 03 16:38:04 UTC 2023
// this file was generated automatically by rusEFI tool config_definition_base.jar based on (unknown script) controllers/actuators/vvt.txt Mon Jul 03 17:39:43 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
public class VvtState {
public static final Field VVT_PLACEHOLDER = Field.create("VVT_PLACEHOLDER", 0, FieldType.INT).setScale(1.0).setBaseOffset(1388);
public static final Field VVTTARGET = Field.create("VVTTARGET", 0, FieldType.INT16).setScale(0.1).setBaseOffset(1388);
public static final Field VVTOUTPUT = Field.create("VVTOUTPUT", 2, FieldType.INT8).setScale(0.5).setBaseOffset(1388);
public static final Field ALIGNMENTFILL_AT_3 = Field.create("ALIGNMENTFILL_AT_3", 3, FieldType.INT8).setScale(1.0).setBaseOffset(1388);
public static final Field[] VALUES = {
VVT_PLACEHOLDER,
VVTTARGET,
VVTOUTPUT,
ALIGNMENTFILL_AT_3,
};
}