Process Control Fundamentals
PID controller actions, proportional band and gain, direct vs reverse action, tuning concepts, offset, deadband, and bumpless transfer.
- Explain the three PID controller actions and what each eliminates or controls
- Define proportional band, gain, and the relationship between them
- Distinguish between direct-acting and reverse-acting controllers
- Describe tuning concepts including offset, anti-reset windup, and bumpless transfer
Lección 1
PID Controller Actions - P, I & D
The Three Actions
A PID controller uses three distinct actions to maintain a process variable at its setpoint. Each action responds to the error signal differently, and the exam frequently tests which action eliminates which problem.
Proportional (P) action responds to the magnitude of the error - the difference between the setpoint and the process variable. The larger the error, the larger the correction. However, proportional action alone always leaves a residual error called offset.
Integral (I) action eliminates steady-state error (offset). It responds to the accumulated error over time. As long as any error exists, integral action keeps adjusting the output until the error reaches zero. This is the most commonly tested PID fact on the exam.
Derivative (D) action responds to the rate of change of error. It predicts where the process is heading and applies a braking force to reduce overshoot. Derivative action is rarely used alone and is sensitive to process noise.
P - Proportional
Responds to: Error magnitude
Effect: Fast response
Limitation: Creates offset
I - Integral
Responds to: Accumulated error over time
Effect: Eliminates offset
Limitation: Can cause oscillation
D - Derivative
Responds to: Rate of change of error
Effect: Reduces overshoot
Limitation: Sensitive to noise
The Integral (I) action eliminates steady-state error (offset). The Derivative (D) action responds to the rate of change of error. These are the two most tested PID facts on the Red Seal exam.