Closed Loop Controllers
Closed Loop Controllers
Controllers
• A controller is used to
compare continuously the
output of a system with the
required condition and
convert the error into a
control action designed to
reduce the error.
Control modes determine how the system
reacts to the error signal.
Introduction to Closed Loop Controllers
• Event-based system - The actions are carried out when there is feedback to indicate
that a particular event has occurred.
Direct digital control is when the computer is in the feedback loop and exercising control
in this way.
Closed Loop Systems
Disturbance Signal - A disturbance signal is an unwanted signal which affects the output
signal of a system.
Closed Loop Systems
𝐺1 𝑠 𝐺2 𝑠 𝐺2 𝑠
𝑋 𝑠 = 𝑅 𝑠 + 𝐷(𝑠)
1 + 𝐺1 𝑠 𝐺2 𝑠 𝐻 𝑠 1 + 𝐺1 𝑠 𝐺2 𝑠 𝐻 𝑠
Steady State Error
Steady-state error is used for the difference between the desired set
value input and the output
Steady State Error
𝑅(𝑠)
𝐸 𝑠 =
1 + 𝐺(𝑠)
Types of Linear Control Modes
• Two-step mode
A control unit can react to an error signal and supply an output for correcting elements.
Types of Linear Control Modes
• Pneumatic circuits
• Programming of a microprocessor
• Computer
Two-Step Control Mode
• The size of the controller output is proportional to the size of the error.
• The bigger the error, the bigger the output from the controller.
𝐼(𝑠)
𝐶 𝑠 = = 𝐾𝑃
𝐸(𝑠)
Green – Kp = 1
Red - Kp = 2
Derivative (D) Control Mode
𝐼(𝑠)
𝐶 𝑠 = = 𝐾𝐷 𝑠
𝐸(𝑠)
𝐾𝐷 – Derivative constant
Proportional (P) + Derivative (D) Control Mode
𝐼(𝑠)
𝐶 𝑠 = = 𝐾𝑃 + 𝐾𝐷 𝑠
𝐸(𝑠)
Proportional (P) + Derivative (D) Control Mode
𝐼 𝑠 1
𝐶 𝑠 = = 𝐾𝐼
𝐸 𝑠 𝑠
𝐾𝐼 – Integral constant
Integral (I) Control Mode
• Steady state error will reduce and eventually will reach a minimum value.
• The integral mode of control is not usually used alone but is frequently
used in conjunction with the proportional mode.
𝐼 𝑠 1
𝐶 𝑠 = = 𝐾𝑃 + 𝐾𝐼
𝐸 𝑠 𝑠
PID Control Mode
𝐼 𝑠 1
𝐶 𝑠 = = 𝐾𝑃 + 𝐾𝐷 𝑠 + 𝐾𝐼
𝐸 𝑠 𝑠
PID Control Mode
1
𝐾𝑃 + 𝐾𝐷 𝑠 + 𝐾𝐼
𝑠
1
𝑋 𝑠 𝐺 𝑠 𝐾𝑃 + 𝐾𝐷 𝑠 + 𝐾𝐼
= 𝑠
𝑅 𝑠 1
1 + 𝐺 𝑠 𝐾𝑃 + 𝐾𝐷 𝑠 + 𝐾𝐼
𝑠
PID Control Mode
Green – Kp = KI = KD = 1
PID Control Mode
• Proportional – Present
• Integral – Past
• Derivative – Future
- END -