Auto-generated default tune
This commit is contained in:
parent
f887902fca
commit
302b6d981a
|
@ -215,7 +215,6 @@
|
|||
cannedcltFuelCorr();
|
||||
cannedcrankingFuelCoef();
|
||||
cannedcltRevLimitRpmBins();
|
||||
cannedcrankingCycleCoef();
|
||||
cannedcltIdleCorr();
|
||||
cannedcltCrankingCorr();
|
||||
cannedcltIdleRpm();
|
||||
|
|
|
@ -89,11 +89,6 @@ static void cannedcltRevLimitRpmBins() {
|
|||
copyArray(config->cltRevLimitRpmBins, hardCodedcltRevLimitRpmBins);
|
||||
}
|
||||
|
||||
static void cannedcrankingCycleCoef() {
|
||||
static const float hardCodedcrankingCycleCoef[8] = {2.5, 1.8, 1.5, 1.0, 1.0, 1.0, 1.0, 1.0};
|
||||
copyArray(config->crankingCycleCoef, hardCodedcrankingCycleCoef);
|
||||
}
|
||||
|
||||
static void cannedcltIdleCorr() {
|
||||
static const float hardCodedcltIdleCorr[16] = {1.2, 1.2, 1.2, 2.0, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 1.2, 1.2, 1.0, 1.0, 1.2};
|
||||
copyArray(config->cltIdleCorr, hardCodedcltIdleCorr);
|
||||
|
|
|
@ -221,7 +221,6 @@
|
|||
cannedcltFuelCorr();
|
||||
cannedcrankingFuelCoef();
|
||||
cannedcltRevLimitRpmBins();
|
||||
cannedcrankingCycleCoef();
|
||||
cannedcltIdleCorr();
|
||||
cannedcltCrankingCorr();
|
||||
cannedcltIdleRpm();
|
||||
|
|
|
@ -89,11 +89,6 @@ static void cannedcltRevLimitRpmBins() {
|
|||
copyArray(config->cltRevLimitRpmBins, hardCodedcltRevLimitRpmBins);
|
||||
}
|
||||
|
||||
static void cannedcrankingCycleCoef() {
|
||||
static const float hardCodedcrankingCycleCoef[8] = {2.5, 1.8, 1.5, 1.0, 1.0, 1.0, 1.0, 1.0};
|
||||
copyArray(config->crankingCycleCoef, hardCodedcrankingCycleCoef);
|
||||
}
|
||||
|
||||
static void cannedcltIdleCorr() {
|
||||
static const float hardCodedcltIdleCorr[16] = {1.2, 1.2, 1.2, 2.0, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 1.2, 1.2, 1.0, 1.0, 1.2};
|
||||
copyArray(config->cltIdleCorr, hardCodedcltIdleCorr);
|
||||
|
|
|
@ -300,7 +300,6 @@
|
|||
nb2cannedcrankingFuelCoef();
|
||||
nb2cannedcrankingFuelCoefE100();
|
||||
nb2cannedcltRevLimitRpmBins();
|
||||
nb2cannedcrankingCycleCoef();
|
||||
nb2cannedcltIdleCorrBins();
|
||||
nb2cannedcltIdleCorr();
|
||||
nb2cannedcltCrankingCorr();
|
||||
|
|
|
@ -114,11 +114,6 @@ static void nb2cannedcltRevLimitRpmBins() {
|
|||
copyArray(config->cltRevLimitRpmBins, hardCodedcltRevLimitRpmBins);
|
||||
}
|
||||
|
||||
static void nb2cannedcrankingCycleCoef() {
|
||||
static const float hardCodedcrankingCycleCoef[8] = {2.0, 1.300003, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0};
|
||||
copyArray(config->crankingCycleCoef, hardCodedcrankingCycleCoef);
|
||||
}
|
||||
|
||||
static void nb2cannedcltIdleCorrBins() {
|
||||
static const float hardCodedcltIdleCorrBins[16] = {-40.0, -30.0, -20.0, -10.0, 0.0, 9.439941, 19.120117, 30.810059, 42.509766, 54.529785, 64.21973, 71.90039, 80.0, 90.0, 100.0, 110.0};
|
||||
copyArray(config->cltIdleCorrBins, hardCodedcltIdleCorrBins);
|
||||
|
|
|
@ -361,7 +361,6 @@
|
|||
nb2cannedcrankingFuelCoef();
|
||||
nb2cannedcrankingFuelCoefE100();
|
||||
nb2cannedcltRevLimitRpmBins();
|
||||
nb2cannedcrankingCycleCoef();
|
||||
nb2cannedcltIdleCorrBins();
|
||||
nb2cannedcltIdleCorr();
|
||||
nb2cannediacCoasting();
|
||||
|
|
|
@ -119,11 +119,6 @@ static void nb2cannedcltRevLimitRpmBins() {
|
|||
copyArray(config->cltRevLimitRpmBins, hardCodedcltRevLimitRpmBins);
|
||||
}
|
||||
|
||||
static void nb2cannedcrankingCycleCoef() {
|
||||
static const float hardCodedcrankingCycleCoef[8] = {2.0, 1.300003, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0};
|
||||
copyArray(config->crankingCycleCoef, hardCodedcrankingCycleCoef);
|
||||
}
|
||||
|
||||
static void nb2cannedcltIdleCorrBins() {
|
||||
static const float hardCodedcltIdleCorrBins[16] = {-40.0, -30.0, -20.0, -10.0, 0.0, 9.439941, 19.120117, 30.810059, 42.509766, 54.529785, 64.21973, 71.90039, 80.0, 90.0, 100.0, 110.0};
|
||||
copyArray(config->cltIdleCorrBins, hardCodedcltIdleCorrBins);
|
||||
|
|
|
@ -276,7 +276,6 @@
|
|||
cannedcltFuelCorr();
|
||||
cannedcrankingFuelCoef();
|
||||
cannedcltRevLimitRpmBins();
|
||||
cannedcrankingCycleCoef();
|
||||
cannedcltIdleCorr();
|
||||
cannedcltCrankingCorr();
|
||||
cannedcltIdleRpm();
|
||||
|
|
|
@ -74,11 +74,6 @@ static void cannedcltRevLimitRpmBins() {
|
|||
copyArray(config->cltRevLimitRpmBins, hardCodedcltRevLimitRpmBins);
|
||||
}
|
||||
|
||||
static void cannedcrankingCycleCoef() {
|
||||
static const float hardCodedcrankingCycleCoef[8] = {1.5, 1.25, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0};
|
||||
copyArray(config->crankingCycleCoef, hardCodedcrankingCycleCoef);
|
||||
}
|
||||
|
||||
static void cannedcltIdleCorr() {
|
||||
static const float hardCodedcltIdleCorr[16] = {2.0, 2.0, 2.0, 2.0, 1.6, 1.6, 1.6, 1.2, 1.2, 0.8, 0.5, 0.45, 0.45, 0.45, 0.45, 0.76};
|
||||
copyArray(config->cltIdleCorr, hardCodedcltIdleCorr);
|
||||
|
|
|
@ -284,7 +284,6 @@
|
|||
cannedcltFuelCorr();
|
||||
cannedcrankingFuelCoef();
|
||||
cannedcltRevLimitRpmBins();
|
||||
cannedcrankingCycleCoef();
|
||||
cannedcltIdleCorr();
|
||||
cannedcltCrankingCorr();
|
||||
cannedcltIdleRpm();
|
||||
|
|
|
@ -74,11 +74,6 @@ static void cannedcltRevLimitRpmBins() {
|
|||
copyArray(config->cltRevLimitRpmBins, hardCodedcltRevLimitRpmBins);
|
||||
}
|
||||
|
||||
static void cannedcrankingCycleCoef() {
|
||||
static const float hardCodedcrankingCycleCoef[8] = {1.5, 1.25, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0};
|
||||
copyArray(config->crankingCycleCoef, hardCodedcrankingCycleCoef);
|
||||
}
|
||||
|
||||
static void cannedcltIdleCorr() {
|
||||
static const float hardCodedcltIdleCorr[16] = {2.0, 2.0, 2.0, 2.0, 1.6, 1.6, 1.6, 1.2, 1.2, 0.8, 0.5, 0.45, 0.45, 0.45, 0.45, 0.76};
|
||||
copyArray(config->cltIdleCorr, hardCodedcltIdleCorr);
|
||||
|
|
|
@ -367,7 +367,6 @@
|
|||
cannedcltRevLimitRpmBins();
|
||||
cannedetbBiasBins();
|
||||
cannedetbBiasValues();
|
||||
cannedcrankingCycleCoef();
|
||||
cannedcltIdleCorrBins();
|
||||
cannedcltIdleCorr();
|
||||
cannedcltCrankingCorrBins();
|
||||
|
|
|
@ -149,11 +149,6 @@ static void cannedetbBiasValues() {
|
|||
copyArray(config->etbBiasValues, hardCodedetbBiasValues);
|
||||
}
|
||||
|
||||
static void cannedcrankingCycleCoef() {
|
||||
static const float hardCodedcrankingCycleCoef[8] = {2.0, 1.300003, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0};
|
||||
copyArray(config->crankingCycleCoef, hardCodedcrankingCycleCoef);
|
||||
}
|
||||
|
||||
static void cannedcltIdleCorrBins() {
|
||||
static const float hardCodedcltIdleCorrBins[16] = {-40.0, -30.410034, -21.25, -9.919983, 0.11000013, 10.0, 20.0, 30.0, 39.779785, 50.52, 60.0, 70.0, 80.0, 90.0, 100.0, 110.0};
|
||||
copyArray(config->cltIdleCorrBins, hardCodedcltIdleCorrBins);
|
||||
|
|
|
@ -373,7 +373,6 @@
|
|||
cannedcltRevLimitRpmBins();
|
||||
cannedetbBiasBins();
|
||||
cannedetbBiasValues();
|
||||
cannedcrankingCycleCoef();
|
||||
cannedcltIdleCorrBins();
|
||||
cannedcltIdleCorr();
|
||||
cannedcltCrankingCorrBins();
|
||||
|
|
|
@ -149,11 +149,6 @@ static void cannedetbBiasValues() {
|
|||
copyArray(config->etbBiasValues, hardCodedetbBiasValues);
|
||||
}
|
||||
|
||||
static void cannedcrankingCycleCoef() {
|
||||
static const float hardCodedcrankingCycleCoef[8] = {2.0, 1.300003, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0};
|
||||
copyArray(config->crankingCycleCoef, hardCodedcrankingCycleCoef);
|
||||
}
|
||||
|
||||
static void cannedcltIdleCorrBins() {
|
||||
static const float hardCodedcltIdleCorrBins[16] = {-40.0, -30.410034, -21.25, -9.919983, 0.11000013, 10.0, 20.0, 30.0, 39.779785, 50.52, 60.0, 70.0, 80.0, 90.0, 100.0, 110.0};
|
||||
copyArray(config->cltIdleCorrBins, hardCodedcltIdleCorrBins);
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<msq xmlns="http://www.msefi.com/:msq">
|
||||
<page/>
|
||||
<page number="0" size="22780">
|
||||
<page number="0" size="22748">
|
||||
<constant name="engineType">"MINIMAL_PINS"</constant>
|
||||
<constant digits="0" name="startButtonSuppressOnStartUpMs" units="">0.0</constant>
|
||||
<constant digits="0" name="sensorSnifferRpmThreshold" units="RPM">2500.0</constant>
|
||||
|
@ -223,7 +223,7 @@
|
|||
<constant digits="0" name="boostControlSafeDutyCycle" units="%">0.0</constant>
|
||||
<constant name="mafAdcChannel">"Disabled"</constant>
|
||||
<constant digits="0" name="acrRevolutions" units="">5.0</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240607E7</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240608E7</constant>
|
||||
<constant digits="3" name="adcVcc" units="volts">3.0</constant>
|
||||
<constant digits="0" name="mapCamDetectionAnglePosition" units="Deg">0.0</constant>
|
||||
<constant name="camInputs1">"NONE"</constant>
|
||||
|
@ -507,7 +507,7 @@
|
|||
<constant digits="1" name="noFuelTrimAfterDfcoTime" units="sec">0.0</constant>
|
||||
<constant digits="0" name="launchSpeedThreshold" units="Kph">30.0</constant>
|
||||
<constant digits="0" name="launchRpmWindow" units="RPM">500.0</constant>
|
||||
<constant digits="0" name="unusedHere12" units="">0.0</constant>
|
||||
<constant digits="3" name="triggerEventsTimeoutMs" units="ms">0.0</constant>
|
||||
<constant digits="0" name="unusedHere13" units="">0.0</constant>
|
||||
<constant digits="0" name="magicNumberAvailableForDevTricks" units="">1.0</constant>
|
||||
<constant digits="0" name="turbochargerFilter" units="">0.01</constant>
|
||||
|
@ -2470,16 +2470,6 @@ end</constant>
|
|||
50.0
|
||||
65.0
|
||||
90.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="crankingCycleCoef" rows="8">
|
||||
2.0
|
||||
1.3
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="0" name="crankingCycleBins" rows="8">
|
||||
1.0
|
||||
|
@ -2499,9 +2489,9 @@ end</constant>
|
|||
</constant>
|
||||
<constant cols="8" digits="2" name="crankingCycleFuelCoef" rows="4">
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.8 1.2 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="cltIdleCorrBins" rows="16">
|
||||
-40.0
|
||||
|
@ -4729,7 +4719,7 @@ end</constant>
|
|||
</constant>
|
||||
<constant digits="0" name="tcu_shiftTime" units="ms">0.0</constant>
|
||||
</page>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.813881653" version="5.0"/>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.1379733891" version="5.0"/>
|
||||
<bibliography author="rusEFI 20240607" writeDate="date"/>
|
||||
<settings/>
|
||||
<userComments/>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<msq xmlns="http://www.msefi.com/:msq">
|
||||
<page/>
|
||||
<page number="0" size="22780">
|
||||
<page number="0" size="22748">
|
||||
<constant name="engineType">"BMW_M52"</constant>
|
||||
<constant digits="0" name="startButtonSuppressOnStartUpMs" units="">0.0</constant>
|
||||
<constant digits="0" name="sensorSnifferRpmThreshold" units="RPM">2500.0</constant>
|
||||
|
@ -223,7 +223,7 @@
|
|||
<constant digits="0" name="boostControlSafeDutyCycle" units="%">0.0</constant>
|
||||
<constant name="mafAdcChannel">"Disabled"</constant>
|
||||
<constant digits="0" name="acrRevolutions" units="">5.0</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240607E7</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240608E7</constant>
|
||||
<constant digits="3" name="adcVcc" units="volts">3.0</constant>
|
||||
<constant digits="0" name="mapCamDetectionAnglePosition" units="Deg">0.0</constant>
|
||||
<constant name="camInputs1">"NONE"</constant>
|
||||
|
@ -507,7 +507,7 @@
|
|||
<constant digits="1" name="noFuelTrimAfterDfcoTime" units="sec">0.0</constant>
|
||||
<constant digits="0" name="launchSpeedThreshold" units="Kph">30.0</constant>
|
||||
<constant digits="0" name="launchRpmWindow" units="RPM">500.0</constant>
|
||||
<constant digits="0" name="unusedHere12" units="">0.0</constant>
|
||||
<constant digits="3" name="triggerEventsTimeoutMs" units="ms">0.0</constant>
|
||||
<constant digits="0" name="unusedHere13" units="">0.0</constant>
|
||||
<constant digits="0" name="magicNumberAvailableForDevTricks" units="">1.0</constant>
|
||||
<constant digits="0" name="turbochargerFilter" units="">0.01</constant>
|
||||
|
@ -2470,16 +2470,6 @@ end</constant>
|
|||
50.0
|
||||
65.0
|
||||
90.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="crankingCycleCoef" rows="8">
|
||||
2.0
|
||||
1.3
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="0" name="crankingCycleBins" rows="8">
|
||||
1.0
|
||||
|
@ -2499,9 +2489,9 @@ end</constant>
|
|||
</constant>
|
||||
<constant cols="8" digits="2" name="crankingCycleFuelCoef" rows="4">
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.8 1.2 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="cltIdleCorrBins" rows="16">
|
||||
-40.0
|
||||
|
@ -4729,7 +4719,7 @@ end</constant>
|
|||
</constant>
|
||||
<constant digits="0" name="tcu_shiftTime" units="ms">0.0</constant>
|
||||
</page>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.813881653" version="5.0"/>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.1379733891" version="5.0"/>
|
||||
<bibliography author="rusEFI 20240607" writeDate="date"/>
|
||||
<settings/>
|
||||
<userComments/>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<msq xmlns="http://www.msefi.com/:msq">
|
||||
<page/>
|
||||
<page number="0" size="22780">
|
||||
<page number="0" size="22748">
|
||||
<constant name="engineType">"HARLEY"</constant>
|
||||
<constant digits="0" name="startButtonSuppressOnStartUpMs" units="">0.0</constant>
|
||||
<constant digits="0" name="sensorSnifferRpmThreshold" units="RPM">2500.0</constant>
|
||||
|
@ -223,7 +223,7 @@
|
|||
<constant digits="0" name="boostControlSafeDutyCycle" units="%">0.0</constant>
|
||||
<constant name="mafAdcChannel">"Disabled"</constant>
|
||||
<constant digits="0" name="acrRevolutions" units="">5.0</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240607E7</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240608E7</constant>
|
||||
<constant digits="3" name="adcVcc" units="volts">3.0</constant>
|
||||
<constant digits="0" name="mapCamDetectionAnglePosition" units="Deg">50.0</constant>
|
||||
<constant name="camInputs1">"NONE"</constant>
|
||||
|
@ -507,7 +507,7 @@
|
|||
<constant digits="1" name="noFuelTrimAfterDfcoTime" units="sec">0.0</constant>
|
||||
<constant digits="0" name="launchSpeedThreshold" units="Kph">30.0</constant>
|
||||
<constant digits="0" name="launchRpmWindow" units="RPM">500.0</constant>
|
||||
<constant digits="0" name="unusedHere12" units="">0.0</constant>
|
||||
<constant digits="3" name="triggerEventsTimeoutMs" units="ms">0.0</constant>
|
||||
<constant digits="0" name="unusedHere13" units="">0.0</constant>
|
||||
<constant digits="0" name="magicNumberAvailableForDevTricks" units="">1.0</constant>
|
||||
<constant digits="0" name="turbochargerFilter" units="">0.01</constant>
|
||||
|
@ -2546,16 +2546,6 @@ end</constant>
|
|||
50.0
|
||||
65.0
|
||||
90.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="crankingCycleCoef" rows="8">
|
||||
2.0
|
||||
1.3
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="0" name="crankingCycleBins" rows="8">
|
||||
1.0
|
||||
|
@ -2575,9 +2565,9 @@ end</constant>
|
|||
</constant>
|
||||
<constant cols="8" digits="2" name="crankingCycleFuelCoef" rows="4">
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.8 1.2 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="cltIdleCorrBins" rows="16">
|
||||
-40.0
|
||||
|
@ -4805,7 +4795,7 @@ end</constant>
|
|||
</constant>
|
||||
<constant digits="0" name="tcu_shiftTime" units="ms">0.0</constant>
|
||||
</page>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.813881653" version="5.0"/>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.1379733891" version="5.0"/>
|
||||
<bibliography author="rusEFI 20240607" writeDate="date"/>
|
||||
<settings/>
|
||||
<userComments/>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<msq xmlns="http://www.msefi.com/:msq">
|
||||
<page/>
|
||||
<page number="0" size="22780">
|
||||
<page number="0" size="22748">
|
||||
<constant name="engineType">"HELLEN_121_NISSAN_6_CYL"</constant>
|
||||
<constant digits="0" name="startButtonSuppressOnStartUpMs" units="">0.0</constant>
|
||||
<constant digits="0" name="sensorSnifferRpmThreshold" units="RPM">2500.0</constant>
|
||||
|
@ -223,7 +223,7 @@
|
|||
<constant digits="0" name="boostControlSafeDutyCycle" units="%">0.0</constant>
|
||||
<constant name="mafAdcChannel">"Disabled"</constant>
|
||||
<constant digits="0" name="acrRevolutions" units="">5.0</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240607E7</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240608E7</constant>
|
||||
<constant digits="3" name="adcVcc" units="volts">3.0</constant>
|
||||
<constant digits="0" name="mapCamDetectionAnglePosition" units="Deg">0.0</constant>
|
||||
<constant name="camInputs1">"NONE"</constant>
|
||||
|
@ -507,7 +507,7 @@
|
|||
<constant digits="1" name="noFuelTrimAfterDfcoTime" units="sec">0.0</constant>
|
||||
<constant digits="0" name="launchSpeedThreshold" units="Kph">30.0</constant>
|
||||
<constant digits="0" name="launchRpmWindow" units="RPM">500.0</constant>
|
||||
<constant digits="0" name="unusedHere12" units="">0.0</constant>
|
||||
<constant digits="3" name="triggerEventsTimeoutMs" units="ms">0.0</constant>
|
||||
<constant digits="0" name="unusedHere13" units="">0.0</constant>
|
||||
<constant digits="0" name="magicNumberAvailableForDevTricks" units="">1.0</constant>
|
||||
<constant digits="0" name="turbochargerFilter" units="">0.01</constant>
|
||||
|
@ -2558,16 +2558,6 @@ canRxAdd(IN_35D, onCanRxAc)</constant>
|
|||
50.0
|
||||
65.0
|
||||
90.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="crankingCycleCoef" rows="8">
|
||||
2.0
|
||||
1.3
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="0" name="crankingCycleBins" rows="8">
|
||||
1.0
|
||||
|
@ -2587,9 +2577,9 @@ canRxAdd(IN_35D, onCanRxAc)</constant>
|
|||
</constant>
|
||||
<constant cols="8" digits="2" name="crankingCycleFuelCoef" rows="4">
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.8 1.2 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="cltIdleCorrBins" rows="16">
|
||||
-40.0
|
||||
|
@ -4817,7 +4807,7 @@ canRxAdd(IN_35D, onCanRxAc)</constant>
|
|||
</constant>
|
||||
<constant digits="0" name="tcu_shiftTime" units="ms">0.0</constant>
|
||||
</page>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.813881653" version="5.0"/>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.1379733891" version="5.0"/>
|
||||
<bibliography author="rusEFI 20240607" writeDate="date"/>
|
||||
<settings/>
|
||||
<userComments/>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<msq xmlns="http://www.msefi.com/:msq">
|
||||
<page/>
|
||||
<page number="0" size="22780">
|
||||
<page number="0" size="22748">
|
||||
<constant name="engineType">"HELLEN_154_HYUNDAI_COUPE_BK1"</constant>
|
||||
<constant digits="0" name="startButtonSuppressOnStartUpMs" units="">0.0</constant>
|
||||
<constant digits="0" name="sensorSnifferRpmThreshold" units="RPM">2500.0</constant>
|
||||
|
@ -223,7 +223,7 @@
|
|||
<constant digits="0" name="boostControlSafeDutyCycle" units="%">0.0</constant>
|
||||
<constant name="mafAdcChannel">"Disabled"</constant>
|
||||
<constant digits="0" name="acrRevolutions" units="">5.0</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240607E7</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240608E7</constant>
|
||||
<constant digits="3" name="adcVcc" units="volts">3.0</constant>
|
||||
<constant digits="0" name="mapCamDetectionAnglePosition" units="Deg">0.0</constant>
|
||||
<constant name="camInputs1">"NONE"</constant>
|
||||
|
@ -507,7 +507,7 @@
|
|||
<constant digits="1" name="noFuelTrimAfterDfcoTime" units="sec">0.0</constant>
|
||||
<constant digits="0" name="launchSpeedThreshold" units="Kph">30.0</constant>
|
||||
<constant digits="0" name="launchRpmWindow" units="RPM">500.0</constant>
|
||||
<constant digits="0" name="unusedHere12" units="">0.0</constant>
|
||||
<constant digits="3" name="triggerEventsTimeoutMs" units="ms">0.0</constant>
|
||||
<constant digits="0" name="unusedHere13" units="">0.0</constant>
|
||||
<constant digits="0" name="magicNumberAvailableForDevTricks" units="">1.0</constant>
|
||||
<constant digits="0" name="turbochargerFilter" units="">0.01</constant>
|
||||
|
@ -2519,16 +2519,6 @@ end</constant>
|
|||
50.0
|
||||
65.0
|
||||
90.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="crankingCycleCoef" rows="8">
|
||||
2.0
|
||||
1.3
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="0" name="crankingCycleBins" rows="8">
|
||||
1.0
|
||||
|
@ -2548,9 +2538,9 @@ end</constant>
|
|||
</constant>
|
||||
<constant cols="8" digits="2" name="crankingCycleFuelCoef" rows="4">
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.8 1.2 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="cltIdleCorrBins" rows="16">
|
||||
-40.0
|
||||
|
@ -4778,7 +4768,7 @@ end</constant>
|
|||
</constant>
|
||||
<constant digits="0" name="tcu_shiftTime" units="ms">0.0</constant>
|
||||
</page>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.813881653" version="5.0"/>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.1379733891" version="5.0"/>
|
||||
<bibliography author="rusEFI 20240607" writeDate="date"/>
|
||||
<settings/>
|
||||
<userComments/>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<msq xmlns="http://www.msefi.com/:msq">
|
||||
<page/>
|
||||
<page number="0" size="22780">
|
||||
<page number="0" size="22748">
|
||||
<constant name="engineType">"HELLEN_154_HYUNDAI_COUPE_BK2"</constant>
|
||||
<constant digits="0" name="startButtonSuppressOnStartUpMs" units="">0.0</constant>
|
||||
<constant digits="0" name="sensorSnifferRpmThreshold" units="RPM">2500.0</constant>
|
||||
|
@ -223,7 +223,7 @@
|
|||
<constant digits="0" name="boostControlSafeDutyCycle" units="%">0.0</constant>
|
||||
<constant name="mafAdcChannel">"Disabled"</constant>
|
||||
<constant digits="0" name="acrRevolutions" units="">5.0</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240607E7</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240608E7</constant>
|
||||
<constant digits="3" name="adcVcc" units="volts">3.0</constant>
|
||||
<constant digits="0" name="mapCamDetectionAnglePosition" units="Deg">0.0</constant>
|
||||
<constant name="camInputs1">"NONE"</constant>
|
||||
|
@ -507,7 +507,7 @@
|
|||
<constant digits="1" name="noFuelTrimAfterDfcoTime" units="sec">0.0</constant>
|
||||
<constant digits="0" name="launchSpeedThreshold" units="Kph">30.0</constant>
|
||||
<constant digits="0" name="launchRpmWindow" units="RPM">500.0</constant>
|
||||
<constant digits="0" name="unusedHere12" units="">0.0</constant>
|
||||
<constant digits="3" name="triggerEventsTimeoutMs" units="ms">0.0</constant>
|
||||
<constant digits="0" name="unusedHere13" units="">0.0</constant>
|
||||
<constant digits="0" name="magicNumberAvailableForDevTricks" units="">1.0</constant>
|
||||
<constant digits="0" name="turbochargerFilter" units="">0.01</constant>
|
||||
|
@ -2519,16 +2519,6 @@ end</constant>
|
|||
50.0
|
||||
65.0
|
||||
90.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="crankingCycleCoef" rows="8">
|
||||
2.0
|
||||
1.3
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="0" name="crankingCycleBins" rows="8">
|
||||
1.0
|
||||
|
@ -2548,9 +2538,9 @@ end</constant>
|
|||
</constant>
|
||||
<constant cols="8" digits="2" name="crankingCycleFuelCoef" rows="4">
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.8 1.2 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="cltIdleCorrBins" rows="16">
|
||||
-40.0
|
||||
|
@ -4778,7 +4768,7 @@ end</constant>
|
|||
</constant>
|
||||
<constant digits="0" name="tcu_shiftTime" units="ms">0.0</constant>
|
||||
</page>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.813881653" version="5.0"/>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.1379733891" version="5.0"/>
|
||||
<bibliography author="rusEFI 20240607" writeDate="date"/>
|
||||
<settings/>
|
||||
<userComments/>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<msq xmlns="http://www.msefi.com/:msq">
|
||||
<page/>
|
||||
<page number="0" size="22780">
|
||||
<page number="0" size="22748">
|
||||
<constant name="engineType">"HONDA_K"</constant>
|
||||
<constant digits="0" name="startButtonSuppressOnStartUpMs" units="">0.0</constant>
|
||||
<constant digits="0" name="sensorSnifferRpmThreshold" units="RPM">2500.0</constant>
|
||||
|
@ -223,7 +223,7 @@
|
|||
<constant digits="0" name="boostControlSafeDutyCycle" units="%">0.0</constant>
|
||||
<constant name="mafAdcChannel">"Disabled"</constant>
|
||||
<constant digits="0" name="acrRevolutions" units="">5.0</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240607E7</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240608E7</constant>
|
||||
<constant digits="3" name="adcVcc" units="volts">3.0</constant>
|
||||
<constant digits="0" name="mapCamDetectionAnglePosition" units="Deg">0.0</constant>
|
||||
<constant name="camInputs1">"NONE"</constant>
|
||||
|
@ -507,7 +507,7 @@
|
|||
<constant digits="1" name="noFuelTrimAfterDfcoTime" units="sec">0.0</constant>
|
||||
<constant digits="0" name="launchSpeedThreshold" units="Kph">30.0</constant>
|
||||
<constant digits="0" name="launchRpmWindow" units="RPM">500.0</constant>
|
||||
<constant digits="0" name="unusedHere12" units="">0.0</constant>
|
||||
<constant digits="3" name="triggerEventsTimeoutMs" units="ms">0.0</constant>
|
||||
<constant digits="0" name="unusedHere13" units="">0.0</constant>
|
||||
<constant digits="0" name="magicNumberAvailableForDevTricks" units="">1.0</constant>
|
||||
<constant digits="0" name="turbochargerFilter" units="">0.01</constant>
|
||||
|
@ -2472,16 +2472,6 @@ end</constant>
|
|||
50.0
|
||||
65.0
|
||||
90.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="crankingCycleCoef" rows="8">
|
||||
2.0
|
||||
1.3
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="0" name="crankingCycleBins" rows="8">
|
||||
1.0
|
||||
|
@ -2501,9 +2491,9 @@ end</constant>
|
|||
</constant>
|
||||
<constant cols="8" digits="2" name="crankingCycleFuelCoef" rows="4">
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.8 1.2 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="cltIdleCorrBins" rows="16">
|
||||
-40.0
|
||||
|
@ -4731,7 +4721,7 @@ end</constant>
|
|||
</constant>
|
||||
<constant digits="0" name="tcu_shiftTime" units="ms">0.0</constant>
|
||||
</page>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.813881653" version="5.0"/>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.1379733891" version="5.0"/>
|
||||
<bibliography author="rusEFI 20240607" writeDate="date"/>
|
||||
<settings/>
|
||||
<userComments/>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<msq xmlns="http://www.msefi.com/:msq">
|
||||
<page/>
|
||||
<page number="0" size="22780">
|
||||
<page number="0" size="22748">
|
||||
<constant name="engineType">"HONDA_OBD1"</constant>
|
||||
<constant digits="0" name="startButtonSuppressOnStartUpMs" units="">0.0</constant>
|
||||
<constant digits="0" name="sensorSnifferRpmThreshold" units="RPM">2500.0</constant>
|
||||
|
@ -223,7 +223,7 @@
|
|||
<constant digits="0" name="boostControlSafeDutyCycle" units="%">0.0</constant>
|
||||
<constant name="mafAdcChannel">"Disabled"</constant>
|
||||
<constant digits="0" name="acrRevolutions" units="">5.0</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240607E7</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240608E7</constant>
|
||||
<constant digits="3" name="adcVcc" units="volts">3.0</constant>
|
||||
<constant digits="0" name="mapCamDetectionAnglePosition" units="Deg">0.0</constant>
|
||||
<constant name="camInputs1">"NONE"</constant>
|
||||
|
@ -507,7 +507,7 @@
|
|||
<constant digits="1" name="noFuelTrimAfterDfcoTime" units="sec">0.0</constant>
|
||||
<constant digits="0" name="launchSpeedThreshold" units="Kph">30.0</constant>
|
||||
<constant digits="0" name="launchRpmWindow" units="RPM">500.0</constant>
|
||||
<constant digits="0" name="unusedHere12" units="">0.0</constant>
|
||||
<constant digits="3" name="triggerEventsTimeoutMs" units="ms">0.0</constant>
|
||||
<constant digits="0" name="unusedHere13" units="">0.0</constant>
|
||||
<constant digits="0" name="magicNumberAvailableForDevTricks" units="">1.0</constant>
|
||||
<constant digits="0" name="turbochargerFilter" units="">0.01</constant>
|
||||
|
@ -2471,16 +2471,6 @@ end</constant>
|
|||
50.0
|
||||
65.0
|
||||
90.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="crankingCycleCoef" rows="8">
|
||||
2.0
|
||||
1.3
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="0" name="crankingCycleBins" rows="8">
|
||||
1.0
|
||||
|
@ -2500,9 +2490,9 @@ end</constant>
|
|||
</constant>
|
||||
<constant cols="8" digits="2" name="crankingCycleFuelCoef" rows="4">
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.8 1.2 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="cltIdleCorrBins" rows="16">
|
||||
-40.0
|
||||
|
@ -4730,7 +4720,7 @@ end</constant>
|
|||
</constant>
|
||||
<constant digits="0" name="tcu_shiftTime" units="ms">0.0</constant>
|
||||
</page>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.813881653" version="5.0"/>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.1379733891" version="5.0"/>
|
||||
<bibliography author="rusEFI 20240607" writeDate="date"/>
|
||||
<settings/>
|
||||
<userComments/>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<msq xmlns="http://www.msefi.com/:msq">
|
||||
<page/>
|
||||
<page number="0" size="22780">
|
||||
<page number="0" size="22748">
|
||||
<constant name="engineType">"HYUNDAI_PB"</constant>
|
||||
<constant digits="0" name="startButtonSuppressOnStartUpMs" units="">0.0</constant>
|
||||
<constant digits="0" name="sensorSnifferRpmThreshold" units="RPM">2500.0</constant>
|
||||
|
@ -223,7 +223,7 @@
|
|||
<constant digits="0" name="boostControlSafeDutyCycle" units="%">0.0</constant>
|
||||
<constant name="mafAdcChannel">"Disabled"</constant>
|
||||
<constant digits="0" name="acrRevolutions" units="">5.0</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240607E7</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240608E7</constant>
|
||||
<constant digits="3" name="adcVcc" units="volts">3.0</constant>
|
||||
<constant digits="0" name="mapCamDetectionAnglePosition" units="Deg">0.0</constant>
|
||||
<constant name="camInputs1">"PC6"</constant>
|
||||
|
@ -507,7 +507,7 @@
|
|||
<constant digits="1" name="noFuelTrimAfterDfcoTime" units="sec">0.0</constant>
|
||||
<constant digits="0" name="launchSpeedThreshold" units="Kph">30.0</constant>
|
||||
<constant digits="0" name="launchRpmWindow" units="RPM">500.0</constant>
|
||||
<constant digits="0" name="unusedHere12" units="">0.0</constant>
|
||||
<constant digits="3" name="triggerEventsTimeoutMs" units="ms">0.0</constant>
|
||||
<constant digits="0" name="unusedHere13" units="">0.0</constant>
|
||||
<constant digits="0" name="magicNumberAvailableForDevTricks" units="">1.0</constant>
|
||||
<constant digits="0" name="turbochargerFilter" units="">0.01</constant>
|
||||
|
@ -2562,16 +2562,6 @@ end</constant>
|
|||
50.0
|
||||
65.0
|
||||
90.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="crankingCycleCoef" rows="8">
|
||||
2.0
|
||||
1.3
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="0" name="crankingCycleBins" rows="8">
|
||||
1.0
|
||||
|
@ -2591,9 +2581,9 @@ end</constant>
|
|||
</constant>
|
||||
<constant cols="8" digits="2" name="crankingCycleFuelCoef" rows="4">
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.8 1.2 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="cltIdleCorrBins" rows="16">
|
||||
-40.0
|
||||
|
@ -4821,7 +4811,7 @@ end</constant>
|
|||
</constant>
|
||||
<constant digits="0" name="tcu_shiftTime" units="ms">0.0</constant>
|
||||
</page>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.813881653" version="5.0"/>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.1379733891" version="5.0"/>
|
||||
<bibliography author="rusEFI 20240607" writeDate="date"/>
|
||||
<settings/>
|
||||
<userComments/>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<msq xmlns="http://www.msefi.com/:msq">
|
||||
<page/>
|
||||
<page number="0" size="22780">
|
||||
<page number="0" size="22748">
|
||||
<constant name="engineType">"MAVERICK_X3"</constant>
|
||||
<constant digits="0" name="startButtonSuppressOnStartUpMs" units="">1000.0</constant>
|
||||
<constant digits="0" name="sensorSnifferRpmThreshold" units="RPM">2500.0</constant>
|
||||
|
@ -223,7 +223,7 @@
|
|||
<constant digits="0" name="boostControlSafeDutyCycle" units="%">0.0</constant>
|
||||
<constant name="mafAdcChannel">"Disabled"</constant>
|
||||
<constant digits="0" name="acrRevolutions" units="">5.0</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240607E7</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240608E7</constant>
|
||||
<constant digits="3" name="adcVcc" units="volts">3.0</constant>
|
||||
<constant digits="0" name="mapCamDetectionAnglePosition" units="Deg">0.0</constant>
|
||||
<constant name="camInputs1">"PE15"</constant>
|
||||
|
@ -507,7 +507,7 @@
|
|||
<constant digits="1" name="noFuelTrimAfterDfcoTime" units="sec">0.0</constant>
|
||||
<constant digits="0" name="launchSpeedThreshold" units="Kph">30.0</constant>
|
||||
<constant digits="0" name="launchRpmWindow" units="RPM">500.0</constant>
|
||||
<constant digits="0" name="unusedHere12" units="">0.0</constant>
|
||||
<constant digits="3" name="triggerEventsTimeoutMs" units="ms">0.0</constant>
|
||||
<constant digits="0" name="unusedHere13" units="">0.0</constant>
|
||||
<constant digits="0" name="magicNumberAvailableForDevTricks" units="">1.0</constant>
|
||||
<constant digits="0" name="turbochargerFilter" units="">0.01</constant>
|
||||
|
@ -2469,16 +2469,6 @@ end</constant>
|
|||
50.0
|
||||
65.0
|
||||
90.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="crankingCycleCoef" rows="8">
|
||||
2.0
|
||||
1.3
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="0" name="crankingCycleBins" rows="8">
|
||||
1.0
|
||||
|
@ -2498,9 +2488,9 @@ end</constant>
|
|||
</constant>
|
||||
<constant cols="8" digits="2" name="crankingCycleFuelCoef" rows="4">
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.8 1.2 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="cltIdleCorrBins" rows="16">
|
||||
-40.0
|
||||
|
@ -4728,7 +4718,7 @@ end</constant>
|
|||
</constant>
|
||||
<constant digits="0" name="tcu_shiftTime" units="ms">0.0</constant>
|
||||
</page>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.813881653" version="5.0"/>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.1379733891" version="5.0"/>
|
||||
<bibliography author="rusEFI 20240607" writeDate="date"/>
|
||||
<settings/>
|
||||
<userComments/>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<msq xmlns="http://www.msefi.com/:msq">
|
||||
<page/>
|
||||
<page number="0" size="22780">
|
||||
<page number="0" size="22748">
|
||||
<constant name="engineType">"MAZDA_MIATA_NA6"</constant>
|
||||
<constant digits="0" name="startButtonSuppressOnStartUpMs" units="">0.0</constant>
|
||||
<constant digits="0" name="sensorSnifferRpmThreshold" units="RPM">2500.0</constant>
|
||||
|
@ -223,7 +223,7 @@
|
|||
<constant digits="0" name="boostControlSafeDutyCycle" units="%">0.0</constant>
|
||||
<constant name="mafAdcChannel">"Disabled"</constant>
|
||||
<constant digits="0" name="acrRevolutions" units="">5.0</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240607E7</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240608E7</constant>
|
||||
<constant digits="3" name="adcVcc" units="volts">3.0</constant>
|
||||
<constant digits="0" name="mapCamDetectionAnglePosition" units="Deg">0.0</constant>
|
||||
<constant name="camInputs1">"NONE"</constant>
|
||||
|
@ -507,7 +507,7 @@
|
|||
<constant digits="1" name="noFuelTrimAfterDfcoTime" units="sec">0.0</constant>
|
||||
<constant digits="0" name="launchSpeedThreshold" units="Kph">30.0</constant>
|
||||
<constant digits="0" name="launchRpmWindow" units="RPM">500.0</constant>
|
||||
<constant digits="0" name="unusedHere12" units="">0.0</constant>
|
||||
<constant digits="3" name="triggerEventsTimeoutMs" units="ms">0.0</constant>
|
||||
<constant digits="0" name="unusedHere13" units="">0.0</constant>
|
||||
<constant digits="0" name="magicNumberAvailableForDevTricks" units="">1.0</constant>
|
||||
<constant digits="0" name="turbochargerFilter" units="">0.01</constant>
|
||||
|
@ -2472,16 +2472,6 @@ end</constant>
|
|||
50.0
|
||||
65.0
|
||||
90.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="crankingCycleCoef" rows="8">
|
||||
2.0
|
||||
1.3
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="0" name="crankingCycleBins" rows="8">
|
||||
1.0
|
||||
|
@ -2501,9 +2491,9 @@ end</constant>
|
|||
</constant>
|
||||
<constant cols="8" digits="2" name="crankingCycleFuelCoef" rows="4">
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.8 1.2 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="cltIdleCorrBins" rows="16">
|
||||
-40.0
|
||||
|
@ -4731,7 +4721,7 @@ end</constant>
|
|||
</constant>
|
||||
<constant digits="0" name="tcu_shiftTime" units="ms">0.0</constant>
|
||||
</page>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.813881653" version="5.0"/>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.1379733891" version="5.0"/>
|
||||
<bibliography author="rusEFI 20240607" writeDate="date"/>
|
||||
<settings/>
|
||||
<userComments/>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<msq xmlns="http://www.msefi.com/:msq">
|
||||
<page/>
|
||||
<page number="0" size="22780">
|
||||
<page number="0" size="22748">
|
||||
<constant name="engineType">"MAZDA_MIATA_NA94"</constant>
|
||||
<constant digits="0" name="startButtonSuppressOnStartUpMs" units="">0.0</constant>
|
||||
<constant digits="0" name="sensorSnifferRpmThreshold" units="RPM">2500.0</constant>
|
||||
|
@ -223,7 +223,7 @@
|
|||
<constant digits="0" name="boostControlSafeDutyCycle" units="%">0.0</constant>
|
||||
<constant name="mafAdcChannel">"Disabled"</constant>
|
||||
<constant digits="0" name="acrRevolutions" units="">5.0</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240607E7</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240608E7</constant>
|
||||
<constant digits="3" name="adcVcc" units="volts">3.0</constant>
|
||||
<constant digits="0" name="mapCamDetectionAnglePosition" units="Deg">0.0</constant>
|
||||
<constant name="camInputs1">"NONE"</constant>
|
||||
|
@ -507,7 +507,7 @@
|
|||
<constant digits="1" name="noFuelTrimAfterDfcoTime" units="sec">0.0</constant>
|
||||
<constant digits="0" name="launchSpeedThreshold" units="Kph">30.0</constant>
|
||||
<constant digits="0" name="launchRpmWindow" units="RPM">500.0</constant>
|
||||
<constant digits="0" name="unusedHere12" units="">0.0</constant>
|
||||
<constant digits="3" name="triggerEventsTimeoutMs" units="ms">0.0</constant>
|
||||
<constant digits="0" name="unusedHere13" units="">0.0</constant>
|
||||
<constant digits="0" name="magicNumberAvailableForDevTricks" units="">1.0</constant>
|
||||
<constant digits="0" name="turbochargerFilter" units="">0.01</constant>
|
||||
|
@ -2472,16 +2472,6 @@ end</constant>
|
|||
50.0
|
||||
65.0
|
||||
90.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="crankingCycleCoef" rows="8">
|
||||
2.0
|
||||
1.3
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="0" name="crankingCycleBins" rows="8">
|
||||
1.0
|
||||
|
@ -2501,9 +2491,9 @@ end</constant>
|
|||
</constant>
|
||||
<constant cols="8" digits="2" name="crankingCycleFuelCoef" rows="4">
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.8 1.2 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="cltIdleCorrBins" rows="16">
|
||||
-40.0
|
||||
|
@ -4731,7 +4721,7 @@ end</constant>
|
|||
</constant>
|
||||
<constant digits="0" name="tcu_shiftTime" units="ms">0.0</constant>
|
||||
</page>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.813881653" version="5.0"/>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.1379733891" version="5.0"/>
|
||||
<bibliography author="rusEFI 20240607" writeDate="date"/>
|
||||
<settings/>
|
||||
<userComments/>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<msq xmlns="http://www.msefi.com/:msq">
|
||||
<page/>
|
||||
<page number="0" size="22780">
|
||||
<page number="0" size="22748">
|
||||
<constant name="engineType">"MAZDA_MIATA_NA96"</constant>
|
||||
<constant digits="0" name="startButtonSuppressOnStartUpMs" units="">0.0</constant>
|
||||
<constant digits="0" name="sensorSnifferRpmThreshold" units="RPM">2500.0</constant>
|
||||
|
@ -223,7 +223,7 @@
|
|||
<constant digits="0" name="boostControlSafeDutyCycle" units="%">0.0</constant>
|
||||
<constant name="mafAdcChannel">"Disabled"</constant>
|
||||
<constant digits="0" name="acrRevolutions" units="">5.0</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240607E7</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240608E7</constant>
|
||||
<constant digits="3" name="adcVcc" units="volts">3.0</constant>
|
||||
<constant digits="0" name="mapCamDetectionAnglePosition" units="Deg">0.0</constant>
|
||||
<constant name="camInputs1">"NONE"</constant>
|
||||
|
@ -507,7 +507,7 @@
|
|||
<constant digits="1" name="noFuelTrimAfterDfcoTime" units="sec">0.0</constant>
|
||||
<constant digits="0" name="launchSpeedThreshold" units="Kph">30.0</constant>
|
||||
<constant digits="0" name="launchRpmWindow" units="RPM">500.0</constant>
|
||||
<constant digits="0" name="unusedHere12" units="">0.0</constant>
|
||||
<constant digits="3" name="triggerEventsTimeoutMs" units="ms">0.0</constant>
|
||||
<constant digits="0" name="unusedHere13" units="">0.0</constant>
|
||||
<constant digits="0" name="magicNumberAvailableForDevTricks" units="">1.0</constant>
|
||||
<constant digits="0" name="turbochargerFilter" units="">0.01</constant>
|
||||
|
@ -2472,16 +2472,6 @@ end</constant>
|
|||
50.0
|
||||
65.0
|
||||
90.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="crankingCycleCoef" rows="8">
|
||||
2.0
|
||||
1.3
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="0" name="crankingCycleBins" rows="8">
|
||||
1.0
|
||||
|
@ -2501,9 +2491,9 @@ end</constant>
|
|||
</constant>
|
||||
<constant cols="8" digits="2" name="crankingCycleFuelCoef" rows="4">
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.8 1.2 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="cltIdleCorrBins" rows="16">
|
||||
-40.0
|
||||
|
@ -4731,7 +4721,7 @@ end</constant>
|
|||
</constant>
|
||||
<constant digits="0" name="tcu_shiftTime" units="ms">0.0</constant>
|
||||
</page>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.813881653" version="5.0"/>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.1379733891" version="5.0"/>
|
||||
<bibliography author="rusEFI 20240607" writeDate="date"/>
|
||||
<settings/>
|
||||
<userComments/>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<msq xmlns="http://www.msefi.com/:msq">
|
||||
<page/>
|
||||
<page number="0" size="22780">
|
||||
<page number="0" size="22748">
|
||||
<constant name="engineType">"MAZDA_MIATA_NB1"</constant>
|
||||
<constant digits="0" name="startButtonSuppressOnStartUpMs" units="">0.0</constant>
|
||||
<constant digits="0" name="sensorSnifferRpmThreshold" units="RPM">2500.0</constant>
|
||||
|
@ -223,7 +223,7 @@
|
|||
<constant digits="0" name="boostControlSafeDutyCycle" units="%">0.0</constant>
|
||||
<constant name="mafAdcChannel">"Disabled"</constant>
|
||||
<constant digits="0" name="acrRevolutions" units="">5.0</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240607E7</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240608E7</constant>
|
||||
<constant digits="3" name="adcVcc" units="volts">3.0</constant>
|
||||
<constant digits="0" name="mapCamDetectionAnglePosition" units="Deg">0.0</constant>
|
||||
<constant name="camInputs1">"NONE"</constant>
|
||||
|
@ -507,7 +507,7 @@
|
|||
<constant digits="1" name="noFuelTrimAfterDfcoTime" units="sec">0.0</constant>
|
||||
<constant digits="0" name="launchSpeedThreshold" units="Kph">30.0</constant>
|
||||
<constant digits="0" name="launchRpmWindow" units="RPM">500.0</constant>
|
||||
<constant digits="0" name="unusedHere12" units="">0.0</constant>
|
||||
<constant digits="3" name="triggerEventsTimeoutMs" units="ms">0.0</constant>
|
||||
<constant digits="0" name="unusedHere13" units="">0.0</constant>
|
||||
<constant digits="0" name="magicNumberAvailableForDevTricks" units="">1.0</constant>
|
||||
<constant digits="0" name="turbochargerFilter" units="">0.01</constant>
|
||||
|
@ -2472,16 +2472,6 @@ end</constant>
|
|||
50.0
|
||||
65.0
|
||||
90.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="crankingCycleCoef" rows="8">
|
||||
2.0
|
||||
1.3
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="0" name="crankingCycleBins" rows="8">
|
||||
1.0
|
||||
|
@ -2501,9 +2491,9 @@ end</constant>
|
|||
</constant>
|
||||
<constant cols="8" digits="2" name="crankingCycleFuelCoef" rows="4">
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.8 1.2 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="cltIdleCorrBins" rows="16">
|
||||
-40.0
|
||||
|
@ -4731,7 +4721,7 @@ end</constant>
|
|||
</constant>
|
||||
<constant digits="0" name="tcu_shiftTime" units="ms">0.0</constant>
|
||||
</page>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.813881653" version="5.0"/>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.1379733891" version="5.0"/>
|
||||
<bibliography author="rusEFI 20240607" writeDate="date"/>
|
||||
<settings/>
|
||||
<userComments/>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<msq xmlns="http://www.msefi.com/:msq">
|
||||
<page/>
|
||||
<page number="0" size="22780">
|
||||
<page number="0" size="22748">
|
||||
<constant name="engineType">"MAZDA_MIATA_NB2"</constant>
|
||||
<constant digits="0" name="startButtonSuppressOnStartUpMs" units="">0.0</constant>
|
||||
<constant digits="0" name="sensorSnifferRpmThreshold" units="RPM">2500.0</constant>
|
||||
|
@ -223,7 +223,7 @@
|
|||
<constant digits="0" name="boostControlSafeDutyCycle" units="%">0.0</constant>
|
||||
<constant name="mafAdcChannel">"Disabled"</constant>
|
||||
<constant digits="0" name="acrRevolutions" units="">5.0</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240607E7</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240608E7</constant>
|
||||
<constant digits="3" name="adcVcc" units="volts">3.0</constant>
|
||||
<constant digits="0" name="mapCamDetectionAnglePosition" units="Deg">0.0</constant>
|
||||
<constant name="camInputs1">"NONE"</constant>
|
||||
|
@ -507,7 +507,7 @@
|
|||
<constant digits="1" name="noFuelTrimAfterDfcoTime" units="sec">0.0</constant>
|
||||
<constant digits="0" name="launchSpeedThreshold" units="Kph">30.0</constant>
|
||||
<constant digits="0" name="launchRpmWindow" units="RPM">500.0</constant>
|
||||
<constant digits="0" name="unusedHere12" units="">0.0</constant>
|
||||
<constant digits="3" name="triggerEventsTimeoutMs" units="ms">0.0</constant>
|
||||
<constant digits="0" name="unusedHere13" units="">0.0</constant>
|
||||
<constant digits="0" name="magicNumberAvailableForDevTricks" units="">1.0</constant>
|
||||
<constant digits="0" name="turbochargerFilter" units="">0.01</constant>
|
||||
|
@ -2473,16 +2473,6 @@ end</constant>
|
|||
50.0
|
||||
65.0
|
||||
90.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="crankingCycleCoef" rows="8">
|
||||
2.0
|
||||
1.3
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="0" name="crankingCycleBins" rows="8">
|
||||
1.0
|
||||
|
@ -2502,9 +2492,9 @@ end</constant>
|
|||
</constant>
|
||||
<constant cols="8" digits="2" name="crankingCycleFuelCoef" rows="4">
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.8 1.2 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="cltIdleCorrBins" rows="16">
|
||||
-40.0
|
||||
|
@ -4732,7 +4722,7 @@ end</constant>
|
|||
</constant>
|
||||
<constant digits="0" name="tcu_shiftTime" units="ms">0.0</constant>
|
||||
</page>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.813881653" version="5.0"/>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.1379733891" version="5.0"/>
|
||||
<bibliography author="rusEFI 20240607" writeDate="date"/>
|
||||
<settings/>
|
||||
<userComments/>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<msq xmlns="http://www.msefi.com/:msq">
|
||||
<page/>
|
||||
<page number="0" size="22780">
|
||||
<page number="0" size="22748">
|
||||
<constant name="engineType">"MERCEDES_M111"</constant>
|
||||
<constant digits="0" name="startButtonSuppressOnStartUpMs" units="">0.0</constant>
|
||||
<constant digits="0" name="sensorSnifferRpmThreshold" units="RPM">2500.0</constant>
|
||||
|
@ -223,7 +223,7 @@
|
|||
<constant digits="0" name="boostControlSafeDutyCycle" units="%">0.0</constant>
|
||||
<constant name="mafAdcChannel">"Disabled"</constant>
|
||||
<constant digits="0" name="acrRevolutions" units="">5.0</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240607E7</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240608E7</constant>
|
||||
<constant digits="3" name="adcVcc" units="volts">3.0</constant>
|
||||
<constant digits="0" name="mapCamDetectionAnglePosition" units="Deg">0.0</constant>
|
||||
<constant name="camInputs1">"PE11"</constant>
|
||||
|
@ -507,7 +507,7 @@
|
|||
<constant digits="1" name="noFuelTrimAfterDfcoTime" units="sec">0.0</constant>
|
||||
<constant digits="0" name="launchSpeedThreshold" units="Kph">30.0</constant>
|
||||
<constant digits="0" name="launchRpmWindow" units="RPM">500.0</constant>
|
||||
<constant digits="0" name="unusedHere12" units="">0.0</constant>
|
||||
<constant digits="3" name="triggerEventsTimeoutMs" units="ms">0.0</constant>
|
||||
<constant digits="0" name="unusedHere13" units="">0.0</constant>
|
||||
<constant digits="0" name="magicNumberAvailableForDevTricks" units="">1.0</constant>
|
||||
<constant digits="0" name="turbochargerFilter" units="">0.01</constant>
|
||||
|
@ -2472,16 +2472,6 @@ end</constant>
|
|||
50.0
|
||||
65.0
|
||||
90.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="crankingCycleCoef" rows="8">
|
||||
2.0
|
||||
1.3
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="0" name="crankingCycleBins" rows="8">
|
||||
1.0
|
||||
|
@ -2501,9 +2491,9 @@ end</constant>
|
|||
</constant>
|
||||
<constant cols="8" digits="2" name="crankingCycleFuelCoef" rows="4">
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.8 1.2 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="cltIdleCorrBins" rows="16">
|
||||
-40.0
|
||||
|
@ -4731,7 +4721,7 @@ end</constant>
|
|||
</constant>
|
||||
<constant digits="0" name="tcu_shiftTime" units="ms">0.0</constant>
|
||||
</page>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.813881653" version="5.0"/>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.1379733891" version="5.0"/>
|
||||
<bibliography author="rusEFI 20240607" writeDate="date"/>
|
||||
<settings/>
|
||||
<userComments/>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<msq xmlns="http://www.msefi.com/:msq">
|
||||
<page/>
|
||||
<page number="0" size="22780">
|
||||
<page number="0" size="22748">
|
||||
<constant name="engineType">"POLARIS_RZR"</constant>
|
||||
<constant digits="0" name="startButtonSuppressOnStartUpMs" units="">1000.0</constant>
|
||||
<constant digits="0" name="sensorSnifferRpmThreshold" units="RPM">2500.0</constant>
|
||||
|
@ -223,7 +223,7 @@
|
|||
<constant digits="0" name="boostControlSafeDutyCycle" units="%">0.0</constant>
|
||||
<constant name="mafAdcChannel">"Disabled"</constant>
|
||||
<constant digits="0" name="acrRevolutions" units="">5.0</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240607E7</constant>
|
||||
<constant digits="0" name="calibrationBirthday" units="">2.0240608E7</constant>
|
||||
<constant digits="3" name="adcVcc" units="volts">3.0</constant>
|
||||
<constant digits="0" name="mapCamDetectionAnglePosition" units="Deg">0.0</constant>
|
||||
<constant name="camInputs1">"PE15"</constant>
|
||||
|
@ -507,7 +507,7 @@
|
|||
<constant digits="1" name="noFuelTrimAfterDfcoTime" units="sec">0.0</constant>
|
||||
<constant digits="0" name="launchSpeedThreshold" units="Kph">30.0</constant>
|
||||
<constant digits="0" name="launchRpmWindow" units="RPM">500.0</constant>
|
||||
<constant digits="0" name="unusedHere12" units="">0.0</constant>
|
||||
<constant digits="3" name="triggerEventsTimeoutMs" units="ms">0.0</constant>
|
||||
<constant digits="0" name="unusedHere13" units="">0.0</constant>
|
||||
<constant digits="0" name="magicNumberAvailableForDevTricks" units="">1.0</constant>
|
||||
<constant digits="0" name="turbochargerFilter" units="">0.01</constant>
|
||||
|
@ -2469,16 +2469,6 @@ end</constant>
|
|||
50.0
|
||||
65.0
|
||||
90.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="crankingCycleCoef" rows="8">
|
||||
2.0
|
||||
1.3
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="0" name="crankingCycleBins" rows="8">
|
||||
1.0
|
||||
|
@ -2498,9 +2488,9 @@ end</constant>
|
|||
</constant>
|
||||
<constant cols="8" digits="2" name="crankingCycleFuelCoef" rows="4">
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.8 1.2 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
2.0 1.3 1.0 1.0 1.0 1.0 1.0 1.0
|
||||
</constant>
|
||||
<constant cols="1" digits="2" name="cltIdleCorrBins" rows="16">
|
||||
-40.0
|
||||
|
@ -4728,7 +4718,7 @@ end</constant>
|
|||
</constant>
|
||||
<constant digits="0" name="tcu_shiftTime" units="ms">0.0</constant>
|
||||
</page>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.813881653" version="5.0"/>
|
||||
<versionInfo firmwareInfo="20240607" nPages="1" signature="rusEFI master.2024.06.08.f407-discovery.1379733891" version="5.0"/>
|
||||
<bibliography author="rusEFI 20240607" writeDate="date"/>
|
||||
<settings/>
|
||||
<userComments/>
|
||||
|
|
Loading…
Reference in New Issue