Question:
What is auto mode in a PID controller?
Options:
A) PID controls output
B) Holds last value
C) SP follows PV
D) Operator sets output
View Answer
Correct Answer: A) PID controls output
Detailed Explanation
In auto (automatic) mode, the PID algorithm actively controls the output based on error:
Error = SP - PV
The controller:
- Continuously compares SP and PV
- Calculates P, I, and D contributions
- Adjusts the output automatically
This allows the loop to self-correct disturbances and maintain the setpoint.
Why Other Options Are Incorrect
B) Holds last value
That behavior is typical during output hold or certain manual transitions, not true auto control.
C) SP follows PV
That describes setpoint tracking used for bumpless transfer, not auto mode operation.
D) Operator sets output
That defines manual mode.
Quick Comparison
| Mode | Who Controls Output? |
|---|---|
| Manual | Operator |
| Auto | PID algorithm |