What is integral windup in a PID controller?

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

:white_check_mark: Correct Answer: D) Output saturated


:magnifying_glass_tilted_right: 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.


:repeat_button: What Happens in Practice

Large disturbance → Output hits limit → Integral keeps accumulating → Process recovers → Excess correction → Overshoot.


:cross_mark: 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.