Auto-generated configs and docs

This commit is contained in:
GitHub build-firmware Action 2021-04-15 05:23:00 +00:00
parent 15a8dab795
commit 37c2495f9f
43 changed files with 168 additions and 161 deletions

View File

@ -1,7 +1,7 @@
#include "global.h" #include "global.h"
#include "rusefi_enums.h" #include "rusefi_enums.h"
#include "rusefi_hw_enums.h" #include "rusefi_hw_enums.h"
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Sat Apr 10 23:21:19 EDT 2021 // was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Thu Apr 15 05:22:15 UTC 2021
// see also gen_config_and_enums.bat // see also gen_config_and_enums.bat
@ -1044,6 +1044,8 @@ case GPPWM_Map:
return "GPPWM_Map"; return "GPPWM_Map";
case GPPWM_Tps: case GPPWM_Tps:
return "GPPWM_Tps"; return "GPPWM_Tps";
case GPPWM_Zero:
return "GPPWM_Zero";
} }
return NULL; return NULL;
} }

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon Apr 12 18:12:37 UTC 2021 // this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Thu Apr 15 05:22:39 UTC 2021
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -3868,4 +3868,4 @@ struct persistent_config_s {
typedef struct persistent_config_s persistent_config_s; typedef struct persistent_config_s persistent_config_s;
// end // end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon Apr 12 18:12:37 UTC 2021 // this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Thu Apr 15 05:22:39 UTC 2021

View File

@ -778,8 +778,8 @@
#define gppwm4_pwmFrequency_offset 4410 #define gppwm4_pwmFrequency_offset 4410
#define gppwm4_rpmBins_offset 4424 #define gppwm4_rpmBins_offset 4424
#define gppwm4_table_offset 4432 #define gppwm4_table_offset 4432
#define gppwm_channel_e_auto_enum "GPPWM_Tps", "GPPWM_Map", "GPPWM_Clt", "GPPWM_Iat", "GPPWM_FuelLoad", "GPPWM_IgnLoad", "GPPWM_AuxTemp1", "GPPWM_AuxTemp2" #define gppwm_channel_e_auto_enum "GPPWM_Tps", "GPPWM_Map", "GPPWM_Clt", "GPPWM_Iat", "GPPWM_FuelLoad", "GPPWM_IgnLoad", "GPPWM_AuxTemp1", "GPPWM_AuxTemp2", "GPPWM_Zero"
#define gppwm_channel_e_enum "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" #define gppwm_channel_e_enum "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero"
#define gppwm_channel_size 88 #define gppwm_channel_size 88
#define GPPWM_CHANNELS 4 #define GPPWM_CHANNELS 4
#define GPPWM_LOAD_COUNT 8 #define GPPWM_LOAD_COUNT 8
@ -1245,8 +1245,8 @@
#define showHumanReadableWarning_offset 976 #define showHumanReadableWarning_offset 976
#define showSdCardWarning_offset 76 #define showSdCardWarning_offset 76
#define SIGNATURE_BOARD hellen_cypress #define SIGNATURE_BOARD hellen_cypress
#define SIGNATURE_DATE 2021.04.12 #define SIGNATURE_DATE 2021.04.15
#define SIGNATURE_HASH 2110040290 #define SIGNATURE_HASH 3951315128
#define silentTriggerError_offset 1464 #define silentTriggerError_offset 1464
#define slowAdcAlpha_offset 2088 #define slowAdcAlpha_offset 2088
#define sparkDwellRpmBins_offset 332 #define sparkDwellRpmBins_offset 332
@ -1581,7 +1581,7 @@
#define ts_show_spi true #define ts_show_spi true
#define ts_show_trigger_comparator false #define ts_show_trigger_comparator false
#define ts_show_tunerstudio_port true #define ts_show_tunerstudio_port true
#define TS_SIGNATURE "rusEFI 2021.04.12.hellen_cypress.2110040290" #define TS_SIGNATURE "rusEFI 2021.04.15.hellen_cypress.3951315128"
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W #define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't' // 0x74 #define TS_TEST_COMMAND 't' // 0x74

View File

@ -1,7 +1,7 @@
#include "global.h" #include "global.h"
#include "rusefi_enums.h" #include "rusefi_enums.h"
#include "rusefi_hw_enums.h" #include "rusefi_hw_enums.h"
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Sat Apr 10 23:21:19 EDT 2021 // was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Thu Apr 15 05:22:15 UTC 2021
// see also gen_config_and_enums.bat // see also gen_config_and_enums.bat
@ -840,6 +840,8 @@ case GPPWM_Map:
return "GPPWM_Map"; return "GPPWM_Map";
case GPPWM_Tps: case GPPWM_Tps:
return "GPPWM_Tps"; return "GPPWM_Tps";
case GPPWM_Zero:
return "GPPWM_Zero";
} }
return NULL; return NULL;
} }

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon Apr 12 18:12:36 UTC 2021 // this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Thu Apr 15 05:22:37 UTC 2021
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -3863,4 +3863,4 @@ struct persistent_config_s {
typedef struct persistent_config_s persistent_config_s; typedef struct persistent_config_s persistent_config_s;
// end // end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon Apr 12 18:12:36 UTC 2021 // this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Thu Apr 15 05:22:37 UTC 2021

View File

@ -762,8 +762,8 @@
#define gppwm4_pwmFrequency_offset 4382 #define gppwm4_pwmFrequency_offset 4382
#define gppwm4_rpmBins_offset 4396 #define gppwm4_rpmBins_offset 4396
#define gppwm4_table_offset 4404 #define gppwm4_table_offset 4404
#define gppwm_channel_e_auto_enum "GPPWM_Tps", "GPPWM_Map", "GPPWM_Clt", "GPPWM_Iat", "GPPWM_FuelLoad", "GPPWM_IgnLoad", "GPPWM_AuxTemp1", "GPPWM_AuxTemp2" #define gppwm_channel_e_auto_enum "GPPWM_Tps", "GPPWM_Map", "GPPWM_Clt", "GPPWM_Iat", "GPPWM_FuelLoad", "GPPWM_IgnLoad", "GPPWM_AuxTemp1", "GPPWM_AuxTemp2", "GPPWM_Zero"
#define gppwm_channel_e_enum "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" #define gppwm_channel_e_enum "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero"
#define gppwm_channel_size 88 #define gppwm_channel_size 88
#define GPPWM_CHANNELS 4 #define GPPWM_CHANNELS 4
#define GPPWM_LOAD_COUNT 8 #define GPPWM_LOAD_COUNT 8
@ -1229,8 +1229,8 @@
#define showHumanReadableWarning_offset 976 #define showHumanReadableWarning_offset 976
#define showSdCardWarning_offset 76 #define showSdCardWarning_offset 76
#define SIGNATURE_BOARD kin #define SIGNATURE_BOARD kin
#define SIGNATURE_DATE 2021.04.12 #define SIGNATURE_DATE 2021.04.15
#define SIGNATURE_HASH 2187420702 #define SIGNATURE_HASH 337740868
#define silentTriggerError_offset 1464 #define silentTriggerError_offset 1464
#define slowAdcAlpha_offset 2088 #define slowAdcAlpha_offset 2088
#define sparkDwellRpmBins_offset 332 #define sparkDwellRpmBins_offset 332
@ -1565,7 +1565,7 @@
#define ts_show_spi true #define ts_show_spi true
#define ts_show_trigger_comparator true #define ts_show_trigger_comparator true
#define ts_show_tunerstudio_port true #define ts_show_tunerstudio_port true
#define TS_SIGNATURE "rusEFI 2021.04.12.kin.2187420702" #define TS_SIGNATURE "rusEFI 2021.04.15.kin.337740868"
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W #define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't' // 0x74 #define TS_TEST_COMMAND 't' // 0x74

View File

@ -1,7 +1,7 @@
#include "global.h" #include "global.h"
#include "rusefi_enums.h" #include "rusefi_enums.h"
#include "rusefi_hw_enums.h" #include "rusefi_hw_enums.h"
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Sat Apr 10 23:21:20 EDT 2021 // was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Thu Apr 15 05:22:16 UTC 2021
// see also gen_config_and_enums.bat // see also gen_config_and_enums.bat
@ -1040,6 +1040,8 @@ case GPPWM_Map:
return "GPPWM_Map"; return "GPPWM_Map";
case GPPWM_Tps: case GPPWM_Tps:
return "GPPWM_Tps"; return "GPPWM_Tps";
case GPPWM_Zero:
return "GPPWM_Zero";
} }
return NULL; return NULL;
} }

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_config.sh integration/rusefi_config.txt Mon Apr 12 18:12:39 UTC 2021 // this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_config.sh integration/rusefi_config.txt Thu Apr 15 05:22:41 UTC 2021
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -3868,4 +3868,4 @@ struct persistent_config_s {
typedef struct persistent_config_s persistent_config_s; typedef struct persistent_config_s persistent_config_s;
// end // end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_config.sh integration/rusefi_config.txt Mon Apr 12 18:12:39 UTC 2021 // this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_config.sh integration/rusefi_config.txt Thu Apr 15 05:22:41 UTC 2021

View File

@ -778,8 +778,8 @@
#define gppwm4_pwmFrequency_offset 4410 #define gppwm4_pwmFrequency_offset 4410
#define gppwm4_rpmBins_offset 4424 #define gppwm4_rpmBins_offset 4424
#define gppwm4_table_offset 4432 #define gppwm4_table_offset 4432
#define gppwm_channel_e_auto_enum "GPPWM_Tps", "GPPWM_Map", "GPPWM_Clt", "GPPWM_Iat", "GPPWM_FuelLoad", "GPPWM_IgnLoad", "GPPWM_AuxTemp1", "GPPWM_AuxTemp2" #define gppwm_channel_e_auto_enum "GPPWM_Tps", "GPPWM_Map", "GPPWM_Clt", "GPPWM_Iat", "GPPWM_FuelLoad", "GPPWM_IgnLoad", "GPPWM_AuxTemp1", "GPPWM_AuxTemp2", "GPPWM_Zero"
#define gppwm_channel_e_enum "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" #define gppwm_channel_e_enum "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero"
#define gppwm_channel_size 88 #define gppwm_channel_size 88
#define GPPWM_CHANNELS 4 #define GPPWM_CHANNELS 4
#define GPPWM_LOAD_COUNT 8 #define GPPWM_LOAD_COUNT 8
@ -1245,8 +1245,8 @@
#define showHumanReadableWarning_offset 976 #define showHumanReadableWarning_offset 976
#define showSdCardWarning_offset 76 #define showSdCardWarning_offset 76
#define SIGNATURE_BOARD subaru_eg33_f7 #define SIGNATURE_BOARD subaru_eg33_f7
#define SIGNATURE_DATE 2021.04.12 #define SIGNATURE_DATE 2021.04.15
#define SIGNATURE_HASH 4251649284 #define SIGNATURE_HASH 1798038878
#define silentTriggerError_offset 1464 #define silentTriggerError_offset 1464
#define slowAdcAlpha_offset 2088 #define slowAdcAlpha_offset 2088
#define sparkDwellRpmBins_offset 332 #define sparkDwellRpmBins_offset 332
@ -1581,7 +1581,7 @@
#define ts_show_spi true #define ts_show_spi true
#define ts_show_trigger_comparator false #define ts_show_trigger_comparator false
#define ts_show_tunerstudio_port false #define ts_show_tunerstudio_port false
#define TS_SIGNATURE "rusEFI 2021.04.12.subaru_eg33_f7.4251649284" #define TS_SIGNATURE "rusEFI 2021.04.15.subaru_eg33_f7.1798038878"
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W #define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't' // 0x74 #define TS_TEST_COMMAND 't' // 0x74

View File

@ -1,7 +1,7 @@
#include "global.h" #include "global.h"
#include "rusefi_enums.h" #include "rusefi_enums.h"
#include "rusefi_hw_enums.h" #include "rusefi_hw_enums.h"
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Sat Apr 10 23:21:19 EDT 2021 // was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h // by enum2string.jar tool on Thu Apr 15 05:22:14 UTC 2021
// see also gen_config_and_enums.bat // see also gen_config_and_enums.bat
@ -1016,6 +1016,8 @@ case GPPWM_Map:
return "GPPWM_Map"; return "GPPWM_Map";
case GPPWM_Tps: case GPPWM_Tps:
return "GPPWM_Tps"; return "GPPWM_Tps";
case GPPWM_Zero:
return "GPPWM_Zero";
} }
return NULL; return NULL;
} }

