Anti-Windup PID Example

The concept of anti-windup integration and its importance is brought out in this example..
1,6K Downloads
Aktualisiert 24. Feb 2014

Lizenz anzeigen

This is an example of PID control of a 1/s plant. The concept of anti-windup integration and its importance is brought out here. It is mandatory that all integrators in safety critical control systems have anti-windup protection. This is taken from the best practices (https://www.cso.nato.int/pubs/rdp.asp?RDP=RTO-TR-029). This example brings out the reason why this is required. It compares the PID performance with and without anti-windup. There is an example where the anti-windup integrator is implemented incorrectly as an integrator followed by a saturation block. The correct implementation is the integrator output being limited and this limited output fed back as a state. However, it is seen that the mistake in implementation is done very often.

Zitieren als

Yogananda Jeppu (2024). Anti-Windup PID Example (https://www.mathworks.com/matlabcentral/fileexchange/45657-anti-windup-pid-example), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2012b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Quellenangaben

Inspiriert von: anti-windup PID controller - SIMULINK block

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.1.0.0

I have a link to another excellent presentation of PID antiwindup here.

1.0.0.0