PID Controller and Tuning Flashcards
What is a P controller?
It is essentially an amplifier with an adjustable gain
What happens if we adjust Kp?
it will adjust the rise time and steady state error. This can be unwanted in higher order systems as it can give unwanted oscillation.
What is the equation for a PI controller?
Kp + Ki / s
What is the type number of a PI controller?
Type 1
What is the steady state error of a PI controller to a Step Input?
0 because it is a type 1 system.
Why does a PI controller have the potential to be less stable?
Because it increases the order of the system.
What is the equation for a PD controller?
Kp + Kds.
What does the derivative term add to the system?
It adds damping.
What effect does damping have on the system?
It can reduce overshoot and rise time along with stabilise an unstable system.
Why is a PD controller hard to implement in real life?
Noise.
What is the equation for a PID controller?
Kds^2 + Kps + Ki / s
What is the effect on the rise time, overshoot, settling time and steady state error of the system if we increase Kp?
Rise Time: decrease
Overshoot: increase
Settling Time: small change
Steady State Error: decrease
What is the effect on the rise time, overshoot, settling time and steady state error of the system if we increase Ki?
Rise Time: decrease
Overshoot: increase
Settling Time: increase
Steady State Error: ELIMINATES
What is the effect on the rise time, overshoot, settling time and steady state error of the system if we increase Kd?
Rise Time: small change
Overshoot: decrease
Settling Time: decrease
Steady State Error: small change
What is good about the Ziegler Nichols Tuning Method?
We don’t need to know the model of the system.