BoostcontrolWithTargetBasedReference (2013-06-05 08:31:31)

New Boostcontrol strategy allows even easier configuration since firmware 1.2.9

Overview

PID can be configured to switch to PD when boost is way too low, or to PI when boost is too high


Mattias Sandgren was kind to contribute some documentation embryo - will be moved to [VT help] at "birth-time"

Begin by setting the "Boostcontrol PID integral limit" to 0 and adjust the "refDC Table vs boost target" so that you get a good starting point for enabling the PID regulated boost controller.

Apply max DC until

To shorten turbo spool time you can apply the maximum dutycycle allowed. This can only be done up to a certain limit below the boost target, set this limit here. This must be kept low enough to avoid an initial boost target overshoot that the PID regulation will not be able to stop.

PD control (far from target)

PI control (close to target)

PID overlap range

Boost P, I, D

Boost control PID integral limit

Set how large the integral is allowed to build up. This value is what is added/subtracted to the reference dutycycle in order to reach boost target. In effect setting this to 0 will disable the boost control PID regulation completely and you will just send reference dutycycle to the boost control valve.

(needs some explanation of how much x of max is, like what is normal limit, etc)

Boost PWM maximum value

Limit the maximum dutycycle the boost control valve receives.

Boost PWM minimum value

Limit the minimum dutycycle the boost control valve receives.


Copied from IRC discussions :

Overlap is PID mode, where its far enough from target to still might need the D term

PD is for not winding the integral up when too far from target

PI is close to target (its now control range)

when close to target, PI only is used, as D wouldnt make any big difference anyway

so it can be used with higher settings from far away, still not messing with close to target control

What is the buildup range and control range?

Buildup integral is frozen and control derivate is disabled. It means "too far from target, probably not physically possible to reach, don't build up a integral error" and disabling D term "close enough to target, error for P is small, so no D needed".

Overlap is PID

P is not active between max dc and buildup

Buildup = I frozen outside this range

buildup enables PD

control is PI

between buildup and maxduty there is referece only

Future ?

the buildup range might go, just enabling PD from maxduty

its easier to find the optimal P if its scaled in kpa / %

---

(may2013 FPhil)This is what I get from above, I hope that is correct

DOMAIN zero to maxDCmaxDC to BuildUpBuildUp to CntrlCntrl to TargetTarget to ? (Overlap)
STRATEGYDC ?? PD PI PID
PARAMS PWMmin & maxid & I limitid & I limit id & I limit
What happen if for some reasons boost enter the Cntrl to Target domain at fast increase? one can then expect a large overshoot.

---

My way is start tune with quite large PID values and low boost with slope RefDc table where bottom row is W-gate minimal pressure and top row - aprox 30Kpa above my maximum boost expectations. Bottom line filled with 0...10, top line - 60...100 - spring dependant, Interpolation inbetween. With PID enabled it is easy to fill Ref DC table with correct values just by reading the log file. Wise way is match row boot value with current target - then actual BoostDC represent DC values for table. Overshoot or slow buildup can be achieved by table increase or decrease respectively.

What is good in new strategy - it allows much larger Integral values.

First WOT run with boost valve off [minimal pressure] is helpful for further tuning. GintsK.

---

Can Vemstune be made to represent the PID values for proper PID tuning for boost control? It´s extrememly important when setting up boost control to know which value is what without having to bring out the calculator every time and the values currently used are not documented either. Same actually goes for all PID loops currently available and that will be available in the future.