rusefillc 2022-06-25 02:26:50 -04:00
parent 98458b818d
commit cb35393ddc
3 changed files with 7 additions and 5 deletions

View File

@ -26,4 +26,5 @@
#define show_microRusEFI_presets false
#define show_Proteus_presets false
#define show_Hellen_presets true
#define show_HellenNB1_presets true
#define show_HellenNB1_presets false
#define show_Hellen96_presets true

View File

@ -157,7 +157,7 @@ void miataNAcommonEngineSettings() {
engineConfiguration->specs.cylindersCount = 4;
engineConfiguration->specs.firingOrder = FO_1_3_4_2;
engineConfiguration->compressionRatio = 9.1;
engineConfiguration->cranking.rpm = 450;
engineConfiguration->cranking.rpm = 400;
engineConfiguration->cylinderBore = 78;
engineConfiguration->knockBandCustom = 6.8;
engineConfiguration->vehicleWeight = 950;
@ -212,7 +212,7 @@ void miataNAcommonEngineSettings() {
// chartsize 200
engineConfiguration->engineChartSize = 200;
engineConfiguration->cranking.baseFuel = 24;
engineConfiguration->cranking.baseFuel = 27.5;
config->crankingFuelCoef[0] = 2.8; // base cranking fuel adjustment coefficient
config->crankingFuelBins[0] = -20; // temperature in C
config->crankingFuelCoef[1] = 2.2;
@ -236,8 +236,8 @@ void miataNAcommonEngineSettings() {
strcpy(engineConfiguration->engineCode, "NA6");
// my car was originally a manual so proper TPS
engineConfiguration->tpsMin = 93; // convert 12to10 bit (ADC/4)
engineConfiguration->tpsMax = 656; // convert 12to10 bit (ADC/4)
engineConfiguration->tpsMin = 100; // convert 12to10 bit (ADC/4)
engineConfiguration->tpsMax = 650; // convert 12to10 bit (ADC/4)
engineConfiguration->injectionMode = IM_BATCH;
}

View File

@ -19,6 +19,7 @@ static void commonNA8() {
* 94-97 (tan) - #195500-2180
*/
engineConfiguration->injector.flow = 265;
engineConfiguration->useInstantRpmForIdle = true;
engineConfiguration->specs.displacement = 1.839;
strcpy(engineConfiguration->engineMake, ENGINE_MAKE_MAZDA);