Difficulty: Easy
Correct Answer: Proportional plus integral
Explanation:
Introduction / Context:
Industrial controllers are designed to hold a process variable at its setpoint. Accuracy is primarily about minimizing steady-state error while balancing response and stability. Understanding the effect of proportional (P), integral (I), and derivative (D) actions is fundamental.
Given Data / Assumptions:
Concept / Approach:
Proportional control alone often leaves offset. Adding integral action (PI) drives the cumulative error toward zero, eliminating steady-state offset for many common processes. Derivative improves transient response but does not remove offset by itself. A full PID (three mode) can be best in some cases, but if the focus is accuracy (zero steady-state error) without necessarily requiring derivative action, PI is the standard answer.
Step-by-Step Solution:
Verification / Alternative check:
Control textbooks consistently state that integral action removes steady-state error for step disturbances and setpoint changes in many plants.
Why Other Options Are Wrong:
Common Pitfalls:
Overtuning I leads to oscillations or slow recovery; apply proper tuning rules (e.g., Ziegler–Nichols or IMC) and consider anti-windup.
Final Answer:
Proportional plus integral
Discussion & Comments