- State Space Analysis
- Control Systems - State Space Model
- Control Systems - Controllers
- Control Systems - Compensators
- Control Systems - Nyquist Plots
- Control Systems - Polar Plots
- Construction of Bode Plots
- Control Systems - Bode Plots
- Frequency Response Analysis
- Construction of Root Locus
- Control Systems - Root Locus
- Control Systems - Stability Analysis
- Control Systems - Stability
- Steady State Errors
- Time Domain Specifications
- Response of Second Order System
- Response of the First Order System
- Time Response Analysis
- Signal Flow Graphs
- Block Diagram Reduction
- Block Diagram Algebra
- Control Systems - Block Diagrams
- Electrical Analogies of Mechanical Systems
- Modelling of Mechanical Systems
- Mathematical Models
- Control Systems - Feedback
- Control Systems - Introduction
- Control Systems - Home
Control Systems Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
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) propto e(t) $$
$$Rightarrow u(t)=K_P e(t)$$
Apply Laplace transform on both the sides -
$$U(s)=K_P E(s)$$
$$frac{U(s)}{E(s)}=K_P$$
Therefore, the transfer function of the proportional controller is $K_P$.
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 proportionapty constant
The block diagram of the unity negative feedback closed loop control system along with the proportional controller is shown in the following figure.
The proportional controller is used to change the transient response as per the requirement.
Derivative Controller
The derivative controller produces an output, which is derivative of the error signal.
$$u(t)=K_D frac{ ext{d}e(t)}{ ext{d}t}$$
Apply Laplace transform on both sides.
$$U(s)=K_D sE(s)$$
$$frac{U(s)}{E(s)}=K_D s$$
Therefore, the transfer function of the derivative controller is $K_D s$.
Where, $K_D$ is the derivative constant.
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)=K_I int e(t) dt$$
Apply Laplace transform on both the sides -
$$U(s)=frac{K_I E(s)}{s}$$
$$frac{U(s)}{E(s)}=frac{K_I}{s}$$
Therefore, the transfer function of the integral controller is $frac{K_I}{s}$.
Where, $K_I$ 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.
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
The proportional derivative controller produces an output, which is the combination of the outputs of proportional and derivative controllers.
$$u(t)=K_P e(t)+K_D frac{ ext{d}e(t)}{ ext{d}t}$$
Apply Laplace transform on both sides -
$$U(s)=(K_P+K_D s)E(s)$$
$$frac{U(s)}{E(s)}=K_P+K_D s$$
Therefore, the transfer function of the proportional derivative controller is $K_P + K_D 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 stabipty 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)=K_P e(t)+K_I int e(t) dt$$
Apply Laplace transform on both sides -
$$U(s)=left(K_P+frac{K_I}{s} ight )E(s)$$
$$frac{U(s)}{E(s)}=K_P+frac{K_I}{s}$$
Therefore, the transfer function of proportional integral controller is $K_P + frac{K_I} {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 stabipty 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.
$$u(t)=K_P e(t)+K_I int e(t) dt+K_D frac{ ext{d}e(t)}{ ext{d}t}$$
Apply Laplace transform on both sides -
$$U(s)=left(K_P+frac{K_I}{s}+K_D s ight )E(s)$$
$$frac{U(s)}{E(s)}=K_P+frac{K_I}{s}+K_D s$$
Therefore, the transfer function of the proportional integral derivative controller is $K_P + frac{K_I} {s} + K_D 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.
The proportional integral derivative controller is used to improve the stabipty of the control system and to decrease steady state error.
Advertisements