View File

@ -1,4 +1,4 @@
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 12 18:12:18 UTC 2021 // this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 15 05:22:16 UTC 2021
// by class com.rusefi.output.CHeaderConsumer // by class com.rusefi.output.CHeaderConsumer
// begin // begin
#pragma once #pragma once
@ -3868,4 +3868,4 @@ struct persistent_config_s {
typedef struct persistent_config_s persistent_config_s; typedef struct persistent_config_s persistent_config_s;
// end // end
// this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 12 18:12:18 UTC 2021 // this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 15 05:22:16 UTC 2021

View File

@ -1,4 +1,4 @@
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 12 18:12:18 UTC 2021 // this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 15 05:22:16 UTC 2021
// by class com.rusefi.output.FileFsioSettingsConsumer // by class com.rusefi.output.FileFsioSettingsConsumer
FSIO_SETTING_FANONTEMPERATURE = 1000, FSIO_SETTING_FANONTEMPERATURE = 1000,

View File

@ -1,4 +1,4 @@
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 12 18:12:18 UTC 2021 // this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 15 05:22:16 UTC 2021
// by class com.rusefi.output.FileFsioSettingsConsumer // by class com.rusefi.output.FileFsioSettingsConsumer
case FSIO_SETTING_FANONTEMPERATURE: case FSIO_SETTING_FANONTEMPERATURE:

View File

@ -1,4 +1,4 @@
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 12 18:12:18 UTC 2021 // this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 15 05:22:16 UTC 2021
// by class com.rusefi.output.FileFsioSettingsConsumer // by class com.rusefi.output.FileFsioSettingsConsumer
static LENameOrdinalPair lefanOnTemperature(FSIO_SETTING_FANONTEMPERATURE, "cfg_fanOnTemperature"); static LENameOrdinalPair lefanOnTemperature(FSIO_SETTING_FANONTEMPERATURE, "cfg_fanOnTemperature");

View File

@ -1,4 +1,4 @@
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 12 18:12:18 UTC 2021 // this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 15 05:22:16 UTC 2021
// by class com.rusefi.output.FileFsioSettingsConsumer // by class com.rusefi.output.FileFsioSettingsConsumer
case FSIO_SETTING_FANONTEMPERATURE: case FSIO_SETTING_FANONTEMPERATURE:

View File

@ -776,8 +776,8 @@
#define gppwm4_pwmFrequency_offset 4410 #define gppwm4_pwmFrequency_offset 4410
#define gppwm4_rpmBins_offset 4424 #define gppwm4_rpmBins_offset 4424
#define gppwm4_table_offset 4432 #define gppwm4_table_offset 4432
#define gppwm_channel_e_auto_enum "GPPWM_Tps", "GPPWM_Map", "GPPWM_Clt", "GPPWM_Iat", "GPPWM_FuelLoad", "GPPWM_IgnLoad", "GPPWM_AuxTemp1", "GPPWM_AuxTemp2" #define gppwm_channel_e_auto_enum "GPPWM_Tps", "GPPWM_Map", "GPPWM_Clt", "GPPWM_Iat", "GPPWM_FuelLoad", "GPPWM_IgnLoad", "GPPWM_AuxTemp1", "GPPWM_AuxTemp2", "GPPWM_Zero"
#define gppwm_channel_e_enum "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" #define gppwm_channel_e_enum "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero"
#define gppwm_channel_size 88 #define gppwm_channel_size 88
#define GPPWM_CHANNELS 4 #define GPPWM_CHANNELS 4
#define GPPWM_LOAD_COUNT 8 #define GPPWM_LOAD_COUNT 8
@ -1242,8 +1242,8 @@
#define showHumanReadableWarning_offset 976 #define showHumanReadableWarning_offset 976
#define showSdCardWarning_offset 76 #define showSdCardWarning_offset 76
#define SIGNATURE_BOARD all #define SIGNATURE_BOARD all
#define SIGNATURE_DATE 2021.04.12 #define SIGNATURE_DATE 2021.04.15
#define SIGNATURE_HASH 1069052722 #define SIGNATURE_HASH 2851640168
#define silentTriggerError_offset 1464 #define silentTriggerError_offset 1464
#define slowAdcAlpha_offset 2088 #define slowAdcAlpha_offset 2088
#define sparkDwellRpmBins_offset 332 #define sparkDwellRpmBins_offset 332
@ -1578,7 +1578,7 @@
#define ts_show_spi true #define ts_show_spi true
#define ts_show_trigger_comparator false #define ts_show_trigger_comparator false
#define ts_show_tunerstudio_port true #define ts_show_tunerstudio_port true
#define TS_SIGNATURE "rusEFI 2021.04.12.all.1069052722" #define TS_SIGNATURE "rusEFI 2021.04.15.all.2851640168"
#define TS_SINGLE_WRITE_COMMAND 'W' #define TS_SINGLE_WRITE_COMMAND 'W'
#define TS_SINGLE_WRITE_COMMAND_char W #define TS_SINGLE_WRITE_COMMAND_char W
#define TS_TEST_COMMAND 't' // 0x74 #define TS_TEST_COMMAND 't' // 0x74

View File

@ -3,6 +3,6 @@
// //
#define SIGNATURE_BOARD all #define SIGNATURE_BOARD all
#define SIGNATURE_DATE 2021.04.12 #define SIGNATURE_DATE 2021.04.15
#define SIGNATURE_HASH 1069052722 #define SIGNATURE_HASH 2851640168
#define TS_SIGNATURE "rusEFI 2021.04.12.all.1069052722" #define TS_SIGNATURE "rusEFI 2021.04.15.all.2851640168"

View File

@ -3,6 +3,6 @@
// //
#define SIGNATURE_BOARD frankenso_na6 #define SIGNATURE_BOARD frankenso_na6
#define SIGNATURE_DATE 2021.04.12 #define SIGNATURE_DATE 2021.04.15
#define SIGNATURE_HASH 3150077601 #define SIGNATURE_HASH 763543291
#define TS_SIGNATURE "rusEFI 2021.04.12.frankenso_na6.3150077601" #define TS_SIGNATURE "rusEFI 2021.04.15.frankenso_na6.763543291"

View File

@ -3,6 +3,6 @@
// //
#define SIGNATURE_BOARD hellen72 #define SIGNATURE_BOARD hellen72
#define SIGNATURE_DATE 2021.04.14 #define SIGNATURE_DATE 2021.04.15
#define SIGNATURE_HASH 249249868 #define SIGNATURE_HASH 2560335894
#define TS_SIGNATURE "rusEFI 2021.04.14.hellen72.249249868" #define TS_SIGNATURE "rusEFI 2021.04.15.hellen72.2560335894"

View File

@ -3,6 +3,6 @@
// //
#define SIGNATURE_BOARD hellen_cypress #define SIGNATURE_BOARD hellen_cypress
#define SIGNATURE_DATE 2021.04.12 #define SIGNATURE_DATE 2021.04.15
#define SIGNATURE_HASH 2110040290 #define SIGNATURE_HASH 3951315128
#define TS_SIGNATURE "rusEFI 2021.04.12.hellen_cypress.2110040290" #define TS_SIGNATURE "rusEFI 2021.04.15.hellen_cypress.3951315128"

View File

@ -3,6 +3,6 @@
// //
#define SIGNATURE_BOARD kin #define SIGNATURE_BOARD kin
#define SIGNATURE_DATE 2021.04.12 #define SIGNATURE_DATE 2021.04.15
#define SIGNATURE_HASH 2187420702 #define SIGNATURE_HASH 337740868
#define TS_SIGNATURE "rusEFI 2021.04.12.kin.2187420702" #define TS_SIGNATURE "rusEFI 2021.04.15.kin.337740868"

View File

@ -3,6 +3,6 @@
// //
#define SIGNATURE_BOARD mre_f4 #define SIGNATURE_BOARD mre_f4
#define SIGNATURE_DATE 2021.04.12 #define SIGNATURE_DATE 2021.04.15
#define SIGNATURE_HASH 1275437877 #define SIGNATURE_HASH 3661972335
#define TS_SIGNATURE "rusEFI 2021.04.12.mre_f4.1275437877" #define TS_SIGNATURE "rusEFI 2021.04.15.mre_f4.3661972335"

View File

@ -3,6 +3,6 @@
// //
#define SIGNATURE_BOARD mre_f7 #define SIGNATURE_BOARD mre_f7
#define SIGNATURE_DATE 2021.04.12 #define SIGNATURE_DATE 2021.04.15
#define SIGNATURE_HASH 1275437877 #define SIGNATURE_HASH 3661972335
#define TS_SIGNATURE "rusEFI 2021.04.12.mre_f7.1275437877" #define TS_SIGNATURE "rusEFI 2021.04.15.mre_f7.3661972335"

View File

@ -3,6 +3,6 @@
// //
#define SIGNATURE_BOARD prometheus_405 #define SIGNATURE_BOARD prometheus_405
#define SIGNATURE_DATE 2021.04.12 #define SIGNATURE_DATE 2021.04.15
#define SIGNATURE_HASH 758018308 #define SIGNATURE_HASH 3144585566
#define TS_SIGNATURE "rusEFI 2021.04.12.prometheus_405.758018308" #define TS_SIGNATURE "rusEFI 2021.04.15.prometheus_405.3144585566"

View File

@ -3,6 +3,6 @@
// //
#define SIGNATURE_BOARD prometheus_469 #define SIGNATURE_BOARD prometheus_469
#define SIGNATURE_DATE 2021.04.12 #define SIGNATURE_DATE 2021.04.15
#define SIGNATURE_HASH 758018308 #define SIGNATURE_HASH 3144585566
#define TS_SIGNATURE "rusEFI 2021.04.12.prometheus_469.758018308" #define TS_SIGNATURE "rusEFI 2021.04.15.prometheus_469.3144585566"

View File

@ -3,6 +3,6 @@
// //
#define SIGNATURE_BOARD proteus_f4 #define SIGNATURE_BOARD proteus_f4
#define SIGNATURE_DATE 2021.04.12 #define SIGNATURE_DATE 2021.04.15
#define SIGNATURE_HASH 3667484321 #define SIGNATURE_HASH 1289338619
#define TS_SIGNATURE "rusEFI 2021.04.12.proteus_f4.3667484321" #define TS_SIGNATURE "rusEFI 2021.04.15.proteus_f4.1289338619"

View File

@ -3,6 +3,6 @@
// //
#define SIGNATURE_BOARD proteus_f7 #define SIGNATURE_BOARD proteus_f7
#define SIGNATURE_DATE 2021.04.12 #define SIGNATURE_DATE 2021.04.15
#define SIGNATURE_HASH 3667484321 #define SIGNATURE_HASH 1289338619
#define TS_SIGNATURE "rusEFI 2021.04.12.proteus_f7.3667484321" #define TS_SIGNATURE "rusEFI 2021.04.15.proteus_f7.1289338619"

View File

@ -3,6 +3,6 @@
// //
#define SIGNATURE_BOARD subaru_eg33_f7 #define SIGNATURE_BOARD subaru_eg33_f7
#define SIGNATURE_DATE 2021.04.12 #define SIGNATURE_DATE 2021.04.15
#define SIGNATURE_HASH 4251649284 #define SIGNATURE_HASH 1798038878
#define TS_SIGNATURE "rusEFI 2021.04.12.subaru_eg33_f7.4251649284" #define TS_SIGNATURE "rusEFI 2021.04.15.subaru_eg33_f7.1798038878"

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2021.04.12.all.1069052722" signature = "rusEFI 2021.04.15.all.2851640168"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar. versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2021.04.12.all.1069052722" ; signature is expected to be 7 or more characters. signature = "rusEFI 2021.04.15.all.2851640168" ; signature is expected to be 7 or more characters.
[Constants] [Constants]
; new packet serial format with CRC ; new packet serial format with CRC
@ -77,7 +77,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code ; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 12 18:12:18 UTC 2021 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 15 05:22:16 UTC 2021
pageSize = 20000 pageSize = 20000
page = 1 page = 1
@ -1128,7 +1128,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0 gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0 gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0 gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0 gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1138,7 +1138,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0 gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0 gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0 gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0 gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1148,7 +1148,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0 gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0 gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0 gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0 gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1158,7 +1158,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0 gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0 gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0 gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0 gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2021.04.12.frankenso_na6.3150077601" signature = "rusEFI 2021.04.15.frankenso_na6.763543291"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar. versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2021.04.12.frankenso_na6.3150077601" ; signature is expected to be 7 or more characters. signature = "rusEFI 2021.04.15.frankenso_na6.763543291" ; signature is expected to be 7 or more characters.
[Constants] [Constants]
; new packet serial format with CRC ; new packet serial format with CRC
@ -77,7 +77,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code ; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 12 18:12:25 UTC 2021 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 15 05:22:25 UTC 2021
pageSize = 20000 pageSize = 20000
page = 1 page = 1
@ -1128,7 +1128,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0 gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0 gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0 gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0 gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1138,7 +1138,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0 gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0 gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0 gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0 gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1148,7 +1148,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0 gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0 gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0 gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0 gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1158,7 +1158,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0 gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0 gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0 gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0 gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2021.04.14.hellen72.249249868" signature = "rusEFI 2021.04.15.hellen72.2560335894"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar. versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2021.04.14.hellen72.249249868" ; signature is expected to be 7 or more characters. signature = "rusEFI 2021.04.15.hellen72.2560335894" ; signature is expected to be 7 or more characters.
[Constants] [Constants]
; new packet serial format with CRC ; new packet serial format with CRC
@ -77,7 +77,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code ; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Wed Apr 14 01:18:16 UTC 2021 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 15 05:22:19 UTC 2021
pageSize = 20000 pageSize = 20000
page = 1 page = 1
@ -1128,7 +1128,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0 gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0 gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0 gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0 gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1138,7 +1138,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0 gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0 gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0 gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0 gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1148,7 +1148,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0 gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0 gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0 gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0 gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1158,7 +1158,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0 gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0 gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0 gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0 gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2021.04.12.hellen_cypress.2110040290" signature = "rusEFI 2021.04.15.hellen_cypress.3951315128"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar. versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2021.04.12.hellen_cypress.2110040290" ; signature is expected to be 7 or more characters. signature = "rusEFI 2021.04.15.hellen_cypress.3951315128" ; signature is expected to be 7 or more characters.
[Constants] [Constants]
; new packet serial format with CRC ; new packet serial format with CRC
@ -77,7 +77,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code ; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Mon Apr 12 18:12:37 UTC 2021 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on hellen_cypress_gen_config.bat integration/rusefi_config.txt Thu Apr 15 05:22:39 UTC 2021
pageSize = 20000 pageSize = 20000
page = 1 page = 1
@ -1128,7 +1128,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0 gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0 gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0 gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0 gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1138,7 +1138,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0 gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0 gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0 gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0 gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1148,7 +1148,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0 gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0 gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0 gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0 gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1158,7 +1158,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0 gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0 gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0 gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0 gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2021.04.12.kin.2187420702" signature = "rusEFI 2021.04.15.kin.337740868"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar. versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2021.04.12.kin.2187420702" ; signature is expected to be 7 or more characters. signature = "rusEFI 2021.04.15.kin.337740868" ; signature is expected to be 7 or more characters.
[Constants] [Constants]
; new packet serial format with CRC ; new packet serial format with CRC
@ -77,7 +77,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code ; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Mon Apr 12 18:12:36 UTC 2021 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on kinetis_gen_config.bat integration/rusefi_config.txt Thu Apr 15 05:22:37 UTC 2021
pageSize = 19972 pageSize = 19972
page = 1 page = 1
@ -1112,7 +1112,7 @@ gppwm1_dutyIfError = scalar, U08, 4117, "%", 1.0, 0, 0, 100, 0
gppwm1_pwmFrequency = scalar, U16, 4118, "hz", 1.0, 0, 0, 500, 0 gppwm1_pwmFrequency = scalar, U16, 4118, "hz", 1.0, 0, 0, 500, 0
gppwm1_onAboveDuty = scalar, U08, 4120, "%", 1.0, 0, 0, 100, 0 gppwm1_onAboveDuty = scalar, U08, 4120, "%", 1.0, 0, 0, 100, 0
gppwm1_offBelowDuty = scalar, U08, 4121, "%", 1.0, 0, 0, 100, 0 gppwm1_offBelowDuty = scalar, U08, 4121, "%", 1.0, 0, 0, 100, 0
gppwm1_loadAxis = bits, U08, 4122, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm1_loadAxis = bits, U08, 4122, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm1_alignmentFill_map = scalar, U08, 4123, "unit", 1.0, 0, 0, 100, 0 gppwm1_alignmentFill_map = scalar, U08, 4123, "unit", 1.0, 0, 0, 100, 0
gppwm1_loadBins = array, U08, 4124, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm1_loadBins = array, U08, 4124, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm1_rpmBins = array, U08, 4132, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm1_rpmBins = array, U08, 4132, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1122,7 +1122,7 @@ gppwm2_dutyIfError = scalar, U08, 4205, "%", 1.0, 0, 0, 100, 0
gppwm2_pwmFrequency = scalar, U16, 4206, "hz", 1.0, 0, 0, 500, 0 gppwm2_pwmFrequency = scalar, U16, 4206, "hz", 1.0, 0, 0, 500, 0
gppwm2_onAboveDuty = scalar, U08, 4208, "%", 1.0, 0, 0, 100, 0 gppwm2_onAboveDuty = scalar, U08, 4208, "%", 1.0, 0, 0, 100, 0
gppwm2_offBelowDuty = scalar, U08, 4209, "%", 1.0, 0, 0, 100, 0 gppwm2_offBelowDuty = scalar, U08, 4209, "%", 1.0, 0, 0, 100, 0
gppwm2_loadAxis = bits, U08, 4210, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm2_loadAxis = bits, U08, 4210, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm2_alignmentFill_map = scalar, U08, 4211, "unit", 1.0, 0, 0, 100, 0 gppwm2_alignmentFill_map = scalar, U08, 4211, "unit", 1.0, 0, 0, 100, 0
gppwm2_loadBins = array, U08, 4212, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm2_loadBins = array, U08, 4212, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm2_rpmBins = array, U08, 4220, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm2_rpmBins = array, U08, 4220, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1132,7 +1132,7 @@ gppwm3_dutyIfError = scalar, U08, 4293, "%", 1.0, 0, 0, 100, 0
gppwm3_pwmFrequency = scalar, U16, 4294, "hz", 1.0, 0, 0, 500, 0 gppwm3_pwmFrequency = scalar, U16, 4294, "hz", 1.0, 0, 0, 500, 0
gppwm3_onAboveDuty = scalar, U08, 4296, "%", 1.0, 0, 0, 100, 0 gppwm3_onAboveDuty = scalar, U08, 4296, "%", 1.0, 0, 0, 100, 0
gppwm3_offBelowDuty = scalar, U08, 4297, "%", 1.0, 0, 0, 100, 0 gppwm3_offBelowDuty = scalar, U08, 4297, "%", 1.0, 0, 0, 100, 0
gppwm3_loadAxis = bits, U08, 4298, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm3_loadAxis = bits, U08, 4298, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm3_alignmentFill_map = scalar, U08, 4299, "unit", 1.0, 0, 0, 100, 0 gppwm3_alignmentFill_map = scalar, U08, 4299, "unit", 1.0, 0, 0, 100, 0
gppwm3_loadBins = array, U08, 4300, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm3_loadBins = array, U08, 4300, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm3_rpmBins = array, U08, 4308, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm3_rpmBins = array, U08, 4308, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1142,7 +1142,7 @@ gppwm4_dutyIfError = scalar, U08, 4381, "%", 1.0, 0, 0, 100, 0
gppwm4_pwmFrequency = scalar, U16, 4382, "hz", 1.0, 0, 0, 500, 0 gppwm4_pwmFrequency = scalar, U16, 4382, "hz", 1.0, 0, 0, 500, 0
gppwm4_onAboveDuty = scalar, U08, 4384, "%", 1.0, 0, 0, 100, 0 gppwm4_onAboveDuty = scalar, U08, 4384, "%", 1.0, 0, 0, 100, 0
gppwm4_offBelowDuty = scalar, U08, 4385, "%", 1.0, 0, 0, 100, 0 gppwm4_offBelowDuty = scalar, U08, 4385, "%", 1.0, 0, 0, 100, 0
gppwm4_loadAxis = bits, U08, 4386, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm4_loadAxis = bits, U08, 4386, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm4_alignmentFill_map = scalar, U08, 4387, "unit", 1.0, 0, 0, 100, 0 gppwm4_alignmentFill_map = scalar, U08, 4387, "unit", 1.0, 0, 0, 100, 0
gppwm4_loadBins = array, U08, 4388, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm4_loadBins = array, U08, 4388, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm4_rpmBins = array, U08, 4396, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm4_rpmBins = array, U08, 4396, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2021.04.12.mre_f4.1275437877" signature = "rusEFI 2021.04.15.mre_f4.3661972335"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar. versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2021.04.12.mre_f4.1275437877" ; signature is expected to be 7 or more characters. signature = "rusEFI 2021.04.15.mre_f4.3661972335" ; signature is expected to be 7 or more characters.
[Constants] [Constants]
; new packet serial format with CRC ; new packet serial format with CRC
@ -77,7 +77,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code ; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 12 18:12:23 UTC 2021 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 15 05:22:23 UTC 2021
pageSize = 20000 pageSize = 20000
page = 1 page = 1
@ -1128,7 +1128,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0 gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0 gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0 gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0 gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1138,7 +1138,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0 gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0 gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0 gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0 gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1148,7 +1148,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0 gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0 gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0 gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0 gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1158,7 +1158,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0 gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0 gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0 gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0 gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2021.04.12.mre_f7.1275437877" signature = "rusEFI 2021.04.15.mre_f7.3661972335"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar. versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2021.04.12.mre_f7.1275437877" ; signature is expected to be 7 or more characters. signature = "rusEFI 2021.04.15.mre_f7.3661972335" ; signature is expected to be 7 or more characters.
[Constants] [Constants]
; new packet serial format with CRC ; new packet serial format with CRC
@ -77,7 +77,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code ; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 12 18:12:22 UTC 2021 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 15 05:22:21 UTC 2021
pageSize = 20000 pageSize = 20000
page = 1 page = 1
@ -1128,7 +1128,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0 gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0 gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0 gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0 gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1138,7 +1138,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0 gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0 gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0 gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0 gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1148,7 +1148,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0 gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0 gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0 gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0 gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1158,7 +1158,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0 gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0 gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0 gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0 gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2021.04.12.prometheus_405.758018308" signature = "rusEFI 2021.04.15.prometheus_405.3144585566"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar. versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2021.04.12.prometheus_405.758018308" ; signature is expected to be 7 or more characters. signature = "rusEFI 2021.04.15.prometheus_405.3144585566" ; signature is expected to be 7 or more characters.
[Constants] [Constants]
; new packet serial format with CRC ; new packet serial format with CRC
@ -77,7 +77,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code ; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 12 18:12:29 UTC 2021 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 15 05:22:30 UTC 2021
pageSize = 20000 pageSize = 20000
page = 1 page = 1
@ -1128,7 +1128,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0 gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0 gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0 gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0 gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1138,7 +1138,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0 gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0 gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0 gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0 gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1148,7 +1148,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0 gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0 gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0 gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0 gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1158,7 +1158,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0 gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0 gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0 gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0 gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2021.04.12.prometheus_469.758018308" signature = "rusEFI 2021.04.15.prometheus_469.3144585566"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar. versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2021.04.12.prometheus_469.758018308" ; signature is expected to be 7 or more characters. signature = "rusEFI 2021.04.15.prometheus_469.3144585566" ; signature is expected to be 7 or more characters.
[Constants] [Constants]
; new packet serial format with CRC ; new packet serial format with CRC
@ -77,7 +77,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code ; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 12 18:12:27 UTC 2021 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 15 05:22:28 UTC 2021
pageSize = 20000 pageSize = 20000
page = 1 page = 1
@ -1128,7 +1128,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0 gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0 gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0 gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0 gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1138,7 +1138,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0 gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0 gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0 gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0 gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1148,7 +1148,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0 gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0 gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0 gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0 gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1158,7 +1158,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0 gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0 gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0 gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0 gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2021.04.12.proteus_f4.3667484321" signature = "rusEFI 2021.04.15.proteus_f4.1289338619"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar. versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2021.04.12.proteus_f4.3667484321" ; signature is expected to be 7 or more characters. signature = "rusEFI 2021.04.15.proteus_f4.1289338619" ; signature is expected to be 7 or more characters.
[Constants] [Constants]
; new packet serial format with CRC ; new packet serial format with CRC
@ -77,7 +77,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code ; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 12 18:12:34 UTC 2021 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 15 05:22:34 UTC 2021
pageSize = 20000 pageSize = 20000
page = 1 page = 1
@ -1128,7 +1128,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0 gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0 gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0 gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0 gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1138,7 +1138,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0 gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0 gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0 gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0 gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1148,7 +1148,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0 gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0 gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0 gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0 gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1158,7 +1158,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0 gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0 gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0 gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0 gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2021.04.12.proteus_f7.3667484321" signature = "rusEFI 2021.04.15.proteus_f7.1289338619"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar. versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2021.04.12.proteus_f7.3667484321" ; signature is expected to be 7 or more characters. signature = "rusEFI 2021.04.15.proteus_f7.1289338619" ; signature is expected to be 7 or more characters.
[Constants] [Constants]
; new packet serial format with CRC ; new packet serial format with CRC
@ -77,7 +77,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code ; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 12 18:12:32 UTC 2021 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 15 05:22:32 UTC 2021
pageSize = 20000 pageSize = 20000
page = 1 page = 1
@ -1128,7 +1128,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0 gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0 gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0 gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0 gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1138,7 +1138,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0 gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0 gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0 gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0 gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1148,7 +1148,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0 gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0 gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0 gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0 gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1158,7 +1158,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0 gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0 gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0 gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0 gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0

View File

@ -33,12 +33,12 @@ enable2ndByteCanID = false
[MegaTune] [MegaTune]
; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201
signature = "rusEFI 2021.04.12.subaru_eg33_f7.4251649284" signature = "rusEFI 2021.04.15.subaru_eg33_f7.1798038878"
[TunerStudio] [TunerStudio]
queryCommand = "S" queryCommand = "S"
versionInfo = "V" ; firmwave version for title bar. versionInfo = "V" ; firmwave version for title bar.
signature = "rusEFI 2021.04.12.subaru_eg33_f7.4251649284" ; signature is expected to be 7 or more characters. signature = "rusEFI 2021.04.15.subaru_eg33_f7.1798038878" ; signature is expected to be 7 or more characters.
[Constants] [Constants]
; new packet serial format with CRC ; new packet serial format with CRC
@ -77,7 +77,7 @@ enable2ndByteCanID = false
; see PAGE_0_SIZE in C source code ; see PAGE_0_SIZE in C source code
; CONFIG_DEFINITION_START ; CONFIG_DEFINITION_START
; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_config.sh integration/rusefi_config.txt Mon Apr 12 18:12:39 UTC 2021 ; this section was generated automatically by rusEFI tool ConfigDefinition.jar based on config/boards/subaru_eg33/config/gen_config.sh integration/rusefi_config.txt Thu Apr 15 05:22:41 UTC 2021
pageSize = 20000 pageSize = 20000
page = 1 page = 1
@ -1128,7 +1128,7 @@ gppwm1_dutyIfError = scalar, U08, 4145, "%", 1.0, 0, 0, 100, 0
gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0 gppwm1_pwmFrequency = scalar, U16, 4146, "hz", 1.0, 0, 0, 500, 0
gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0 gppwm1_onAboveDuty = scalar, U08, 4148, "%", 1.0, 0, 0, 100, 0
gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0 gppwm1_offBelowDuty = scalar, U08, 4149, "%", 1.0, 0, 0, 100, 0
gppwm1_loadAxis = bits, U08, 4150, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm1_loadAxis = bits, U08, 4150, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0 gppwm1_alignmentFill_map = scalar, U08, 4151, "unit", 1.0, 0, 0, 100, 0
gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm1_loadBins = array, U08, 4152, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm1_rpmBins = array, U08, 4160, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1138,7 +1138,7 @@ gppwm2_dutyIfError = scalar, U08, 4233, "%", 1.0, 0, 0, 100, 0
gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0 gppwm2_pwmFrequency = scalar, U16, 4234, "hz", 1.0, 0, 0, 500, 0
gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0 gppwm2_onAboveDuty = scalar, U08, 4236, "%", 1.0, 0, 0, 100, 0
gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0 gppwm2_offBelowDuty = scalar, U08, 4237, "%", 1.0, 0, 0, 100, 0
gppwm2_loadAxis = bits, U08, 4238, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm2_loadAxis = bits, U08, 4238, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0 gppwm2_alignmentFill_map = scalar, U08, 4239, "unit", 1.0, 0, 0, 100, 0
gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm2_loadBins = array, U08, 4240, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm2_rpmBins = array, U08, 4248, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1148,7 +1148,7 @@ gppwm3_dutyIfError = scalar, U08, 4321, "%", 1.0, 0, 0, 100, 0
gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0 gppwm3_pwmFrequency = scalar, U16, 4322, "hz", 1.0, 0, 0, 500, 0
gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0 gppwm3_onAboveDuty = scalar, U08, 4324, "%", 1.0, 0, 0, 100, 0
gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0 gppwm3_offBelowDuty = scalar, U08, 4325, "%", 1.0, 0, 0, 100, 0
gppwm3_loadAxis = bits, U08, 4326, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm3_loadAxis = bits, U08, 4326, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0 gppwm3_alignmentFill_map = scalar, U08, 4327, "unit", 1.0, 0, 0, 100, 0
gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm3_loadBins = array, U08, 4328, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm3_rpmBins = array, U08, 4336, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0
@ -1158,7 +1158,7 @@ gppwm4_dutyIfError = scalar, U08, 4409, "%", 1.0, 0, 0, 100, 0
gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0 gppwm4_pwmFrequency = scalar, U16, 4410, "hz", 1.0, 0, 0, 500, 0
gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0 gppwm4_onAboveDuty = scalar, U08, 4412, "%", 1.0, 0, 0, 100, 0
gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0 gppwm4_offBelowDuty = scalar, U08, 4413, "%", 1.0, 0, 0, 100, 0
gppwm4_loadAxis = bits, U08, 4414, [0:2], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2" gppwm4_loadAxis = bits, U08, 4414, [0:3], "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID"
gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0 gppwm4_alignmentFill_map = scalar, U08, 4415, "unit", 1.0, 0, 0, 100, 0
gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0 gppwm4_loadBins = array, U08, 4416, [8], "load", 1.0, 0, 0.0, 250, 0
gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0 gppwm4_rpmBins = array, U08, 4424, [8], "RPM", 50.0, 0, 0.0, 12000.0, 0

View File

@ -1,6 +1,6 @@
package com.rusefi.config.generated; package com.rusefi.config.generated;
// this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Mon Apr 12 18:12:18 UTC 2021 // this file was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh integration/rusefi_config.txt Thu Apr 15 05:22:16 UTC 2021
// by class com.rusefi.output.FileJavaFieldsConsumer // by class com.rusefi.output.FileJavaFieldsConsumer
import com.rusefi.config.*; import com.rusefi.config.*;
@ -1197,7 +1197,6 @@ public class Fields {
public static final int servoOutputPins8_offset = 3147; public static final int servoOutputPins8_offset = 3147;
public static final int showHumanReadableWarning_offset = 976; public static final int showHumanReadableWarning_offset = 976;
public static final int showSdCardWarning_offset = 76; public static final int showSdCardWarning_offset = 76;
public static final int SIGNATURE_HASH = 1069052722;
public static final int silentTriggerError_offset = 1464; public static final int silentTriggerError_offset = 1464;
public static final int slowAdcAlpha_offset = 2088; public static final int slowAdcAlpha_offset = 2088;
public static final int sparkDwellRpmBins_offset = 332; public static final int sparkDwellRpmBins_offset = 332;
@ -1481,7 +1480,7 @@ public class Fields {
public static final char TS_SD_R_COMMAND = 'r'; public static final char TS_SD_R_COMMAND = 'r';
public static final char TS_SD_W_COMMAND = 'w'; public static final char TS_SD_W_COMMAND = 'w';
public static final char TS_SET_LOGGER_SWITCH = 'l'; public static final char TS_SET_LOGGER_SWITCH = 'l';
public static final String TS_SIGNATURE = "rusEFI 2021.04.12.all.1069052722"; public static final String TS_SIGNATURE = "rusEFI 2021.04.15.all.2851640168";
public static final char TS_SINGLE_WRITE_COMMAND = 'W'; public static final char TS_SINGLE_WRITE_COMMAND = 'W';
public static final int TT_TT_1_16 = 50; public static final int TT_TT_1_16 = 50;
public static final int TT_TT_2JZ_1_12 = 29; public static final int TT_TT_2JZ_1_12 = 29;
@ -2692,7 +2691,7 @@ public class Fields {
public static final Field GPPWM1_PWMFREQUENCY = Field.create("GPPWM1_PWMFREQUENCY", 4146, FieldType.INT16); public static final Field GPPWM1_PWMFREQUENCY = Field.create("GPPWM1_PWMFREQUENCY", 4146, FieldType.INT16);
public static final Field GPPWM1_ONABOVEDUTY = Field.create("GPPWM1_ONABOVEDUTY", 4148, FieldType.INT8); public static final Field GPPWM1_ONABOVEDUTY = Field.create("GPPWM1_ONABOVEDUTY", 4148, FieldType.INT8);
public static final Field GPPWM1_OFFBELOWDUTY = Field.create("GPPWM1_OFFBELOWDUTY", 4149, FieldType.INT8); public static final Field GPPWM1_OFFBELOWDUTY = Field.create("GPPWM1_OFFBELOWDUTY", 4149, FieldType.INT8);
public static final String[] gppwm_channel_e = {"TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2"}; public static final String[] gppwm_channel_e = {"TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Zero"};
public static final Field GPPWM1_LOADAXIS = Field.create("GPPWM1_LOADAXIS", 4150, FieldType.INT8, gppwm_channel_e); public static final Field GPPWM1_LOADAXIS = Field.create("GPPWM1_LOADAXIS", 4150, FieldType.INT8, gppwm_channel_e);
public static final Field GPPWM1_ALIGNMENTFILL_MAP = Field.create("GPPWM1_ALIGNMENTFILL_MAP", 4151, FieldType.INT8); public static final Field GPPWM1_ALIGNMENTFILL_MAP = Field.create("GPPWM1_ALIGNMENTFILL_MAP", 4151, FieldType.INT8);
public static final Field GPPWM1_TABLE = Field.create("GPPWM1_TABLE", 4168, FieldType.INT); public static final Field GPPWM1_TABLE = Field.create("GPPWM1_TABLE", 4168, FieldType.INT);

View File

@ -1,6 +1,6 @@
<roms> <roms>
<!-- was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh Mon Apr 12 18:12:19 UTC 2021 --> <!-- was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh Thu Apr 15 05:22:18 UTC 2021 -->
<rom> <rom>
<romid> <romid>