Page 1 of 8
Home Whiteboard Graphing Calculator Online Compilers Practice Art
Control Systems - Controllers
The various types of controllers are used to improve the performance of control systems.
In this chapter, we will discuss the basic controllers such as the proportional, the
derivative and the integral controllers.
Proportional Controller
The proportional controller produces an output, which is proportional to error signal.
u(t) ∝ e(t)
⇒ u(t) = KP e(t)
Apply Laplace transform on both the sides -
U (s) = KP E (s)
U (s)
= KP
E (s)
Therefore, the transfer function of the proportional controller is KP .
Where,
U(s) is the Laplace transform of the actuating signal u(t)
E(s) is the Laplace transform of the error signal e(t)
KP is the proportionality constant
The block diagram of the unity negative feedback closed loop control system along with
the proportional controller is shown in the following figure.
[Link] 1/8
Page 2 of 8
The proportional controller is used to change the transient response as per the
requirement.
Advertisement
Derivative Controller
The derivative controller produces an output, which is derivative of the error signal.
de(t)
u(t) = KD
dt
Apply Laplace transform on both sides.
U (s) = KD sE (s)
U (s)
= KD s
E (s)
Therefore, the transfer function of the derivative controller is KD s .
Where, KD is the derivative constant.
[Link] 2/8
Page 3 of 8
The block diagram of the unity negative feedback closed loop control system along with
the derivative controller is shown in the following figure.
The derivative controller is used to make the unstable control system into a stable one.
Integral Controller
The integral controller produces an output, which is integral of the error signal.
u(t) = KI ∫ e(t)dt
Apply Laplace transform on both the sides -
KI E (s)
U (s) =
s
U (s) KI
=
E (s) s
KI
Therefore, the transfer function of the integral controller is s
.
Where, KI is the integral constant.
The block diagram of the unity negative feedback closed loop control system along with
the integral controller is shown in the following figure.
[Link] 3/8
Page 4 of 8
The integral controller is used to decrease the steady state error.
Let us now discuss about the combination of basic controllers.
Proportional Derivative (PD) Controller
Chapters derivative controller produces an output, which is the combination
The proportional Categoriesof
the outputs of proportional and derivative controllers.
de(t)
u(t) = KP e(t) + KD
dt
Apply Laplace transform on both sides -
U (s) = (KP + KD s)E (s)
U (s)
= KP + KD s
E (s)
Therefore, the transfer function of the proportional derivative controller is KP + KD s.
The block diagram of the unity negative feedback closed loop control system along with
the proportional derivative controller is shown in the following figure.
The proportional derivative controller is used to improve the stability of control system
without affecting the steady state error.
Proportional Integral (PI) Controller
The proportional integral controller produces an output, which is the combination of
outputs of the proportional and integral controllers.
u(t) = KP e(t) + KI ∫ e(t)dt
Apply Laplace transform on both sides -
KI
U (s) = (KP + ) E (s)
s
[Link] 4/8
Page 5 of 8
U (s) KI
= KP +
E (s) s
KI
Therefore, the transfer function of proportional integral controller is KP +
s
.
The block diagram of the unity negative feedback closed loop control system along with
the proportional integral controller is shown in the following figure.
The proportional integral controller is used to decrease the steady state error without
affecting the stability of the control system.
Proportional Integral Derivative (PID) Controller
The proportional integral derivative controller produces an output, which is the
combination of the outputs of proportional, integral and derivative controllers.
de(t)
u(t) = KP e(t) + KI ∫ e(t)dt + KD
dt
Apply Laplace transform on both sides -
KI
U (s) = (KP + + KD s) E (s)
s
U (s) KI
= KP + + KD s
E (s) s
Therefore, the transfer function of the proportional integral derivative controller is
KI
KP + + KD s.
s
The block diagram of the unity negative feedback closed loop control system along with
the proportional integral derivative controller is shown in the following figure.
[Link] 5/8
Page 6 of 8
The proportional integral derivative controller is used to improve the stability of the
control system and to decrease steady state error.
TOP TUTORIALS
Python Tutorial
Java Tutorial
C++ Tutorial
C Programming Tutorial
C# Tutorial
PHP Tutorial
R Tutorial
HTML Tutorial
CSS Tutorial
JavaScript Tutorial
SQL Tutorial
TRENDING TECHNOLOGIES
Cloud Computing Tutorial
Amazon Web Services Tutorial
Microsoft Azure Tutorial
Git Tutorial
Ethical Hacking Tutorial
Docker Tutorial
Kubernetes Tutorial
DSA Tutorial
Spring Boot Tutorial
SDLC Tutorial
[Link] 6/8