auto-sync

This commit is contained in:
rusEfi 2016-01-10 13:03:32 -05:00
parent 269142a173
commit 31dbf46578
3 changed files with 9 additions and 6 deletions

View File

@ -439,7 +439,8 @@ void setDodgeNeonNGCEngineConfiguration(DECLARE_ENGINE_PARAMETER_F) {
setAlgorithm(LM_SPEED_DENSITY PASS_ENGINE_PARAMETER);
boardConfiguration->alternatorControlPin = GPIOD_5;
engineConfiguration->alternatorControl.pFactor = 22;
// engineConfiguration->alternatorControl.pFactor = 22;
engineConfiguration->alternatorControl.pFactor = 55; // looks to work better, maybe time for some iFactor
// engineConfiguration->isCanEnabled = true;
boardConfiguration->canTxPin = GPIOB_6;

View File

@ -97,10 +97,10 @@ typedef struct {
float baroCorrection;
float pedalPosition;
float injectorDutyCycle;
int knockCount;
float fuelTankGauge;
float knockLevel;
int totalTriggerErrorCounter;
int knockCount; // 144
float fuelTankGauge; // 148
float knockLevel; // 152
int totalTriggerErrorCounter; // 156
float wallFuelAmount; // 160
float iatCorrection; // 164
floatms_t wallFuelCorrection; // 168

View File

@ -695,7 +695,7 @@ fileVersion = { 20151201 }
injectorDutyCycle= scalar, F32, 140, "%", 1, 0
knockCount = scalar, U32, 144, "counter", 1, 0
; fuelLevel 148
; knockLevel 152
knockLevel = scalar, F32, 152, "Volts", 1, 0
; totalTriggerErrorCounter 156
wallFuelAmount = scalar, F32, 160, "ms", 1, 0
iatCorrection = scalar, F32, 164, "%", 1, 0
@ -917,6 +917,7 @@ fileVersion = { 20151201 }
baroCorrectionGauge = baroCorrection,"BaroCorr", "%", 0, 120, 10, 10, 100, 100, 1, 1
pedalPositionGauge = pedalPosition,"Pedal Position", "%", 0, 120, 10, 10, 100, 100, 1, 1
knockCountGauge = knockCount,"Knock count", "count", 0, 120, 10, 10, 100, 100, 1, 1
knockLevelGauge = knockLevel,"Knock level", "volts", 0, 7, 10, 10, 100, 100, 1, 2
triggerErrorsCounterGauge = triggerErrorsCounter, "trg err", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0
@ -993,6 +994,7 @@ fileVersion = { 20151201 }
entry = VBatt, "vBatt", float, "%.2f"
entry = engineLoad, "Load", float, "%d"
entry = ign_adv, "ignAdv", float, "%.2f"
entry = knockLevel, "Knock", float, "%.2f"
entry = vehicleSpeedKph, "speed", float, "%.2f"
entry = rpmAcceleration, "dRPM", float, "%.3f"
entry = massAirFlowValue,"airMass", float, "%.3f"