PID Controller Lab Exp5
PID Controller Lab Exp5
Experiment No – 5
TITLE: Determination of PI, PD and PID controller action of a simulated process.
OBJECTIVE: To find the response curves of a given process with unity feedback by using PI, PD
and PID controller for unit step input and also find the effects of controller on time response
specifications of the system.
THEORY:
This tutorial will show you the characteristics of the each of proportional (P), the integral (I), and the
derivative (D) controls, and how to use them to obtain a desired response. In this tutorial, we will consider
the following unity feedback system:
……………………………………(5.2)
Where ki is called integral gain constant.
………………………………………………………(5.3)
PROPORTIONAL –PLUS –DERIVATIVE (PD) CONTROL ACTION:
For many industrial processes, a combination of proportional and derivative is generally used. It is
generally
called a PD controller. The control signal is not only proportional to the actuating signal but also
proportional to the rate of change of it. The action of a PD controller is defined as,
d
ec (t ) K p ea (t ) K d ea (t ) ………………………………..(5.4)
dt
In the s-domain
Ec(s) =KpEa(s) +KdsEa(s)
=(Kp+Kds)Ea(s)…………………………………………….(5.5)
Controller transfer function Gc(s)=(Kp+Kds)
PROBLEM:
A unity feed back control system with first order plant transfer function is given. Find the unit step
response and specifications of the system.
Now adding PI, PD and PID controller with the plant find the response specifications and
comment on the effects of different controllers.
MATLAB Programs:
RESPONSE CURVE:
RESULTS ANALYSIS:
CONCLUSION: