Hello Gunni,
I am still confused with some functions of the new boost control algorithm . Your well explained topic "VEMS new boost control guide " has been copied into the Vems help. However when re-reading it again I asked myself some questions you may answer and help the help.
-"PD control (far from target) : When MAP is within this value of Boost Target "
Is that when
Boost_Target - Map > Value AND Map < Boost_Target ?
- "PD control (far from target)....D will lower it if the rate of change of the MAP is high to avoid overshooting."
Is it the rate of change of Map that is: -D*dMap/dt
OR
the rate of change of the error that is - D*d(Boost_Target - Map )/dt ?
- "PI control (close to target) When MAP is within this value of Boost target "
Is that when
Boost_Target - Map > Value AND Map < Boost_Target ?
When is the I value reset?
- "PID overlap range: When MAP is within this value D is enabled again. So far I don´t know what the option "forever" means, I´ll update when I do."
Does it mean :
ABS(Boost_Target - Map ) < value ?
"Forever" means "always PID" but what does "always PID mean?
Regards
FPhil