Which PID mode accumulates error over time?

Question:

Which PID mode accumulates error over time?

Options:

A) Proportional
B) Integral
C) Derivative
D) All modes


View Answer

:white_check_mark: Correct Answer: B) Integral


:magnifying_glass_tilted_right: Detailed Explanation

The Integral (I) mode accumulates error over time by continuously summing the deviation between SP and PV.

Mathematically:

This means:

  • If error persists → Integral output keeps increasing
  • If error is small but constant → Integral slowly builds correction
  • If error becomes zero → Integral stops accumulating

This accumulation allows integral action to eliminate steady-state offset.


:cross_mark: Why Other Options Are Incorrect

A) Proportional → Depends only on present error, not accumulated error.
C) Derivative → Depends on rate of change of error, not its history.
D) All modes → Only integral accumulates error over time.