Question:
What is integral windup in a PID controller?
Options:
A) PV equals setpoint
B) No steady error
C) Zero offset error
D) Output saturated
View Answer
Correct Answer: D) Output saturated
Detailed Explanation
Integral windup occurs when the controller output reaches its physical limit (0% or 100%) and cannot increase or decrease further, but the integral term continues to accumulate error.
When output is saturated:
- The actuator cannot respond any further.
- The integral term keeps summing error.
- Once the process becomes controllable again, the accumulated integral causes large overshoot and oscillations.
This is why anti-windup protection is used in industrial PID controllers.
What Happens in Practice
Large disturbance → Output hits limit → Integral keeps accumulating → Process recovers → Excess correction → Overshoot.
Why Other Options Are Incorrect
A) PV equals setpoint → This is normal steady-state condition.
B) No steady error → Integral windup is related to saturation, not error elimination.
C) Zero offset error → That is the purpose of integral action, not windup.