What is a compensator?
A component that is inserted into a control system to compensate for a deficient performance.
What are the pros and cons of a open-loop system
(3, 3)?
pros:
- simple
-easy to maintain
- stable
cons:
- inaccurate
-unreliable
- changes from disturbances cannot be corrected
What are some drawbacks with simple closed-loop controller and how can you fix it?
Oscillations in outputs which can be overcome using a more complex controller like a PID controller.
What are the important closed-loop system terminologies (8) ?
What is a PID controller?
a device that applies a correction based on Proportional, integral and derivative terms. it simplifies the sum of three parallel actions to generate a control output.
What are the advantages of using a PID controller (4)?
What is a proportional controller?
provides a control input that is proportional to the error value
What are the advantages of proportional controller(3)?
What are the limitations of the proportional controller(2)?
What is a proportional integral controller?
a feedback controller combining proportional and integral actions to correct errors in a system.
What are the features of a PI controller(2)?
P: reacts to the current error.
I: reacts to the accumulation of past errors
What does Integral control do?
eliminates the effect of disturbance at steady-state
What are the advantages of proportional integral controller(3)?
What are the limitations of proportional integral controller(2)?
Important things to know about applying PI controllers (2)?
What is derivative control (3)?
What are the affects of introduction a derivative control gain KD (3)?
What the uses cases for P, PI and PID?
P: when speed is more important the accuracy
PI: when steady-state accuracy is important
PID: high performance systems requiring stability
What are the 5 steps to designing a PID controller?