2018 - 10 - 19 - Yifan - PID Controller Design
2018 - 10 - 19 - Yifan - PID Controller Design
Yifan Yuan
10/14/2018
PID controller
➢ Definition
A proportional–integral–derivative controller (PID controller or three term controller) is a control loop
feedback mechanism widely used in industrial control systems and a variety of other applications
requiring continuously modulated control.
➢ Origin:
1. PID or three-term control was first developed using theoretical analysis,
by Russian American engineer Nicolas Minorsky
PID Controller Design
• Proportional-Integral-Derivative (PID) controller is a simple, yet
versatile, feedback compensator structure
e(t)= y(t)-r(t)
Governing equation
Transfer function
Let
Input Output
F(s) X(s)
+ E(s) N(s)
F(s) X(s)
-
Transfer function=
Open-Loop Step Response
transfer function
The rise time: 1 s
transfer function
transfer function
Kp = 30;
Ki = 70;
the integral controller reduces the rise time, increases the overshoot, and eliminated the steady-state error
Proportional-Integral-Derivative Control: Kp, Ki, Kd
transfer function
Kp = 350;
Ki = 300;
Kd = 50;
Now, we have designed a closed-loop system with no overshoot, fast rise time, and no steady-state error.
How are the PID parameters (Kp, Ki, Kd) tuned
Manual tuning
1. Set Ki and Kd values to zero. Increase the Kp to approximately half of that value for a "quarter amplitude decay"
type response.
How are the PID parameters (Kp, Ki, Kd) tuned
Manual tuning
2. increase Ki until any offset is corrected in sufficient time for the process. Make the steady-state error to be zero.
How are the PID parameters (Kp, Ki, Kd) tuned
Manual tuning
3. Finally, increase Kd, if required, until the loop is acceptably quick to reach its reference after a load disturbance.
In our cases