Lab # 3 To Study The Speed Control System
Lab # 3 To Study The Speed Control System
INSTRUMENTATION
AND MEASUREMENT
LAB 3
To Study the Speed Control System (RT-50)
Submitted to:
Instrumentation & Measurement Lab Lab # 3
Objectives:
1. Elementaries of the control engineering.
2. Response of open loop control.
3. Response of closed loop control and its impact.
4. Optimization of the system by changing the controller parameters.
5. To contrast between different control system parameters.
6. Different Control systems parameters using software.
Equipment Specification:
Device Design
Fig. 1
Equipment info
Equipment RT – 50 is used to investigate and experiment on a speed control system. The equipment use
shaft with a flywheel as controlled system in which the control variable is the speed and it is measured with
the help of inductive speed sensor. On the left side of the apparatus an electric motor is integrated with the
shaft. The sensor will feed the output signal to the signal controller, and this controller will control the
motor that causes the rotation of the shaft. Upon the right side of the shaft the switchable resistors are used
as loads to a generator. With these switchable resistors the generator is used as a controllable mechanical
resistance that are connected to shaft to provide three different load levels.
The effect of disturbance variables is studied with the help of a software in which different loads are
provided to the generator and thus he shafts speed can be varied. The speed can be read directly by using a
speed indicator that is placed on the flywheel.
Instrumentation & Measurement Lab Lab # 3
Circuit diagram:
Fig. 2
System Modelling:
Input is fixed as step input for all the cases:
1) P-Controlled system:
This system is only concerns with the P-term and this system is proportional to the input variable.
Transfer function of the system is:
𝐾𝐾𝑠𝑠
𝐺𝐺 (𝑠𝑠) =
1 + 0𝑠𝑠 + 0𝑠𝑠 2
2) I-Controlled system:
This system is only concerns with the I-term and this system has behavior of integrative transmission. The
input variable will determine the rate of change of output variable of I-controlled system.
Transfer function of the system is:
𝐾𝐾𝑠𝑠
𝐺𝐺 (𝑠𝑠) =
1 + 100𝑠𝑠 + 0𝑠𝑠 2
3) PT1 Controlled System:
This system has proportional transmission behavior
with delay of first order and is called the first order
system. Transfer function of the system is:
𝐾𝐾𝑠𝑠
𝐺𝐺 (𝑠𝑠) =
1 + 10𝑠𝑠 + 0𝑠𝑠 2
4) PT2 Controlled System: Fig. 3 [1]
This system has proportional transmission
behavior with delay of second order and is
called the second order system. Transfer
function of the system is:
𝐾𝐾𝑠𝑠
𝐺𝐺 (𝑠𝑠) =
1 + 1𝐷𝐷𝐷𝐷𝑠𝑠 + 𝑇𝑇 2 𝑠𝑠 2
Fig. 4 [2]
Instrumentation & Measurement Lab Lab # 3
𝜃𝜃̇(𝑠𝑠) 𝐾𝐾 𝑟𝑟𝑟𝑟𝑟𝑟/𝑠𝑠𝑠𝑠𝑠𝑠
𝑃𝑃(𝑠𝑠) = = � � [1]
𝑉𝑉(𝑠𝑠) (𝑗𝑗𝑗𝑗 + 𝑏𝑏)(𝐿𝐿𝐿𝐿 + 𝑅𝑅) + 𝐾𝐾 2 𝑉𝑉
Fig. 5
Types of Controllers:
There are two types of controllers:
1) Discontinuous Controller:
Discontinuous controller only allows discrete values as input for the variable that has to be controlled. The
output of the variation made with this controller is not smooth and it shows oscillation between the values.
Discontinuous Controller is further classified into two types:
i. Two Position controller
ii. Multi-position controller
2) Continuous Controller:
Continuous controller allows the control variable to have any value as an input within output range of the
controller. The transition is smooth between starting position of the system and the desired position of the
system. Continuous-Controller is further classified into six types:
i. Proportional (P) Control:
In a closed-loop system, P-control is simplest that can be used
as a feedback control. It regresses the oscillations but sometimes
it does not bring the system to the desired point. It increases the
speed of the response but the P-controller produces an offset
which is not desired in the process.
𝑐𝑐 (𝑡𝑡) = 𝐾𝐾𝑐𝑐 𝑒𝑒(𝑡𝑡) + 𝑏𝑏
Fig. 6
Instrumentation & Measurement Lab Lab # 3
Fig. 8
iv. Proportional-Integral (PI) Control:
In a closed loop system, one of the combinations is the PI-control. It provides improved response time and
is used as a feedback control. It helps the system to damp the oscillations and return to the desired point.
1
𝑐𝑐 (𝑡𝑡) = 𝐾𝐾𝑐𝑐 [ 𝑒𝑒(𝑡𝑡) + � 𝑒𝑒(𝑡𝑡)𝑑𝑑𝑡𝑡 ] + 𝐶𝐶
𝑇𝑇𝑖𝑖
v. Proportional-Derivative (PD) Control:
In a closed-loop system, one of the combinations is the PD-control. PD-control is the combination of the
feedback and feedforward control as the controller operates between the current and predicted conditions
of the system.
𝑑𝑑𝑑𝑑
𝑐𝑐 (𝑡𝑡) = 𝐾𝐾𝑐𝑐 � 𝑒𝑒(𝑡𝑡) + 𝑇𝑇𝑑𝑑 � + 𝐶𝐶
𝑑𝑑𝑑𝑑
vi. Proportional-Integral-Derivative (PID) Control:
In a closed-loop system, PID control is the most common type of controller as it combines all the pros of
each control. The P-control improves the response time, and the ID-control helps the controller to reduce
the offset. The I-control can dampen the overshoot response and I-control by predicting the disturbances
can improves the response time.
1 𝑑𝑑𝑑𝑑
𝑐𝑐 (𝑡𝑡) = 𝐾𝐾𝑐𝑐 [ 𝑒𝑒(𝑡𝑡) + � 𝑒𝑒(𝑡𝑡)𝑑𝑑𝑡𝑡 + 𝑇𝑇𝑑𝑑 ] + 𝐶𝐶
𝑇𝑇𝑖𝑖 𝑑𝑑𝑑𝑑
Instrumentation & Measurement Lab Lab # 3
PID All time Often used, most robust, Cases where the system
but can be noise sensitive has inertia that could get
out of hand:
i.e. temperature and
concentration
measurements on a
reactor to avoid
runaway.
Procedure:
Instrumentation & Measurement Lab Lab # 3
Results:
Conclusion:
References: