Lab 2 Contorl System
Lab 2 Contorl System
Lab 2 Contorl System
Introduction
Control Systems: A control system is one that modifies the output to produce the
intended result. The basic control system block diagram is displayed in the
following figure.
In this case, a single block represents the control system. The name "control
system" comes from the fact that the output is determined by changing the input.
We will use a mechanism to change this input. We will delve deeper into the
components of the control system and learn how to adjust the input to achieve
the intended response in the upcoming section on open loop and closed loop
control systems.
2. Type of the Control system:
1. Open loop control system.
2. closed loop control system.
2.1. Open loop control system:
The output of an open loop control system is not fed back into the input.
Therefore, the intended output has no bearing on the control action.
The open loop control system's block diagram is displayed in the following figure.
The difference between the input and feedback signals is the error signal that the
error detector generates. By treating the system's output as an input to the
system, the feedback signal is derived from the block (feedback elements). The
error signal is applied as an input to a controller in place of the direct input.
Thus, the plant is controlled by an actuating signal generated by the controller. With
this configuration, the system's output is automatically adjusted until the desired
response is obtained. As a result, automatic control systems are another name for
this type of control systems. One type of closed loop control system is a traffic light
control system with a sensor at the input.
In the control system, there is a lot of feedback control methodology which is used
to control the system response and remove the error, among all of controller the
PID and I-PD is very famous in the regards.
3. Proportional Integrator Derivative Controller (PID):
Introduction: The PID controller, or proportional-integral-derivative. Due to its high
level of effectiveness and ease of understanding, PID controllers are commonly
used. One benefit of the PID controller is that, even without a thorough
understanding of control theory, engineers can implement the control system
because they can conceptually understand differentiation and integration.
Furthermore, despite its simplicity, the compensator is highly sophisticated because
it uses differentiation to predict the system's future behaviors and integration to
capture the system's history. We will go over how each PID parameter affects a
closed-loop system's dynamics and show you how to use a PID controller to boost
a system's efficiency.
3.1. Block Diagram of the PID Controller:
A feedback control system is a part of a closed-loop system, such as a PID controller.
To produce an error signal, this system uses a fixed point to evaluate the feedback
variable. It modifies the system output in light of that. The feedback variable's value
will equal a fixed point if the process is not stopped until the error approaches zero.
The basic advantages and disadvantages of the PID controller with its individual
parameters are summarized in the below table:
4. Integral- Proportional Derivative (I-PD):
An ideal PID controller is mostly taken into consideration in academic studies
because of its unrealizable nature, which presents practical challenges. Industries
use parallel PID controllers extensively because they are simple to implement in
analogue or digital form. The effects of derivative and proportional kick are the
main shortcomings of the fundamental parallel PID controllers. Modified versions
of parallel controller structures like ID-P and I-PD are frequently taken into
consideration in an effort to reduce these effects.
The PI-PD control configuration and I-PD control share a similar structure. In
contrast to I-PD control, which has an I-only controller on the forward path, PI-PD
control configuration has a PI controller. The design process is made simpler by the
fact that there are just three tuning parameters to compute.
Furthermore, I-PD controllers can produce closed-loop responses that are strikingly
similar to those obtained with PI-PD controllers.
5. Calculations
- System modeling
The system electrical and mechanical diagram give below:
w(s) K
=
V(s) [s + α]
Now the equation become,
Kt
w(s) JR
= − − − − − − − (a
V(s) KtKe
[s + J(b + ]
R
Putting the value of the physical parameter we get the both equation as
The physical parameters given in the assignment are given below:
➢ Moment of inertia of the rotor J=0.01 kg.m2
➢ Motor viscous friction constant b=0.1 N.m.s
➢ Electromotive force constant Ke=0.01 V/rad/sec
➢ Motor torque constant Kt=0.01 N.m/Amp
➢ Electric resistance R=1 Ohm
Equation 1:
𝛳(𝑠) 1
=
𝑉(𝑠) 𝑠[𝑠 + 0.001001]
Equation 2:
𝑤(𝑠) 1
=
𝑉(𝑠) [𝑠 + 0.001001]
Closed loop system:
Now the derive the equation for the above closed loop system
𝐺(𝑠) 𝐾𝑡
𝑇(𝑠) = ( + 𝐾𝑝 + 𝐾𝑑 𝑠) ( )
𝑠 𝑠
𝐺(𝑠)𝐾𝑡 + 𝐾𝑝 𝐾𝑡 𝑠 + 𝐾𝑡 𝐾𝑑 𝑠 2
𝑇(𝑠) =
𝑠2
After putting the value of G(s) we get the simplified equation :
𝐾𝑡 𝐾𝑝 𝐾𝑡
𝑇(𝑠) = + + 𝐾𝑡 𝐾𝑑
𝑠 2 (𝑠 + 0.001) 𝑠
This outcome is obtained by applying the computed value from the computation
sections above. The system in question is a critical damped system with a high rise
time and a longer settling time; there is no overshoot in the system.
We increase the Ki's gain to speed up the system's response, but as the figure below
illustrates, the system has an overshoot.
As a result of the increase in Ki, the system overshot, but the system's response also
increased. Thus, there is a trade-off between the overshot and the system response.
These days, the application determines which characteristic you must give up.
Note: In order to achieve the given values, the integrator gain needs to be increased
by taking into account the given values for the settling time, rise time, and system
overshot. As depicted in the figures
The optimal system response is obtained when the PID controller is implemented
using the Zigel-Nicol Holl method; however, oscillation occurs when the Ki gain is
decreased, and overshoots occur when the Ki value is increased. However the
system has very high Response.
All things considered, the PID controller is the best when it comes to system
response, and the I-PD controller is the best option when it comes to overshot in
the system response.
Conclusion:
The best tool for implementing any controlled system in MATLAB is Simulink.
Implementing and verifying the results to the calculated values, Pid and i-PD
controllers show that I-PD has the lowest overshoot but the lowest system
response. There is a trade-off between system response and overshot when
compared to a PID controller. The system responds quickly, but as the Ki value
increases, the system experiences overshot.
References
1. tutorialspoint.com, “Control system – Introduction”, link:
https://www.tutorialspoint.com/control_systems/control_systems_introduc
tion.htm
2. CONTROL TUTORIAL FOR MATLAB and SIMULINK, “Introduction to PID
controller”, Link:
https://ctms.engin.umich.edu/CTMS/index.php?example=Introduction&sec
tion=ControlPID
3. KAYA, “I-PD Controller Design Based on Analytical Rules for Stable Processes
with Inverse Response”, BALKAN JOURNAL OF ELECTRICAL & COMPUTER
ENGINEERING, Vol. 8, No. 3, July 2020.
4. Norman S. nise, book “CONTROL SYSTEM ENGINEERING” 5th edition
5. Brian R Copeland, “The Design of PID Controllers using Ziegler Nichols
Tuning”, March 2008.
6. Krishnarayalu Movva, “PID controller Tuning using Simulink for Multi Area
Power Systems”, September 2012.