Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-10-07 15:56:14 +00:00
parent 0df3dbb06b
commit 9e8dc8976f
95 changed files with 1338 additions and 234 deletions

View File

@ -796,7 +796,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 3517531323
#define SIGNATURE_HASH 3211966778
#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
@ -1090,7 +1090,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.10.07.cypress.3517531323"
#define TS_SIGNATURE "rusEFI master.2023.10.07.cypress.3211966778"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -796,7 +796,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 2474148629
#define SIGNATURE_HASH 4255350420
#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
@ -1090,7 +1090,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.10.07.kin.2474148629"
#define TS_SIGNATURE "rusEFI master.2023.10.07.kin.4255350420"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -1034,7 +1034,7 @@
#define show_Frankenso_presets false
#define show_Proteus_presets false
#define show_test_presets false
#define SIGNATURE_HASH 3592717228
#define SIGNATURE_HASH 3103751725
#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
@ -1328,7 +1328,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.10.07.subaru_eg33_f7.3592717228"
#define TS_SIGNATURE "rusEFI master.2023.10.07.subaru_eg33_f7.3103751725"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

View File

@ -224,6 +224,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -1087,7 +1087,7 @@
#define SentEtbType_NONE 0
#define show_Frankenso_presets true
#define show_test_presets true
#define SIGNATURE_HASH 1924257408
#define SIGNATURE_HASH 476719873
#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
@ -1381,7 +1381,7 @@
#define ts_show_vr_threshold_2 true
#define ts_show_vr_threshold_all true
#define ts_show_vr_threshold_pins true
#define TS_SIGNATURE "rusEFI master.2023.10.07.f407-discovery.1924257408"
#define TS_SIGNATURE "rusEFI master.2023.10.07.f407-discovery.476719873"
#define TS_SIMULATE_CAN '>'
#define TS_SIMULATE_CAN_char >
#define TS_SINGLE_WRITE_COMMAND 'W'

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 2507394049
#define TS_SIGNATURE "rusEFI master.2023.10.07.48way.2507394049"
#define SIGNATURE_HASH 4222103936
#define TS_SIGNATURE "rusEFI master.2023.10.07.48way.4222103936"

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 2715611324
#define TS_SIGNATURE "rusEFI master.2023.10.07.alphax-2chan.2715611324"
#define SIGNATURE_HASH 3473345853
#define TS_SIGNATURE "rusEFI master.2023.10.07.alphax-2chan.3473345853"

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 429834822
#define TS_SIGNATURE "rusEFI master.2023.10.07.alphax-4chan.429834822"
#define SIGNATURE_HASH 2001027015
#define TS_SIGNATURE "rusEFI master.2023.10.07.alphax-4chan.2001027015"

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 429834822
#define TS_SIGNATURE "rusEFI master.2023.10.07.alphax-4chan_f7.429834822"
#define SIGNATURE_HASH 2001027015
#define TS_SIGNATURE "rusEFI master.2023.10.07.alphax-4chan_f7.2001027015"

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 3764034232
#define TS_SIGNATURE "rusEFI master.2023.10.07.alphax-8chan-revA.3764034232"
#define SIGNATURE_HASH 2390845241
#define TS_SIGNATURE "rusEFI master.2023.10.07.alphax-8chan-revA.2390845241"

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 3707058995
#define TS_SIGNATURE "rusEFI master.2023.10.07.alphax-8chan.3707058995"
#define SIGNATURE_HASH 2989409970
#define TS_SIGNATURE "rusEFI master.2023.10.07.alphax-8chan.2989409970"

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 3707058995
#define TS_SIGNATURE "rusEFI master.2023.10.07.alphax-8chan_f7.3707058995"
#define SIGNATURE_HASH 2989409970
#define TS_SIGNATURE "rusEFI master.2023.10.07.alphax-8chan_f7.2989409970"

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 3445862812
#define TS_SIGNATURE "rusEFI master.2023.10.07.atlas.3445862812"
#define SIGNATURE_HASH 2746764317
#define TS_SIGNATURE "rusEFI master.2023.10.07.atlas.2746764317"

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 3918416141
#define TS_SIGNATURE "rusEFI master.2023.10.07.core8.3918416141"
#define SIGNATURE_HASH 2270540940
#define TS_SIGNATURE "rusEFI master.2023.10.07.core8.2270540940"

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 3517531323
#define TS_SIGNATURE "rusEFI master.2023.10.07.cypress.3517531323"
#define SIGNATURE_HASH 3211966778
#define TS_SIGNATURE "rusEFI master.2023.10.07.cypress.3211966778"

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 1924257408
#define TS_SIGNATURE "rusEFI master.2023.10.07.f407-discovery.1924257408"
#define SIGNATURE_HASH 476719873
#define TS_SIGNATURE "rusEFI master.2023.10.07.f407-discovery.476719873"

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 3517531323
#define TS_SIGNATURE "rusEFI master.2023.10.07.f429-discovery.3517531323"
#define SIGNATURE_HASH 3211966778
#define TS_SIGNATURE "rusEFI master.2023.10.07.f429-discovery.3211966778"

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 4093355121
#define TS_SIGNATURE "rusEFI master.2023.10.07.frankenso_na6.4093355121"
#define SIGNATURE_HASH 2636143088
#define TS_SIGNATURE "rusEFI master.2023.10.07.frankenso_na6.2636143088"

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 308344033
#define TS_SIGNATURE "rusEFI master.2023.10.07.harley81.308344033"
#define SIGNATURE_HASH 2092632416
#define TS_SIGNATURE "rusEFI master.2023.10.07.harley81.2092632416"

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 3111224648
#define TS_SIGNATURE "rusEFI master.2023.10.07.hellen-112-17.3111224648"
#define SIGNATURE_HASH 3618273481
#define TS_SIGNATURE "rusEFI master.2023.10.07.hellen-112-17.3618273481"

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 1633415755
#define TS_SIGNATURE "rusEFI master.2023.10.07.hellen-gm-e67.1633415755"
#define SIGNATURE_HASH 260050890
#define TS_SIGNATURE "rusEFI master.2023.10.07.hellen-gm-e67.260050890"

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 139033240
#define TS_SIGNATURE "rusEFI master.2023.10.07.hellen-honda-k.139033240"
#define SIGNATURE_HASH 1720878873
#define TS_SIGNATURE "rusEFI master.2023.10.07.hellen-honda-k.1720878873"

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 3194702252
#define TS_SIGNATURE "rusEFI master.2023.10.07.hellen-nb1.3194702252"
#define SIGNATURE_HASH 3501241389
#define TS_SIGNATURE "rusEFI master.2023.10.07.hellen-nb1.3501241389"

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 1218421391
#define TS_SIGNATURE "rusEFI master.2023.10.07.hellen121nissan.1218421391"
#define SIGNATURE_HASH 642014990
#define TS_SIGNATURE "rusEFI master.2023.10.07.hellen121nissan.642014990"

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 1171741560
#define TS_SIGNATURE "rusEFI master.2023.10.07.hellen121vag.1171741560"
#define SIGNATURE_HASH 722249465
#define TS_SIGNATURE "rusEFI master.2023.10.07.hellen121vag.722249465"

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 511427537
#define TS_SIGNATURE "rusEFI master.2023.10.07.hellen128.511427537"
#define SIGNATURE_HASH 1889549904
#define TS_SIGNATURE "rusEFI master.2023.10.07.hellen128.1889549904"

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 15355393
#define TS_SIGNATURE "rusEFI master.2023.10.07.hellen154hyundai.15355393"
#define SIGNATURE_HASH 1848750976
#define TS_SIGNATURE "rusEFI master.2023.10.07.hellen154hyundai.1848750976"

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 3186442902
#define TS_SIGNATURE "rusEFI master.2023.10.07.hellen72.3186442902"
#define SIGNATURE_HASH 3543580439
#define TS_SIGNATURE "rusEFI master.2023.10.07.hellen72.3543580439"

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 217757396
#define TS_SIGNATURE "rusEFI master.2023.10.07.hellen81.217757396"
#define SIGNATURE_HASH 1646349141
#define TS_SIGNATURE "rusEFI master.2023.10.07.hellen81.1646349141"

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 1066191231
#define TS_SIGNATURE "rusEFI master.2023.10.07.hellen88bmw.1066191231"
#define SIGNATURE_HASH 1364669694
#define TS_SIGNATURE "rusEFI master.2023.10.07.hellen88bmw.1364669694"

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 983881887
#define TS_SIGNATURE "rusEFI master.2023.10.07.hellenNA6.983881887"
#define SIGNATURE_HASH 1417618718
#define TS_SIGNATURE "rusEFI master.2023.10.07.hellenNA6.1417618718"

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 1543882832
#define TS_SIGNATURE "rusEFI master.2023.10.07.hellenNA8_96.1543882832"
#define SIGNATURE_HASH 853423569
#define TS_SIGNATURE "rusEFI master.2023.10.07.hellenNA8_96.853423569"

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 2474148629
#define TS_SIGNATURE "rusEFI master.2023.10.07.kin.2474148629"
#define SIGNATURE_HASH 4255350420
#define TS_SIGNATURE "rusEFI master.2023.10.07.kin.4255350420"

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 3415365813
#define TS_SIGNATURE "rusEFI master.2023.10.07.m74_9.3415365813"
#define SIGNATURE_HASH 2773067060
#define TS_SIGNATURE "rusEFI master.2023.10.07.m74_9.2773067060"

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 4072975675
#define TS_SIGNATURE "rusEFI master.2023.10.07.mre_f4.4072975675"
#define SIGNATURE_HASH 2619297978
#define TS_SIGNATURE "rusEFI master.2023.10.07.mre_f4.2619297978"

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 4072975675
#define TS_SIGNATURE "rusEFI master.2023.10.07.mre_f7.4072975675"
#define SIGNATURE_HASH 2619297978
#define TS_SIGNATURE "rusEFI master.2023.10.07.mre_f7.2619297978"

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 3517531323
#define TS_SIGNATURE "rusEFI master.2023.10.07.nucleo_f429.3517531323"
#define SIGNATURE_HASH 3211966778
#define TS_SIGNATURE "rusEFI master.2023.10.07.nucleo_f429.3211966778"

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 3517531323
#define TS_SIGNATURE "rusEFI master.2023.10.07.nucleo_f767.3517531323"
#define SIGNATURE_HASH 3211966778
#define TS_SIGNATURE "rusEFI master.2023.10.07.nucleo_f767.3211966778"

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 3517531323
#define TS_SIGNATURE "rusEFI master.2023.10.07.nucleo_h743.3517531323"
#define SIGNATURE_HASH 3211966778
#define TS_SIGNATURE "rusEFI master.2023.10.07.nucleo_h743.3211966778"

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 3778906411
#define TS_SIGNATURE "rusEFI master.2023.10.07.prometheus_405.3778906411"
#define SIGNATURE_HASH 2414245034
#define TS_SIGNATURE "rusEFI master.2023.10.07.prometheus_405.2414245034"

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 3778906411
#define TS_SIGNATURE "rusEFI master.2023.10.07.prometheus_469.3778906411"
#define SIGNATURE_HASH 2414245034
#define TS_SIGNATURE "rusEFI master.2023.10.07.prometheus_469.2414245034"

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 3518675649
#define TS_SIGNATURE "rusEFI master.2023.10.07.proteus_f4.3518675649"
#define SIGNATURE_HASH 3210823488
#define TS_SIGNATURE "rusEFI master.2023.10.07.proteus_f4.3210823488"

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 3518675649
#define TS_SIGNATURE "rusEFI master.2023.10.07.proteus_f7.3518675649"
#define SIGNATURE_HASH 3210823488
#define TS_SIGNATURE "rusEFI master.2023.10.07.proteus_f7.3210823488"

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 3518675649
#define TS_SIGNATURE "rusEFI master.2023.10.07.proteus_h7.3518675649"
#define SIGNATURE_HASH 3210823488
#define TS_SIGNATURE "rusEFI master.2023.10.07.proteus_h7.3210823488"

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 3052577255
#define TS_SIGNATURE "rusEFI master.2023.10.07.s105.3052577255"
#define SIGNATURE_HASH 3676920934
#define TS_SIGNATURE "rusEFI master.2023.10.07.s105.3676920934"

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 480955954
#define TS_SIGNATURE "rusEFI master.2023.10.07.small-can.480955954"
#define SIGNATURE_HASH 1920021427
#define TS_SIGNATURE "rusEFI master.2023.10.07.small-can.1920021427"

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 3592717228
#define TS_SIGNATURE "rusEFI master.2023.10.07.subaru_eg33_f7.3592717228"
#define SIGNATURE_HASH 3103751725
#define TS_SIGNATURE "rusEFI master.2023.10.07.subaru_eg33_f7.3103751725"

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 3517531323
#define TS_SIGNATURE "rusEFI master.2023.10.07.t-b-g.3517531323"
#define SIGNATURE_HASH 3211966778
#define TS_SIGNATURE "rusEFI master.2023.10.07.t-b-g.3211966778"

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 1527212185
#define TS_SIGNATURE "rusEFI master.2023.10.07.tdg-pdm8.1527212185"
#define SIGNATURE_HASH 903648536
#define TS_SIGNATURE "rusEFI master.2023.10.07.tdg-pdm8.903648536"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.f407-discovery.1924257408"
signature = "rusEFI master.2023.10.07.f407-discovery.476719873"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.f407-discovery.1924257408" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.f407-discovery.476719873" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:08:07 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:56:12 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.48way.2507394049"
signature = "rusEFI master.2023.10.07.48way.4222103936"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.48way.2507394049" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.48way.4222103936" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","Battery Reference Input (A0)","TPS Reference Input (A1)","CLT Reference Input (A2)","IAT Reference Input (A3)","O2 Reference Input (A4)","INVALID","INVALID","INVALID","MAP Pressure Reference Input (B0)","BARO Pressure Reference Input (B1)","INVALID","INVALID","INVALID","INVALID","Fuel Pressure Reference Input (C4)","Oil Pressure Reference Input (C5)"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:07:11 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:55:20 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.alphax-2chan.2715611324"
signature = "rusEFI master.2023.10.07.alphax-2chan.3473345853"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.alphax-2chan.2715611324" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.alphax-2chan.3473345853" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","INVALID","B5 - TPS","A2 Battery Sense","C7 - CAM Hall/Digital","X7 - AIN4","X1 - AIN1","INVALID","INVALID","B2 - MAP","B7 - CLT","B3 - IAT","X3 - AIN2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:05:51 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:54:07 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.alphax-4chan.429834822"
signature = "rusEFI master.2023.10.07.alphax-4chan.2001027015"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.alphax-4chan.429834822" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.alphax-4chan.2001027015" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","INVALID","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","X5 - AIN4","INVALID","INVALID","INVALID","INVALID","D5 - PPS rev G"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:05:55 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:54:11 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.alphax-4chan_f7.429834822"
signature = "rusEFI master.2023.10.07.alphax-4chan_f7.2001027015"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.alphax-4chan_f7.429834822" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.alphax-4chan_f7.2001027015" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","B4 - O2","On-board MAP","D5 - PPS","B5 - TPS","F7 - Ignition Key Voltage","C7 - CAM Hall/Digital","INVALID","D4 - TPS2","INVALID","X5 - AIN3","B2 - MAP","B7 - CLT","B3 - IAT","F6 - PPS2","X5 - AIN4","INVALID","INVALID","INVALID","INVALID","D5 - PPS rev G"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:05:58 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:54:14 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.alphax-8chan-revA.3764034232"
signature = "rusEFI master.2023.10.07.alphax-8chan-revA.2390845241"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.alphax-8chan-revA.3764034232" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.alphax-8chan-revA.2390845241" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","17A - PPS","23C - TPS","Battery Sense","INVALID","15D - AN5","24C - TPS2","14A - Analog 1","22A - Analog 22","On-board MAP","16A - CLT","15A - IAT","31C - PPS2","33A - AN3","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","16D - AN6","INVALID","INVALID","INVALID","INVALID","7C - AT4","INVALID","6C - AT3","14D - AN4"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:06:08 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:54:23 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.alphax-8chan.3707058995"
signature = "rusEFI master.2023.10.07.alphax-8chan.2989409970"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.alphax-8chan.3707058995" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.alphax-8chan.2989409970" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","3A - Aux Analog 2","On-board MAP","33A - PPS Sensor Input","31A - TPS Sensor Input","24 - Ignition Key Voltage","INVALID","INVALID","19A - Aux Analog 6","1A - Aux Analog 1","2A - Aux Analog 4","INVALID","29A - CLT Sensor Input","27A - IAT Sensor Input","INVALID","12A - Aux Analog 8","INVALID","11A - Aux Analog 3","INVALID","34A - PPS2 Sensor Input","32A - TPS2 Sensor Input","INVALID","INVALID","INVALID","4A - Aux Analog 7","INVALID","10A - Aux Analog 5","INVALID","28A - Aux Temp 2","28A - Aux Temp 1","INVALID","20A - Aux Analog 9"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:06:02 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:54:17 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.alphax-8chan_f7.3707058995"
signature = "rusEFI master.2023.10.07.alphax-8chan_f7.2989409970"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.alphax-8chan_f7.3707058995" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.alphax-8chan_f7.2989409970" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","3A - Aux Analog 2","On-board MAP","33A - PPS Sensor Input","31A - TPS Sensor Input","24 - Ignition Key Voltage","INVALID","INVALID","19A - Aux Analog 6","1A - Aux Analog 1","2A - Aux Analog 4","INVALID","29A - CLT Sensor Input","27A - IAT Sensor Input","INVALID","12A - Aux Analog 8","INVALID","11A - Aux Analog 3","INVALID","34A - PPS2 Sensor Input","32A - TPS2 Sensor Input","INVALID","INVALID","INVALID","4A - Aux Analog 7","INVALID","10A - Aux Analog 5","INVALID","28A - Aux Temp 2","28A - Aux Temp 1","INVALID","20A - Aux Analog 9"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:06:05 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:54:20 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.atlas.3445862812"
signature = "rusEFI master.2023.10.07.atlas.2746764317"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.atlas.3445862812" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.atlas.2746764317" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:07:56 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:56:01 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.core8.3918416141"
signature = "rusEFI master.2023.10.07.core8.2270540940"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.core8.3918416141" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.core8.2270540940" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","On-board Battery Sense (A0)","Analog Inputs 1 (A1)","Analog Inputs 2 (A2)","Analog Inputs 3 (A3)","Analog Inputs 4 (A4)","On-board MAP (A5)","Analog Inputs 6 (A6)","Analog Inputs 7 (A7)","On-board BARO (B0)","Analog Inputs 9 (B1)","Analog Inputs 10 (C0)","Primary On-board O2 (C1)","Secondary On-board O2 (C2)","Analog Inputs 13 (C3)","Analog Inputs 14 (C4)","Analog Inputs 15 (C5)"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:07:08 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:55:17 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.cypress.3517531323"
signature = "rusEFI master.2023.10.07.cypress.3211966778"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.cypress.3517531323" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.cypress.3211966778" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:05:47 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:54:03 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.f407-discovery.1924257408"
signature = "rusEFI master.2023.10.07.f407-discovery.476719873"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.f407-discovery.1924257408" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.f407-discovery.476719873" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:08:02 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:56:07 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.f429-discovery.3517531323"
signature = "rusEFI master.2023.10.07.f429-discovery.3211966778"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.f429-discovery.3517531323" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.f429-discovery.3211966778" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:07:44 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:55:49 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.frankenso_na6.4093355121"
signature = "rusEFI master.2023.10.07.frankenso_na6.2636143088"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.frankenso_na6.4093355121" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.frankenso_na6.2636143088" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","Analog 3O","Analog 3L","Analog 3M","Analog 3J","Analog 3I","INVALID","Analog 3H","Analog 3G","INVALID","INVALID","INVALID","Analog 3P","Analog 3Q","Analog 3N","Analog VBatt","Analog 3E"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:07:24 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:55:32 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.harley81.308344033"
signature = "rusEFI master.2023.10.07.harley81.2092632416"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.harley81.308344033" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.harley81.2092632416" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","27 - TPS 2","INVALID","41 - PPS 1","52 - TPS 1","5 Battery Sense","INVALID","INVALID","42 - PPS 2","INVALID","53 - MAP","55 Engine Temperature","49 CLT","72 IAT","32 Oil Pressure","34 Kickstand Position Sensor"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:06:12 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:54:26 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.hellen-112-17.3111224648"
signature = "rusEFI master.2023.10.07.hellen-112-17.3618273481"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.hellen-112-17.3111224648" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.hellen-112-17.3618273481" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","114 Analog Input","INVALID","121 PPS1","203 TPS Throttle Position 1","INVALID","107 TODO","119 Analog Input","110 Analog Input","INVALID","219 MAP","109 Analog Input","215 CLT","227 IAT","111 Analog Input","112 Analog Input"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:06:36 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:54:47 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.hellen-gm-e67.1633415755"
signature = "rusEFI master.2023.10.07.hellen-gm-e67.260050890"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.hellen-gm-e67.1633415755" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.hellen-gm-e67.260050890" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","C2-60 - Oil Pressure","C3-58 - Baro","C1-47 - PPS1","C2-64 - TPS1","C1-19 Battery Sense","C1-45 Secondary Fuel Level","C3-57 - A/C Pressure","C2-66 - TPS2","C1-44 Primary Fuel Level","C2-65 - Trans Fluids","C3-59 - MAP","C3-55 - CLT","C3-56 - IAT","C1-49 - PPS2","C1-46 Vac Sense"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:06:49 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:54:59 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.hellen-honda-k.139033240"
signature = "rusEFI master.2023.10.07.hellen-honda-k.1720878873"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.hellen-honda-k.139033240" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.hellen-honda-k.1720878873" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","INVALID","A15 TPS","E9 Ignition Key Voltage","INVALID","INVALID","INVALID","INVALID","A19 - MAP","INVALID","B8 - CLT","B17 IAT"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:06:26 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:54:37 UTC 2023
pageSize = 24336
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.hellen-nb1.3194702252"
signature = "rusEFI master.2023.10.07.hellen-nb1.3501241389"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.hellen-nb1.3194702252" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.hellen-nb1.3501241389" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","2C - O2S","TPS1","intMAP","1G - Steering/RES2","3E - TPS","1B - Battery Sense","2H - CAM","3S - EGR BOOST IN","2A - Pressure Input","2J - CRANK","2L - MAF","3D - MAP","2E - Coolant","2B - IAT","4C - IN TEMP/PPS2","1P - AC Switch"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:06:45 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:54:56 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.hellen121nissan.1218421391"
signature = "rusEFI master.2023.10.07.hellen121nissan.642014990"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.hellen121nissan.1218421391" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.hellen121nissan.642014990" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","51 - MAF","INVALID","Aux P68","106 - PPS 1","50 - TPS 1","109 Ignition Key Voltage","INVALID","INVALID","69 - TPS 2","INVALID","Aux P66","Aux P67","73 - CLT","34 - IAT","98 - PPS 2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:06:22 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:54:35 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.hellen121vag.1171741560"
signature = "rusEFI master.2023.10.07.hellen121vag.722249465"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.hellen121vag.1171741560" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.hellen121vag.722249465" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","14 - O2","INVALID","INVALID","34 In PPS1","92 - TPS 1","106 - KNOCK","86 - CAM1","87 - CAM2","84 - TPS2","INVALID","29 In Maf","101 - MAP2","93 - CLT","85 - IAT","35 In PPS2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:06:19 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:54:32 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.hellen128.511427537"
signature = "rusEFI master.2023.10.07.hellen128.1889549904"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.hellen128.511427537" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.hellen128.1889549904" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","P36_IN_O2S","P32_IN_O2S2","P40_IN_MAP3","C24 - PPS1","E31 - TPS1","Battery Sense","E40 - IN_CAM","P30_IN_AUX4","E34 - TPS2","E37 - Crank Input","E47 - MAF","E23 - MAP","E29 - Coolant Temp","E45 - IAT","C25 - PPS2","P41_IN_AUX3"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:06:15 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:54:29 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.hellen154hyundai.15355393"
signature = "rusEFI master.2023.10.07.hellen154hyundai.1848750976"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.hellen154hyundai.15355393" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.hellen154hyundai.1848750976" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","K21 Ambient Temperature","K58 Oil Temp","K54 A/C pressure","PPS 1","TPS 1","K2 Ignition Key Voltage","X10 AIN2","INVALID","TPS 2","X11 AIN1","Map Sensor K31","K10 Sensor","CLT","IAT","PPS 2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:06:29 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:54:41 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.hellen72.3186442902"
signature = "rusEFI master.2023.10.07.hellen72.3543580439"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.hellen72.3186442902" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.hellen72.3543580439" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","5N - TPS2","3L - IGN_7 / AFR","intMAP (A15)","5P - PPS1","4V - TPS (A17)","4S/4T - Alternator voltage","3V - CAM (A19)","4J - VTCS/AUX4 (A20)","4F - AC_PRES/AUX1 (A23)","3Y - CRANK (A24)","4X - MAF (A9)","4U - MAP2/Ign8 (A10)","4P - CLT (A11)","4N - IAT (A14)","5M - PPS2 OR TEMPERATURE SENSOR","4AE - EGR/MAP4 (A22)"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:06:39 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:54:50 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.hellen81.217757396"
signature = "rusEFI master.2023.10.07.hellen81.1646349141"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.hellen81.217757396" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.hellen81.1646349141" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","18 - IN_O2S","55 - IN_O2S2","41 - IN_MAP3","78 - IN_PPS","16 - IN_TPS","13 - IN_VIGN","79 - IN_CAM","77 - IN_AUX4","74 - IN_AUX1","15 - IN_CRANK (A24)","37 - IN_MAP1","38 - IN_MAP2","39 - IN_CLT","40 - IN_IAT","75 - IN_AUX2","76 - IN_AUX3"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:06:42 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:54:53 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.hellen88bmw.1066191231"
signature = "rusEFI master.2023.10.07.hellen88bmw.1364669694"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.hellen88bmw.1066191231" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.hellen88bmw.1364669694" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","VIN5","VIN6","INVALID","PPS1","73 - TPS","56 - Battery Sense","17 - CAM","Aux BARO","Aux TPS2","16 - CRANK","41 - MAF","Aux MAP","78 - CLT","77 - IAT","Aux PPS2","Aux TPS3"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:06:32 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:54:44 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.hellenNA6.983881887"
signature = "rusEFI master.2023.10.07.hellenNA6.1417618718"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.hellenNA6.983881887" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.hellenNA6.1417618718" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","3N - O2S","2N - Temperature Sensor","intMAP (A15)","4I - PPS1","TPS Input","1B - Battery Sense","INVALID","4G - PPS2 OR TEMPERATURE SENSOR","4H - TPS2","INVALID","3O - MAF","2M - Pressure Sensor","3Q - CLT","3P - IAT","1V - Clutch Switch","1Q AC Switch"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:06:52 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:55:02 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.hellenNA8_96.1543882832"
signature = "rusEFI master.2023.10.07.hellenNA8_96.853423569"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.hellenNA8_96.1543882832" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.hellenNA8_96.853423569" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","2C - O2S","TPS1","intMAP","PPS1","2F - TPS","3B - Battery Sense","3G - CAM","3S - EGR BOOST IN","2A - Pressure Input","3F - CRANK","2B - MAF","INVALID","2G - Coolant","2B - IAT","4C - IN TEMP/PPS2","1K - AC Switch"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:06:55 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:55:05 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.kin.2474148629"
signature = "rusEFI master.2023.10.07.kin.4255350420"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.kin.2474148629" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.kin.4255350420" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA2", "PA3", "INVALID", "PD3", "INVALID", "INVALID", "INVALID", "PB12", "PB13", "INVALID", "PE2", "INVALID", "PC14", "PC15", "PC16", "PC17"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:05:45 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:54:02 UTC 2023
pageSize = 22288
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.m74_9.3415365813"
signature = "rusEFI master.2023.10.07.m74_9.2773067060"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.m74_9.3415365813" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.m74_9.2773067060" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:07:14 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:55:23 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.mre_f4.4072975675"
signature = "rusEFI master.2023.10.07.mre_f4.2619297978"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.mre_f4.4072975675" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.mre_f4.2619297978" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3 or Hall Input","22 - AN temp 4 or Hall Input","28 - AN volt 10, Aux Reuse","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8, Aux Reuse","40 - AN volt 9, Aux Reuse","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6, Aux Reuse","30 - AN volt 7"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:07:05 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:55:14 UTC 2023
pageSize = 23664
page = 1
@ -4874,6 +4874,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.mre_f7.4072975675"
signature = "rusEFI master.2023.10.07.mre_f7.2619297978"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.mre_f7.4072975675" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.mre_f7.2619297978" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","18 - AN temp 1","23 - AN temp 2","24 - AN temp 3 or Hall Input","22 - AN temp 4 or Hall Input","28 - AN volt 10, Aux Reuse","INVALID","26 - AN volt 2","31 - AN volt 3","36 - AN volt 8, Aux Reuse","40 - AN volt 9, Aux Reuse","27 - AN volt 1","Battery Sense","19 - AN volt 4","20 - AN volt 5","32 - AN volt 6, Aux Reuse","30 - AN volt 7"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:07:02 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:55:11 UTC 2023
pageSize = 23664
page = 1
@ -4874,6 +4874,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.nucleo_f429.3517531323"
signature = "rusEFI master.2023.10.07.nucleo_f429.3211966778"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.nucleo_f429.3517531323" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.nucleo_f429.3211966778" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:07:47 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:55:52 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.nucleo_f767.3517531323"
signature = "rusEFI master.2023.10.07.nucleo_f767.3211966778"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.nucleo_f767.3517531323" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.nucleo_f767.3211966778" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:07:50 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:55:55 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.nucleo_h743.3517531323"
signature = "rusEFI master.2023.10.07.nucleo_h743.3211966778"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.nucleo_h743.3517531323" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.nucleo_h743.3211966778" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:07:53 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:55:58 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.prometheus_405.3778906411"
signature = "rusEFI master.2023.10.07.prometheus_405.2414245034"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.prometheus_405.3778906411" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.prometheus_405.2414245034" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:07:30 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:55:37 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.prometheus_469.3778906411"
signature = "rusEFI master.2023.10.07.prometheus_469.2414245034"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.prometheus_469.3778906411" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.prometheus_469.2414245034" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:07:27 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:55:35 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.proteus_f4.3518675649"
signature = "rusEFI master.2023.10.07.proteus_f4.3210823488"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.proteus_f4.3518675649" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.proteus_f4.3210823488" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:07:37 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:55:43 UTC 2023
pageSize = 27664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.proteus_f7.3518675649"
signature = "rusEFI master.2023.10.07.proteus_f7.3210823488"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.proteus_f7.3518675649" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.proteus_f7.3210823488" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:07:33 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:55:40 UTC 2023
pageSize = 27664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.proteus_h7.3518675649"
signature = "rusEFI master.2023.10.07.proteus_h7.3210823488"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.proteus_h7.3518675649" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.proteus_h7.3210823488" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","Analog Volt 5","Analog Volt 6","Analog Volt 7","Analog Volt 8","Analog Volt 9","Analog Volt 10","Analog Volt 11","Battery Sense","Analog Temp 3","Analog Temp 4","Analog Volt 1","Analog Volt 2","Analog Volt 3","Analog Volt 4","Analog Temp 1","Analog Temp 2"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:07:40 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:55:46 UTC 2023
pageSize = 27664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.s105.3052577255"
signature = "rusEFI master.2023.10.07.s105.3676920934"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.s105.3052577255" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.s105.3676920934" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","56 - MAP","16 - TPS","19 - Knock","39 - CLT","INVALID","opt 55 - AFR 2","opt 21 - AC Press","18 - AFR 1","13 - Ignition switch in (15)","44 - +12 sense (MR)","INVALID","na 37 - MAF","INVALID","INVALID","40 - IAT"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:07:18 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:55:26 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.small-can.480955954"
signature = "rusEFI master.2023.10.07.small-can.1920021427"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.small-can.480955954" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.small-can.1920021427" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","B4 - Analog input","INVALID","INVALID","INVALID","A2 Battery Sense","INVALID","INVALID","INVALID","INVALID","INVALID","B2 - Analog input"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:06:58 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:55:08 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.subaru_eg33_f7.3592717228"
signature = "rusEFI master.2023.10.07.subaru_eg33_f7.3103751725"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.subaru_eg33_f7.3592717228" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.subaru_eg33_f7.3103751725" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","AUX0_18 - MAP Ain","INVALID","INVALID","B05 - MAF Ain","INVALID","AUX0_19 - IAT Ain","A02 - VBat","INVALID","A06 - Oxyg 2 Ain","A04 - EGR t Ain","INVALID","A18 - AUX0 Ain","B02 - TPS Ain","INVALID","A03 - Coolant t Ain","A06 - Oxyg 1 Ain"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:05:48 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:54:04 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.t-b-g.3517531323"
signature = "rusEFI master.2023.10.07.t-b-g.3211966778"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.t-b-g.3517531323" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.t-b-g.3211966778" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="Disabled", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PB0", "PB1", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:07:21 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:55:29 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

