Anti-Windup PID Example

버전 1.1.0.0 (42.9 KB) 작성자: Yogananda Jeppu
The concept of anti-windup integration and its importance is brought out in this example..
다운로드 수: 1.6K
업데이트 날짜: 2014/2/24

라이선스 보기

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.

인용 양식

Yogananda Jeppu (2025). Anti-Windup PID Example (https://kr.mathworks.com/matlabcentral/fileexchange/45657-anti-windup-pid-example), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2012b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 PID Controller Tuning에 대해 자세히 알아보기
도움

도움 받은 파일: 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!
버전 게시됨 릴리스 정보
1.1.0.0

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

1.0.0.0