Which PID mode has no direct effect when error is constant?

Question:

Which PID mode has no direct effect when error is constant?

Options:

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


View Answer

:white_check_mark: Correct Answer: B) Derivative


:magnifying_glass_tilted_right: Detailed Explanation

Derivative action depends on the rate of change of error:

When the error is constant, its rate of change is zero:

Therefore, the derivative term produces no output contribution.


:repeat_button: Why Other Modes Still Act

Proportional β†’ Produces output proportional to the constant error.
Integral β†’ Continues accumulating the constant error over time, increasing output.

Only the derivative term becomes inactive when error does not change.


:cross_mark: Why Other Options Are Incorrect

A) Proportional β†’ Still produces output if error exists.
C) Integral β†’ Continues integrating constant error.
D) All controllers β†’ Incorrect; only derivative has zero effect under constant error.