View File

@ -34,12 +34,12 @@ enable2ndByteCanID = false
[MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI master.2023.10.07.tdg-pdm8.1527212185"
signature = "rusEFI master.2023.10.07.tdg-pdm8.903648536"
[TunerStudio]
queryCommand = "S"
versionInfo = "V" ; firmware version for title bar.
signature= "rusEFI master.2023.10.07.tdg-pdm8.1527212185" ; signature is expected to be 7 or more characters.
signature= "rusEFI master.2023.10.07.tdg-pdm8.903648536" ; signature is expected to be 7 or more characters.
; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C
useLegacyFTempUnits = false
@ -92,7 +92,7 @@ enable2ndByteCanID = false
#define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","INVALID","Battery Sense","INVALID","INVALID","INVALID","Sense 7","Sense 8","Sense 1","Sense 2","Sense 3","Sense 4","Sense 5","Sense 6"
; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:07:59 UTC 2023
; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:56:04 UTC 2023
pageSize = 23664
page = 1
@ -4873,6 +4873,30 @@ entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f"
entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f"
entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f"
entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d"
entry = vvtStatus1_pTerm, "vvtStatus1_pTerm", float, "%.3f"
entry = vvtStatus1_iTerm, "vvtStatus1_iTerm", float, "%.3f"
entry = vvtStatus1_dTerm, "vvtStatus1_dTerm", float, "%.3f"
entry = vvtStatus1_output, "vvtStatus1_output", float, "%.3f"
entry = vvtStatus1_error, "vvtStatus1_error", float, "%.3f"
entry = vvtStatus1_resetCounter, "vvtStatus1_resetCounter", int, "%d"
entry = vvtStatus2_pTerm, "vvtStatus2_pTerm", float, "%.3f"
entry = vvtStatus2_iTerm, "vvtStatus2_iTerm", float, "%.3f"
entry = vvtStatus2_dTerm, "vvtStatus2_dTerm", float, "%.3f"
entry = vvtStatus2_output, "vvtStatus2_output", float, "%.3f"
entry = vvtStatus2_error, "vvtStatus2_error", float, "%.3f"
entry = vvtStatus2_resetCounter, "vvtStatus2_resetCounter", int, "%d"
entry = vvtStatus3_pTerm, "vvtStatus3_pTerm", float, "%.3f"
entry = vvtStatus3_iTerm, "vvtStatus3_iTerm", float, "%.3f"
entry = vvtStatus3_dTerm, "vvtStatus3_dTerm", float, "%.3f"
entry = vvtStatus3_output, "vvtStatus3_output", float, "%.3f"
entry = vvtStatus3_error, "vvtStatus3_error", float, "%.3f"
entry = vvtStatus3_resetCounter, "vvtStatus3_resetCounter", int, "%d"
entry = vvtStatus4_pTerm, "vvtStatus4_pTerm", float, "%.3f"
entry = vvtStatus4_iTerm, "vvtStatus4_iTerm", float, "%.3f"
entry = vvtStatus4_dTerm, "vvtStatus4_dTerm", float, "%.3f"
entry = vvtStatus4_output, "vvtStatus4_output", float, "%.3f"
entry = vvtStatus4_error, "vvtStatus4_error", float, "%.3f"
entry = vvtStatus4_resetCounter, "vvtStatus4_resetCounter", int, "%d"
entry = auxSpeed1, "Aux speed 1", int, "%d"
entry = auxSpeed2, "Aux speed 2", int, "%d"
entry = ISSValue, "TCU: Input Shaft Speed", int, "%d"

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 Sat Oct 07 15:08:07 UTC 2023
// this file was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Sat Oct 07 15:56:12 UTC 2023
// by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*;
@ -1027,7 +1027,7 @@ public class Fields {
public static final int SentEtbType_FORD_TYPE_1 = 2;
public static final int SentEtbType_GM_TYPE_1 = 1;
public static final int SentEtbType_NONE = 0;
public static final int SIGNATURE_HASH = 1924257408;
public static final int SIGNATURE_HASH = 476719873;
public static final String SIMULATOR_TUNE_BIN_FILE_NAME = "generated/simulator_tune_image.bin";
public static final int spi_device_e_SPI_DEVICE_1 = 1;
public static final int spi_device_e_SPI_DEVICE_2 = 2;
@ -1253,7 +1253,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.10.07.f407-discovery.1924257408";
public static final String TS_SIGNATURE = "rusEFI master.2023.10.07.f407-discovery.476719873";
public static final char TS_SIMULATE_CAN = '>';
public static final char TS_SINGLE_WRITE_COMMAND = 'W';
public static final char TS_TEST_COMMAND = 't';