Solved
MCSDK PI loop anti-windup?
I reviewed the code and found anti-windup is not implemented in the loop, is that correct? Let me know if there is a version with anti-windup implemented, thank you.
I reviewed the code and found anti-windup is not implemented in the loop, is that correct? Let me know if there is a version with anti-windup implemented, thank you.
Hello Joseph.Paul,
The part dedicated to anti-windup in this code is :
pHandle->wIntegralTerm += wDischarge;
with Discharge equal to minus the exceeding value of the total output.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.