Lab 09 Speed Control of QNET DC Motor Using PI Control
Lab 09 Speed Control of QNET DC Motor Using PI Control
of Mechanical Engineering
Control Engineering Lab ME-4102L
LAB # 9
Speed Control of QNET DC Motor using PI Control
Objective
To control speed of QNET DC motor using Proportional Integral (PI) Control.
Theoretical Background
Recall the transfer function of DC Motor obtained in Lab 07 QNET DC MOTOR
MODELING. To control a plant usually an error is generated by taking the difference of input
and feedback of output as shown in Figure 11.1.
As it is clear from Figure 11.1 that the plant performance can only be changed if and only if
you change the whole plant. At times it is very costly and sometimes very difficult to change
the performance of plant by replacing plant. Keeping in view the problem let’s examine the
block diagram as shown in Figure 11.2
Now let’s examine what happens to the performance of plant by adding a controller in series
with plant.
𝑘𝑖 𝑘𝑑𝑠2+𝑘𝑝𝑠+𝑘𝑖
𝑐(𝑠) = 𝑘𝑝 + + 𝑘𝑑𝑠 = 𝑠
….. (11.2)
𝑠
The block diagram of PID Controller is shown in Figure 11.3
PI Control Design
The Block diagram of PI controller is shown in Figure 11.4
The standard characteristic equation 𝑠2 + 2𝜉𝜔𝑛𝑠 + 𝜔2𝑛 can be achieved by setting the
Integral gain to
𝜔2 𝑐
𝑘𝑖 = 𝑛 ….. (11.6)
𝑘
and the proportional gain to
−1+2𝜁𝜔𝑛𝑐
𝑘𝑝 = ….. (11.7)
𝑘
Lab Tasks
1. Calculate the expected peak time 𝑡𝑝 and percentage overshoot PO given theoretically
ζ = 0.75,
𝜔𝑛 = 16.0 rad/s.
2. Find the parameters of DC motor model steady-state gain K and time constant τ.
3. Find the step response of unity feedback system and note the following characteristics of
uncompensated system.
𝑇𝑟 =
𝑇𝑠 =
𝑇𝑝 =
𝑀𝑝 =
4. Calculate the proportional and integral control gains 𝑘𝑝 & 𝑘𝑖, respectively, to meet the
specifications as in step 1 using equation 11.6 and 11.7.
5. Find the step response of unity feedback compensated system and note the following
characteristics.
𝑇𝑟 =
𝑇𝑠 =
𝑇𝑝 =
𝑀𝑝 =
Learning Outcomes:
Upon successful completion of the lab, students will be able to:
LO1: understand the importance of Controllers in changing systems performance
LO2: design PI controller for speed control of DC Motor
LO3: implement design controller on hardware and verify