SlideShare a Scribd company logo
1 of 6
Download to read offline
C. S. Linda Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 2, ( Part -5) February 2015, pp.56-61
www.ijera.com 56 | P a g e
Analysis and Design of Conventional Controller for Speed
Control of DC Motor -A MATLAB Approach
C. S. Linda, K. K
Electrical and Electronics Engineering Department, CIT, Ranchi
Computer Engineering Department, CIT, Ranchi
Abstract
The objective of this paper is to control the speed of the motor using conventional controller; compensator is
used to improve the steady state error. To evaluate the performance of the controller, time response analysis is
carried out. The time response analysis consists of two type of analysis. One is unit step response analysis and
other is performance indices analysis.
The paper describes the designing of a closed loop model of the dc motor drive for controlling speed. Accuracy
and the dynamic responses are better in a closed loop system. The compensator is used to compensate the
parameter of the system in such a way to meet the specification, so that it improves the steady state response of
the system and get desired response.
I. Introduction
The development of high performance motor
drives is very important in industrial as well as other
function applications such as steel rolling mills,
electric trains and robotics. Generally, a high
performance motor drive system must have good
dynamic speed command tracking and load
regulating response to perform task. DC drives,
because of their simplicity, ease of application, high
reliabilities, flexibilities and favorable cost have long
been a backbone of industrial applications, robot
manipulators and home appliances where speed and
position control of motor are required. DC drives are
less complex with a single power conversion from
AC to DC. A DC motors provide excellent control of
speed for acceleration and deceleration. DC drives
are normally less expensive for most horsepower
ratings. DC motors have a long tradition of use as
adjustable speed machines and a wide range of
options have evolved for this purpose. In these
applications, the motor should be precisely controlled
to give the desired performance. DC motor is
commonly used in robotic application and industrial
machinery. The beauty of this motor is it provide
high torque load sustaining properties. Again the
speed torque characteristics of DC motors are much
more superior to that of AC motors.
The controllers of the speed that are conceived for
goal to control the speed of DC motor to execute one
variety of tasks, is of several conventional and
numeric controller types, the controllers can be:
proportional integral (PI), proportional integral
derivative (PID), Internal module controller (IMC),
Fuzzy Logic Controller (FLC), Neural Network or
the combination between them: Fuzzy-Neural
Networks, Fuzzy-Genetic Algorithm Fuzzy-Ants
Colony, Fuzzy-Swarm. In this project, the used
controllers are PID, IMC and FLC to control the
speed of DC motor.
II. DC Motor System
A DC motors provide excellent control of speed
for acceleration and deceleration. DC drives are
normally less expensive for most horsepower ratings.
DC motors have a long tradition of use as adjustable
speed machines and a wide range of options have
evolved for this purpose. In these applications, the
motor should be precisely controlled to give the
desired performance. DC motor is commonly used in
robotic application and industrial machinery. The
beauty of this motor is it provide high torque load
sustaining properties. Again the speed torque
characteristics of DC motors are much more superior
to that of AC motors.
III. Lag compensator
A Lag compensator improves the steady-state
behavior of a system while nearly preserving its
transient response.
The compensator having a transfer function of
the form is given by
Gc(s) =
The transfer function of the lag compensator is given
by
Gc(s) = Kc𝛽 Ts+1/𝛽 Ts+1
Is ensuring that pole is to the right of zero i.e.
nearer the origin than zero. Beta parameter of the Lag
compensator is nearly equal to the ratio of the
specified error constant of the compensated system to
the error of the uncompensated system. The output
RESEARCH ARTICLE OPEN ACCESS
C. S. Linda Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 2, ( Part -5) February 2015, pp.56-61
www.ijera.com 57 | P a g e
from a system might be unstable or the response is
too slow or there is much overshoot. Systems may
have their responses to inputs altered by including
compensators. A compensator is a block which is
incorporated in the system so that it alters the overall
transfer function of the system in such a way to
obtain the required characteristics.
IV. Mathematical Modeling of Separately
excited Dc Motor
Let us mathematical model the transfer function
of the armature controlled DC motor. The electrical
equivalent diagram of armature controlled DC motor
is given by. The term speed control stand for
intentional speed variation carried out manually or
automatically DC motors are most suitable for wide
range speed control and are there for many adjustable
speed drives.
Separately excited Dc Motor
The armature voltage equation is given by:
Va t = Ra Ia t + La.
d Ia t
dt
+ EB t (1)
The back emf equation of motor will be
EB t = Kb ω t (2)
And the torque balance equation will be:
Tm t = Kt. Ia t (3)
Tm t = J
dω t
dt
+ Bω(t) (4)
In this equation:
Kt = Torque constant (Nm/A)
Kb = back emf constant (Vs/rad)
Let us adding the upper equations together:
𝑉𝑎 𝑡 = Ra. Ia t + La.
d Ia t
dt
+ Kb ω t (5)
Kt. Ia t = J
dω(t)
dt
+ Bω t (6)
We have Taking Laplace Transform of (5) & (6),
then we get..
𝑉𝑎 s = Ra. Ia s + La. Ia s + Kb ω(s) (7)
Kt. Ia s = Jω s + B ω s (8)
Now the value of current is obtained from (8) and
putting in (7) we have…
𝑉𝑎 s = ω s
1
𝐾𝑡
La. Js2
+ Ra. J + La. B s + Kb. Kt
(9)
Then the relation between rotor shaft speed and
armature voltage is given by transfer function:
ω(s)
Va (s)
=
Kt
(JLa s2+ JRa +BLa s+ KtKb +BRa
(10)
This is the transfer function of the DC motor.
V. Proportional-Integral-Derivative
(PID) Controller
The mnemonic PID refers to the first letters of
the names of the individual terms that make up the
standard three-term controller. These are P for the
proportional term, I for the integral term and D for
the derivative term in the controller. PID controllers
are probably the most widely used industrial
controller. Even complex industrial control systems
may comprise a control network whose main control
building block is a PID control module. In PID
controller Proportional (P) control is not able to
remove steady state error or offset error in step
response. This offset can be eliminated by Integral (I)
control action. Output of I controller at any instant is
the area under actuating error signal curve up to that
instant. I control removes offset, but may lead to
oscillatory response of slowly decreasing amplitude
or even increasing amplitude, both of which are
undesirable. Derivative (D) control action has high
sensitivity. It anticipates actuating error initiates an
early correction action and tends to increase stability
of system.
Ideal PID controller in continuous time is given
as
𝑦 𝑡 = 𝐾𝑝 𝑒 𝑡 +
1
𝑇 𝑖 𝑒 𝑡 𝑑𝑡
𝑡
0
+ 𝑇𝑑
𝑑𝑒 𝑡
𝑑𝑡
(10)
Laplace domain representation of ideal PID
controller is
𝐺𝑐 𝑠 =
𝑌 𝑠
𝐸 𝑠
= 𝐾𝑝 (1 +
1
𝑇 𝑖 𝑠
+ 𝑇𝑑 𝑠) (11)
C. S. Linda Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 2, ( Part -5) February 2015, pp.56-61
www.ijera.com 58 | P a g e
VI. There are different Tuning methods
of PID Controller
Ziegler and Nichols proposed rules for
determining values of 𝐾𝑝 , 𝑇𝑖 𝑎𝑛𝑑 𝑇𝑑 based on the
transient response characteristics of a given plant.
Closed loop oscillation based PID tuning method is a
popular method of tuning PID controller. In this kind
of tuning method, a critical gain 𝐾𝑐 is induced in the
forward path of the control system. The high value of
the gain takes the system to the verge of instability. It
creates oscillation and from the oscillations, the value
of frequency and time are calculated. Table 1 gives
experimental tuning rules based on closed loop
oscillation method
Simulink representation of DC motor
Simulink representation of PID Controller
DC Motor with Lag compensator
C. S. Linda Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 2, ( Part -5) February 2015, pp.56-61
www.ijera.com 59 | P a g e
Simulation effect:
Time vs. Speed graph
Unit step response of PID controller
C. S. Linda Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 2, ( Part -5) February 2015, pp.56-61
www.ijera.com 60 | P a g e
System response with lag compensator
Angular velocity vs. Time graph
Table 1 Ziegler-Nichols Closed loop oscillation based tuning methods.
Type of Controller 𝐊 𝐩 𝐓𝐢 𝐓𝐝
P 0.5Kc ∞ 0
PI 0.45Kc 0.83T 0
PID 0.6Kc 0.5T 0.125T
VII. Conclusion
In this paper study of performance of
conventional controller and Lag compensator has
been studied. Lag compensator has been included
into the system in to improve the response of the dc
motor without affecting the other parameters. There
are some design constraints like settling time, rise
time, maximum overshoot, damping ratio; steady
state error under which the compensator are designed
.Steady state parameter is the primary key which has
C. S. Linda Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 5, Issue 2, ( Part -5) February 2015, pp.56-61
www.ijera.com 61 | P a g e
to be taken into under consideration. We have to use
conventional controller to control the speed of motor.
By appropriate parameter of the dc motor
transfer function closed loop system are constructed
and response of the closed loop response has been
observed The mathematical formulation of the
transfer function has been done and location of the
poles and zero has been plotted. The stability of the
system has been analyzed by plotting poles and zeros
on the root loci plot. The closed loop response of the
dc motor with PID controller has also been studied.
In order to calculate gain margin phase margin, bode
plot has been drawn.
Specification of the separately excited DC Motor
which is given below:-
Consider the following values for the physical
parameters
Armature inductance (La) = 0.5 H
Armature resistance (Ra) = 1Ω
Armature voltage (Va) = 200 V
Mechanical inertia (J) = 0.01 Kg. m
Friction coefficient (B) = 0.1 N. m /rad/sec
Back emf constant Kb = 0.01 V/rad/sec
Motor torque constant
Kt= 0.01N.m/A
Rated speed = 1450 rpm
References
[1] Santana, J., J.L. Naredo, F. Sandoval, I.
Grout and O.J. Argueta, 2002. Simulation
and Construction of Speed Control for a DC
Series Motor. Mechatronic, 12: 1145-1156.
[2] Abdurrahman, A.A. Emhemed and Rosbi
Bin Mamat, 2012. Modeling and Simulation
for Industrial DC Motor Using Intelligent
Control. Proscenia Engineering, 41: 420-4
[3] Saab, S.S. and R.A. Kaed-Bey, 2001.
Parameter Identification of a DC Motor:
An Experimental Approach.IEEE
International Conf. on Elec. Circuit and
Systems (ICECS), 4: 981-984.
[4] Lankarany, M. and A. Rezazade, 2007.
Parameter Estimation Optimization Based
on Genetic Algorithm Applied to DC Motor.
IEEE International Conf. on Electrical
Engineering (ICEE), pp:1-6
[5] Dupuis, M. Ghribi and A. Adour, 2004.
Multi objective Genetic Estimation of DC
Motor Parameters and Load Torque. IEEE
International Conf. on Ind. Tech. (ICIT), pp:
1511-1514.
[6] Pothiya, S., S. Chanposri, S. Kamsawang
and W. Kinares, 2003 Parameter
Identification of a DC Motor Using
[7] XuJX, Heike, Yang R H,”Maximum phase
added lead, minimum phase reduce lag non
trial and error compensator design”.
Proceeding of 4 Asia control conference
Singapore, pp 93-98, 2002
[8] Wang Fei-Yue ,Huang Yue,”A non trail-
and-error method for phase-lead and
phase lag compensator Design”, IEEE
transaction,pp 1654-1660.2001
[9] Godhwani arjun,”feedback control
system”,IEEE transaction, pp 1758-1764,
2013
[10] Yeroglu Celaleddian, Ten Nuserte,”
Development of a tool box for frequency
response analysis for fractional order
control system”,IEEE transaction,pp 866-
869,2009
[11] Marcelo, TeixeiraA. Assuncao Advaldo,
Machado Erica R,M.D,”A Method for
plotting the complementary root locus using
the root locus rule”,IEEE transactions
,vol,47,no3,pp405-409,2004.
[12] Miroslav, Ragot Patrick Perriard Yves,
”Design optimization of a BLDC motor :a
comparative analysis,”IEEETransection,pp
1520-1523,2007
[13] Cavicchi J Thomas, “Phase Margin
Revisited: Phase root locus, Bode plots and
Phase shifter”,IEEE Tran section,
Vol.46,no1 pp168-176,2003

More Related Content

What's hot

Speed Control of DC Motor using PID FUZZY Controller.
Speed Control of DC Motor using PID FUZZY Controller.Speed Control of DC Motor using PID FUZZY Controller.
Speed Control of DC Motor using PID FUZZY Controller.Binod kafle
 
Speed control of dc motor using relay feedback tuned pi
Speed control of dc motor using relay feedback tuned piSpeed control of dc motor using relay feedback tuned pi
Speed control of dc motor using relay feedback tuned piAlexander Decker
 
PID controller for microsatellite yaw-axis attitude control system using ITAE...
PID controller for microsatellite yaw-axis attitude control system using ITAE...PID controller for microsatellite yaw-axis attitude control system using ITAE...
PID controller for microsatellite yaw-axis attitude control system using ITAE...TELKOMNIKA JOURNAL
 
Backstepping control of cart pole system
Backstepping  control of cart pole systemBackstepping  control of cart pole system
Backstepping control of cart pole systemShubhobrata Rudra
 
Raymond.Brunkow-Project-EEL-3657-Sp15
Raymond.Brunkow-Project-EEL-3657-Sp15Raymond.Brunkow-Project-EEL-3657-Sp15
Raymond.Brunkow-Project-EEL-3657-Sp15Raymond Brunkow
 
Design and analysis of robust h infinity controller
Design and analysis of robust h infinity controllerDesign and analysis of robust h infinity controller
Design and analysis of robust h infinity controllerAlexander Decker
 
Analysis & Control of Inverted Pendulum System Using PID Controller
Analysis & Control of Inverted Pendulum System Using PID ControllerAnalysis & Control of Inverted Pendulum System Using PID Controller
Analysis & Control of Inverted Pendulum System Using PID ControllerIJERA Editor
 
Automatic control and mixed sensitivity Hinf control
Automatic control and mixed sensitivity Hinf controlAutomatic control and mixed sensitivity Hinf control
Automatic control and mixed sensitivity Hinf controlRené Galindo
 
Design of predictive controller for smooth set point tracking for fast dynami...
Design of predictive controller for smooth set point tracking for fast dynami...Design of predictive controller for smooth set point tracking for fast dynami...
Design of predictive controller for smooth set point tracking for fast dynami...eSAT Journals
 
Analysis of a pendulum problem
Analysis of a pendulum problemAnalysis of a pendulum problem
Analysis of a pendulum problemSuman Lata
 
Tuning PID Controller Parameters for Load Frequency Control Considering Syste...
Tuning PID Controller Parameters for Load Frequency Control Considering Syste...Tuning PID Controller Parameters for Load Frequency Control Considering Syste...
Tuning PID Controller Parameters for Load Frequency Control Considering Syste...IJERA Editor
 
Design of a novel controller to increase the frequency response of an aerospace
Design of a novel controller to increase the frequency response of an aerospaceDesign of a novel controller to increase the frequency response of an aerospace
Design of a novel controller to increase the frequency response of an aerospaceIAEME Publication
 
IRJET- Wireless Active Vibration Control for Structural Vibrations using Emb...
IRJET-	 Wireless Active Vibration Control for Structural Vibrations using Emb...IRJET-	 Wireless Active Vibration Control for Structural Vibrations using Emb...
IRJET- Wireless Active Vibration Control for Structural Vibrations using Emb...IRJET Journal
 
Graphical Closure Rules for Unsupervised Load Classification in NILM Systems
Graphical Closure Rules for Unsupervised Load Classification in NILM SystemsGraphical Closure Rules for Unsupervised Load Classification in NILM Systems
Graphical Closure Rules for Unsupervised Load Classification in NILM SystemsJoe Krall
 
International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER) International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER) ijceronline
 

What's hot (20)

Speed Control of DC Motor using PID FUZZY Controller.
Speed Control of DC Motor using PID FUZZY Controller.Speed Control of DC Motor using PID FUZZY Controller.
Speed Control of DC Motor using PID FUZZY Controller.
 
Speed control of dc motor using relay feedback tuned pi
Speed control of dc motor using relay feedback tuned piSpeed control of dc motor using relay feedback tuned pi
Speed control of dc motor using relay feedback tuned pi
 
PID controller for microsatellite yaw-axis attitude control system using ITAE...
PID controller for microsatellite yaw-axis attitude control system using ITAE...PID controller for microsatellite yaw-axis attitude control system using ITAE...
PID controller for microsatellite yaw-axis attitude control system using ITAE...
 
Backstepping control of cart pole system
Backstepping  control of cart pole systemBackstepping  control of cart pole system
Backstepping control of cart pole system
 
Raymond.Brunkow-Project-EEL-3657-Sp15
Raymond.Brunkow-Project-EEL-3657-Sp15Raymond.Brunkow-Project-EEL-3657-Sp15
Raymond.Brunkow-Project-EEL-3657-Sp15
 
Design and analysis of robust h infinity controller
Design and analysis of robust h infinity controllerDesign and analysis of robust h infinity controller
Design and analysis of robust h infinity controller
 
Final Long Form Report
Final Long Form ReportFinal Long Form Report
Final Long Form Report
 
Analysis & Control of Inverted Pendulum System Using PID Controller
Analysis & Control of Inverted Pendulum System Using PID ControllerAnalysis & Control of Inverted Pendulum System Using PID Controller
Analysis & Control of Inverted Pendulum System Using PID Controller
 
Automatic control and mixed sensitivity Hinf control
Automatic control and mixed sensitivity Hinf controlAutomatic control and mixed sensitivity Hinf control
Automatic control and mixed sensitivity Hinf control
 
Design of predictive controller for smooth set point tracking for fast dynami...
Design of predictive controller for smooth set point tracking for fast dynami...Design of predictive controller for smooth set point tracking for fast dynami...
Design of predictive controller for smooth set point tracking for fast dynami...
 
Analysis of a pendulum problem
Analysis of a pendulum problemAnalysis of a pendulum problem
Analysis of a pendulum problem
 
Tuning PID Controller Parameters for Load Frequency Control Considering Syste...
Tuning PID Controller Parameters for Load Frequency Control Considering Syste...Tuning PID Controller Parameters for Load Frequency Control Considering Syste...
Tuning PID Controller Parameters for Load Frequency Control Considering Syste...
 
Design of a novel controller to increase the frequency response of an aerospace
Design of a novel controller to increase the frequency response of an aerospaceDesign of a novel controller to increase the frequency response of an aerospace
Design of a novel controller to increase the frequency response of an aerospace
 
B044050811
B044050811B044050811
B044050811
 
B010411016
B010411016B010411016
B010411016
 
Article 1
Article 1Article 1
Article 1
 
P1111223206
P1111223206P1111223206
P1111223206
 
IRJET- Wireless Active Vibration Control for Structural Vibrations using Emb...
IRJET-	 Wireless Active Vibration Control for Structural Vibrations using Emb...IRJET-	 Wireless Active Vibration Control for Structural Vibrations using Emb...
IRJET- Wireless Active Vibration Control for Structural Vibrations using Emb...
 
Graphical Closure Rules for Unsupervised Load Classification in NILM Systems
Graphical Closure Rules for Unsupervised Load Classification in NILM SystemsGraphical Closure Rules for Unsupervised Load Classification in NILM Systems
Graphical Closure Rules for Unsupervised Load Classification in NILM Systems
 
International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER) International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER)
 

Viewers also liked

The Inception and Evolution of EIA and Environmental Clearance Process – Layi...
The Inception and Evolution of EIA and Environmental Clearance Process – Layi...The Inception and Evolution of EIA and Environmental Clearance Process – Layi...
The Inception and Evolution of EIA and Environmental Clearance Process – Layi...IJERA Editor
 
A Review and study of the design technique of Microstrip Patch Antenna Techno...
A Review and study of the design technique of Microstrip Patch Antenna Techno...A Review and study of the design technique of Microstrip Patch Antenna Techno...
A Review and study of the design technique of Microstrip Patch Antenna Techno...IJERA Editor
 
A Brief Study of Video Encryption Algorithms
A Brief Study of Video Encryption AlgorithmsA Brief Study of Video Encryption Algorithms
A Brief Study of Video Encryption AlgorithmsIJERA Editor
 
Large Eddy Simulation of Turbulence Modeling for wind Flow past Wall Mounted ...
Large Eddy Simulation of Turbulence Modeling for wind Flow past Wall Mounted ...Large Eddy Simulation of Turbulence Modeling for wind Flow past Wall Mounted ...
Large Eddy Simulation of Turbulence Modeling for wind Flow past Wall Mounted ...IJERA Editor
 
Analysing The Composite Structure Of Riverted ,Hybrid And Bonded Joints
Analysing The Composite Structure Of Riverted ,Hybrid And Bonded JointsAnalysing The Composite Structure Of Riverted ,Hybrid And Bonded Joints
Analysing The Composite Structure Of Riverted ,Hybrid And Bonded JointsIJERA Editor
 
Removal of Harmful Textile Dye Congo Red from Aqueous Solution Using Chitosan...
Removal of Harmful Textile Dye Congo Red from Aqueous Solution Using Chitosan...Removal of Harmful Textile Dye Congo Red from Aqueous Solution Using Chitosan...
Removal of Harmful Textile Dye Congo Red from Aqueous Solution Using Chitosan...IJERA Editor
 
презентация без названия
презентация без названияпрезентация без названия
презентация без названияPaula Dmitrijev
 
Seismic Response of RC Framed Buildings with Open Ground Storey
Seismic Response of RC Framed Buildings with Open Ground StoreySeismic Response of RC Framed Buildings with Open Ground Storey
Seismic Response of RC Framed Buildings with Open Ground StoreyIJERA Editor
 
Resource Infrastructure Facilities and its Management in Thiruvarur District ...
Resource Infrastructure Facilities and its Management in Thiruvarur District ...Resource Infrastructure Facilities and its Management in Thiruvarur District ...
Resource Infrastructure Facilities and its Management in Thiruvarur District ...IJERA Editor
 
ARM Based Handy and Portable Oscilloscope Using Graphical Display
ARM Based Handy and Portable Oscilloscope Using Graphical DisplayARM Based Handy and Portable Oscilloscope Using Graphical Display
ARM Based Handy and Portable Oscilloscope Using Graphical DisplayIJERA Editor
 
It v deyatelnosti_psikhologa_praktika_povysheni
It v deyatelnosti_psikhologa_praktika_povysheniIt v deyatelnosti_psikhologa_praktika_povysheni
It v deyatelnosti_psikhologa_praktika_povysheniIlya Perminov
 
The Adoption of a National Cloud Framework for Healthcare Delivery in Nigeria
The Adoption of a National Cloud Framework for Healthcare Delivery in NigeriaThe Adoption of a National Cloud Framework for Healthcare Delivery in Nigeria
The Adoption of a National Cloud Framework for Healthcare Delivery in NigeriaIJERA Editor
 
Presentation sara och david
Presentation sara och davidPresentation sara och david
Presentation sara och davidBergdalskolan
 
Harmonics Effects in Power System
Harmonics Effects in Power SystemHarmonics Effects in Power System
Harmonics Effects in Power SystemIJERA Editor
 
Special Pythagorean Triangles And 9-Digit Dhuruva Numbers
Special Pythagorean Triangles And 9-Digit Dhuruva NumbersSpecial Pythagorean Triangles And 9-Digit Dhuruva Numbers
Special Pythagorean Triangles And 9-Digit Dhuruva NumbersIJERA Editor
 

Viewers also liked (17)

ante-projeto PU
ante-projeto PUante-projeto PU
ante-projeto PU
 
The Inception and Evolution of EIA and Environmental Clearance Process – Layi...
The Inception and Evolution of EIA and Environmental Clearance Process – Layi...The Inception and Evolution of EIA and Environmental Clearance Process – Layi...
The Inception and Evolution of EIA and Environmental Clearance Process – Layi...
 
A Review and study of the design technique of Microstrip Patch Antenna Techno...
A Review and study of the design technique of Microstrip Patch Antenna Techno...A Review and study of the design technique of Microstrip Patch Antenna Techno...
A Review and study of the design technique of Microstrip Patch Antenna Techno...
 
Classic Rock
Classic Rock Classic Rock
Classic Rock
 
A Brief Study of Video Encryption Algorithms
A Brief Study of Video Encryption AlgorithmsA Brief Study of Video Encryption Algorithms
A Brief Study of Video Encryption Algorithms
 
Large Eddy Simulation of Turbulence Modeling for wind Flow past Wall Mounted ...
Large Eddy Simulation of Turbulence Modeling for wind Flow past Wall Mounted ...Large Eddy Simulation of Turbulence Modeling for wind Flow past Wall Mounted ...
Large Eddy Simulation of Turbulence Modeling for wind Flow past Wall Mounted ...
 
Analysing The Composite Structure Of Riverted ,Hybrid And Bonded Joints
Analysing The Composite Structure Of Riverted ,Hybrid And Bonded JointsAnalysing The Composite Structure Of Riverted ,Hybrid And Bonded Joints
Analysing The Composite Structure Of Riverted ,Hybrid And Bonded Joints
 
Removal of Harmful Textile Dye Congo Red from Aqueous Solution Using Chitosan...
Removal of Harmful Textile Dye Congo Red from Aqueous Solution Using Chitosan...Removal of Harmful Textile Dye Congo Red from Aqueous Solution Using Chitosan...
Removal of Harmful Textile Dye Congo Red from Aqueous Solution Using Chitosan...
 
презентация без названия
презентация без названияпрезентация без названия
презентация без названия
 
Seismic Response of RC Framed Buildings with Open Ground Storey
Seismic Response of RC Framed Buildings with Open Ground StoreySeismic Response of RC Framed Buildings with Open Ground Storey
Seismic Response of RC Framed Buildings with Open Ground Storey
 
Resource Infrastructure Facilities and its Management in Thiruvarur District ...
Resource Infrastructure Facilities and its Management in Thiruvarur District ...Resource Infrastructure Facilities and its Management in Thiruvarur District ...
Resource Infrastructure Facilities and its Management in Thiruvarur District ...
 
ARM Based Handy and Portable Oscilloscope Using Graphical Display
ARM Based Handy and Portable Oscilloscope Using Graphical DisplayARM Based Handy and Portable Oscilloscope Using Graphical Display
ARM Based Handy and Portable Oscilloscope Using Graphical Display
 
It v deyatelnosti_psikhologa_praktika_povysheni
It v deyatelnosti_psikhologa_praktika_povysheniIt v deyatelnosti_psikhologa_praktika_povysheni
It v deyatelnosti_psikhologa_praktika_povysheni
 
The Adoption of a National Cloud Framework for Healthcare Delivery in Nigeria
The Adoption of a National Cloud Framework for Healthcare Delivery in NigeriaThe Adoption of a National Cloud Framework for Healthcare Delivery in Nigeria
The Adoption of a National Cloud Framework for Healthcare Delivery in Nigeria
 
Presentation sara och david
Presentation sara och davidPresentation sara och david
Presentation sara och david
 
Harmonics Effects in Power System
Harmonics Effects in Power SystemHarmonics Effects in Power System
Harmonics Effects in Power System
 
Special Pythagorean Triangles And 9-Digit Dhuruva Numbers
Special Pythagorean Triangles And 9-Digit Dhuruva NumbersSpecial Pythagorean Triangles And 9-Digit Dhuruva Numbers
Special Pythagorean Triangles And 9-Digit Dhuruva Numbers
 

Similar to Analysis and Design of Conventional Controller for Speed Control of DC Motor -A MATLAB Approach

Performance based Comparison between Various Z-N Tuninng PID and Fuzzy Logic ...
Performance based Comparison between Various Z-N Tuninng PID and Fuzzy Logic ...Performance based Comparison between Various Z-N Tuninng PID and Fuzzy Logic ...
Performance based Comparison between Various Z-N Tuninng PID and Fuzzy Logic ...ijsc
 
Modified Chattering Free Sliding Mode Control of DC Motor
Modified Chattering Free Sliding Mode Control of DC MotorModified Chattering Free Sliding Mode Control of DC Motor
Modified Chattering Free Sliding Mode Control of DC MotorIJMER
 
6. performance analysis of pd, pid controllers for speed control of dc motor
6. performance analysis of pd, pid controllers for speed control of dc motor6. performance analysis of pd, pid controllers for speed control of dc motor
6. performance analysis of pd, pid controllers for speed control of dc motork srikanth
 
IRJET- Analysis of 3-Phase Induction Motor with High Step-Up PWM DC-DC Conver...
IRJET- Analysis of 3-Phase Induction Motor with High Step-Up PWM DC-DC Conver...IRJET- Analysis of 3-Phase Induction Motor with High Step-Up PWM DC-DC Conver...
IRJET- Analysis of 3-Phase Induction Motor with High Step-Up PWM DC-DC Conver...IRJET Journal
 
IRJET- Design and Analysis of Fuzzy and GA-PID Controllers for Optimized Perf...
IRJET- Design and Analysis of Fuzzy and GA-PID Controllers for Optimized Perf...IRJET- Design and Analysis of Fuzzy and GA-PID Controllers for Optimized Perf...
IRJET- Design and Analysis of Fuzzy and GA-PID Controllers for Optimized Perf...IRJET Journal
 
Speed control of Separately Excited DC Motor using various Conventional Contr...
Speed control of Separately Excited DC Motor using various Conventional Contr...Speed control of Separately Excited DC Motor using various Conventional Contr...
Speed control of Separately Excited DC Motor using various Conventional Contr...IJERA Editor
 
Non-integer IMC Based PID Design for Load Frequency Control of Power System t...
Non-integer IMC Based PID Design for Load Frequency Control of Power System t...Non-integer IMC Based PID Design for Load Frequency Control of Power System t...
Non-integer IMC Based PID Design for Load Frequency Control of Power System t...IJECEIAES
 
A new approach for Tuning of PID Load Frequency Controller of an Interconnect...
A new approach for Tuning of PID Load Frequency Controller of an Interconnect...A new approach for Tuning of PID Load Frequency Controller of an Interconnect...
A new approach for Tuning of PID Load Frequency Controller of an Interconnect...Editor IJMTER
 
Reviews of Cascade Control of Dc Motor with Advance Controller
Reviews of Cascade Control of Dc Motor with Advance ControllerReviews of Cascade Control of Dc Motor with Advance Controller
Reviews of Cascade Control of Dc Motor with Advance Controllerijsrd.com
 
Speed Control of Dc Motor using Adaptive PID with SMC Scheme
Speed Control of Dc Motor using Adaptive PID with SMC SchemeSpeed Control of Dc Motor using Adaptive PID with SMC Scheme
Speed Control of Dc Motor using Adaptive PID with SMC SchemeIRJET Journal
 
DC Motor Position Control Using Fuzzy Proportional-Derivative Controllers Wit...
DC Motor Position Control Using Fuzzy Proportional-Derivative Controllers Wit...DC Motor Position Control Using Fuzzy Proportional-Derivative Controllers Wit...
DC Motor Position Control Using Fuzzy Proportional-Derivative Controllers Wit...IOSR Journals
 
DC Motor Position Control Using Fuzzy Proportional-Derivative Controllers Wit...
DC Motor Position Control Using Fuzzy Proportional-Derivative Controllers Wit...DC Motor Position Control Using Fuzzy Proportional-Derivative Controllers Wit...
DC Motor Position Control Using Fuzzy Proportional-Derivative Controllers Wit...IOSR Journals
 
Optimal tuning of pid power system stabilizer in simulink environment
Optimal tuning of pid power system stabilizer in simulink environmentOptimal tuning of pid power system stabilizer in simulink environment
Optimal tuning of pid power system stabilizer in simulink environmentIAEME Publication
 

Similar to Analysis and Design of Conventional Controller for Speed Control of DC Motor -A MATLAB Approach (20)

Performance based Comparison between Various Z-N Tuninng PID and Fuzzy Logic ...
Performance based Comparison between Various Z-N Tuninng PID and Fuzzy Logic ...Performance based Comparison between Various Z-N Tuninng PID and Fuzzy Logic ...
Performance based Comparison between Various Z-N Tuninng PID and Fuzzy Logic ...
 
Modified Chattering Free Sliding Mode Control of DC Motor
Modified Chattering Free Sliding Mode Control of DC MotorModified Chattering Free Sliding Mode Control of DC Motor
Modified Chattering Free Sliding Mode Control of DC Motor
 
6. performance analysis of pd, pid controllers for speed control of dc motor
6. performance analysis of pd, pid controllers for speed control of dc motor6. performance analysis of pd, pid controllers for speed control of dc motor
6. performance analysis of pd, pid controllers for speed control of dc motor
 
IRJET- Analysis of 3-Phase Induction Motor with High Step-Up PWM DC-DC Conver...
IRJET- Analysis of 3-Phase Induction Motor with High Step-Up PWM DC-DC Conver...IRJET- Analysis of 3-Phase Induction Motor with High Step-Up PWM DC-DC Conver...
IRJET- Analysis of 3-Phase Induction Motor with High Step-Up PWM DC-DC Conver...
 
IRJET- Design and Analysis of Fuzzy and GA-PID Controllers for Optimized Perf...
IRJET- Design and Analysis of Fuzzy and GA-PID Controllers for Optimized Perf...IRJET- Design and Analysis of Fuzzy and GA-PID Controllers for Optimized Perf...
IRJET- Design and Analysis of Fuzzy and GA-PID Controllers for Optimized Perf...
 
Gl3311371146
Gl3311371146Gl3311371146
Gl3311371146
 
anas.pdf
anas.pdfanas.pdf
anas.pdf
 
Speed control of Separately Excited DC Motor using various Conventional Contr...
Speed control of Separately Excited DC Motor using various Conventional Contr...Speed control of Separately Excited DC Motor using various Conventional Contr...
Speed control of Separately Excited DC Motor using various Conventional Contr...
 
Non-integer IMC Based PID Design for Load Frequency Control of Power System t...
Non-integer IMC Based PID Design for Load Frequency Control of Power System t...Non-integer IMC Based PID Design for Load Frequency Control of Power System t...
Non-integer IMC Based PID Design for Load Frequency Control of Power System t...
 
A new approach for Tuning of PID Load Frequency Controller of an Interconnect...
A new approach for Tuning of PID Load Frequency Controller of an Interconnect...A new approach for Tuning of PID Load Frequency Controller of an Interconnect...
A new approach for Tuning of PID Load Frequency Controller of an Interconnect...
 
Reviews of Cascade Control of Dc Motor with Advance Controller
Reviews of Cascade Control of Dc Motor with Advance ControllerReviews of Cascade Control of Dc Motor with Advance Controller
Reviews of Cascade Control of Dc Motor with Advance Controller
 
Pi controller ieee format
Pi controller ieee formatPi controller ieee format
Pi controller ieee format
 
Speed Control of Dc Motor using Adaptive PID with SMC Scheme
Speed Control of Dc Motor using Adaptive PID with SMC SchemeSpeed Control of Dc Motor using Adaptive PID with SMC Scheme
Speed Control of Dc Motor using Adaptive PID with SMC Scheme
 
Performance Study of Enhanced Non-Linear PID Control Applied on Brushless DC ...
Performance Study of Enhanced Non-Linear PID Control Applied on Brushless DC ...Performance Study of Enhanced Non-Linear PID Control Applied on Brushless DC ...
Performance Study of Enhanced Non-Linear PID Control Applied on Brushless DC ...
 
G010525868
G010525868G010525868
G010525868
 
DC Motor Position Control Using Fuzzy Proportional-Derivative Controllers Wit...
DC Motor Position Control Using Fuzzy Proportional-Derivative Controllers Wit...DC Motor Position Control Using Fuzzy Proportional-Derivative Controllers Wit...
DC Motor Position Control Using Fuzzy Proportional-Derivative Controllers Wit...
 
F010133747
F010133747F010133747
F010133747
 
DC Motor Position Control Using Fuzzy Proportional-Derivative Controllers Wit...
DC Motor Position Control Using Fuzzy Proportional-Derivative Controllers Wit...DC Motor Position Control Using Fuzzy Proportional-Derivative Controllers Wit...
DC Motor Position Control Using Fuzzy Proportional-Derivative Controllers Wit...
 
D04954148
D04954148D04954148
D04954148
 
Optimal tuning of pid power system stabilizer in simulink environment
Optimal tuning of pid power system stabilizer in simulink environmentOptimal tuning of pid power system stabilizer in simulink environment
Optimal tuning of pid power system stabilizer in simulink environment
 

Recently uploaded

Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 

Recently uploaded (20)

Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 

Analysis and Design of Conventional Controller for Speed Control of DC Motor -A MATLAB Approach

  • 1. C. S. Linda Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 2, ( Part -5) February 2015, pp.56-61 www.ijera.com 56 | P a g e Analysis and Design of Conventional Controller for Speed Control of DC Motor -A MATLAB Approach C. S. Linda, K. K Electrical and Electronics Engineering Department, CIT, Ranchi Computer Engineering Department, CIT, Ranchi Abstract The objective of this paper is to control the speed of the motor using conventional controller; compensator is used to improve the steady state error. To evaluate the performance of the controller, time response analysis is carried out. The time response analysis consists of two type of analysis. One is unit step response analysis and other is performance indices analysis. The paper describes the designing of a closed loop model of the dc motor drive for controlling speed. Accuracy and the dynamic responses are better in a closed loop system. The compensator is used to compensate the parameter of the system in such a way to meet the specification, so that it improves the steady state response of the system and get desired response. I. Introduction The development of high performance motor drives is very important in industrial as well as other function applications such as steel rolling mills, electric trains and robotics. Generally, a high performance motor drive system must have good dynamic speed command tracking and load regulating response to perform task. DC drives, because of their simplicity, ease of application, high reliabilities, flexibilities and favorable cost have long been a backbone of industrial applications, robot manipulators and home appliances where speed and position control of motor are required. DC drives are less complex with a single power conversion from AC to DC. A DC motors provide excellent control of speed for acceleration and deceleration. DC drives are normally less expensive for most horsepower ratings. DC motors have a long tradition of use as adjustable speed machines and a wide range of options have evolved for this purpose. In these applications, the motor should be precisely controlled to give the desired performance. DC motor is commonly used in robotic application and industrial machinery. The beauty of this motor is it provide high torque load sustaining properties. Again the speed torque characteristics of DC motors are much more superior to that of AC motors. The controllers of the speed that are conceived for goal to control the speed of DC motor to execute one variety of tasks, is of several conventional and numeric controller types, the controllers can be: proportional integral (PI), proportional integral derivative (PID), Internal module controller (IMC), Fuzzy Logic Controller (FLC), Neural Network or the combination between them: Fuzzy-Neural Networks, Fuzzy-Genetic Algorithm Fuzzy-Ants Colony, Fuzzy-Swarm. In this project, the used controllers are PID, IMC and FLC to control the speed of DC motor. II. DC Motor System A DC motors provide excellent control of speed for acceleration and deceleration. DC drives are normally less expensive for most horsepower ratings. DC motors have a long tradition of use as adjustable speed machines and a wide range of options have evolved for this purpose. In these applications, the motor should be precisely controlled to give the desired performance. DC motor is commonly used in robotic application and industrial machinery. The beauty of this motor is it provide high torque load sustaining properties. Again the speed torque characteristics of DC motors are much more superior to that of AC motors. III. Lag compensator A Lag compensator improves the steady-state behavior of a system while nearly preserving its transient response. The compensator having a transfer function of the form is given by Gc(s) = The transfer function of the lag compensator is given by Gc(s) = Kc𝛽 Ts+1/𝛽 Ts+1 Is ensuring that pole is to the right of zero i.e. nearer the origin than zero. Beta parameter of the Lag compensator is nearly equal to the ratio of the specified error constant of the compensated system to the error of the uncompensated system. The output RESEARCH ARTICLE OPEN ACCESS
  • 2. C. S. Linda Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 2, ( Part -5) February 2015, pp.56-61 www.ijera.com 57 | P a g e from a system might be unstable or the response is too slow or there is much overshoot. Systems may have their responses to inputs altered by including compensators. A compensator is a block which is incorporated in the system so that it alters the overall transfer function of the system in such a way to obtain the required characteristics. IV. Mathematical Modeling of Separately excited Dc Motor Let us mathematical model the transfer function of the armature controlled DC motor. The electrical equivalent diagram of armature controlled DC motor is given by. The term speed control stand for intentional speed variation carried out manually or automatically DC motors are most suitable for wide range speed control and are there for many adjustable speed drives. Separately excited Dc Motor The armature voltage equation is given by: Va t = Ra Ia t + La. d Ia t dt + EB t (1) The back emf equation of motor will be EB t = Kb ω t (2) And the torque balance equation will be: Tm t = Kt. Ia t (3) Tm t = J dω t dt + Bω(t) (4) In this equation: Kt = Torque constant (Nm/A) Kb = back emf constant (Vs/rad) Let us adding the upper equations together: 𝑉𝑎 𝑡 = Ra. Ia t + La. d Ia t dt + Kb ω t (5) Kt. Ia t = J dω(t) dt + Bω t (6) We have Taking Laplace Transform of (5) & (6), then we get.. 𝑉𝑎 s = Ra. Ia s + La. Ia s + Kb ω(s) (7) Kt. Ia s = Jω s + B ω s (8) Now the value of current is obtained from (8) and putting in (7) we have… 𝑉𝑎 s = ω s 1 𝐾𝑡 La. Js2 + Ra. J + La. B s + Kb. Kt (9) Then the relation between rotor shaft speed and armature voltage is given by transfer function: ω(s) Va (s) = Kt (JLa s2+ JRa +BLa s+ KtKb +BRa (10) This is the transfer function of the DC motor. V. Proportional-Integral-Derivative (PID) Controller The mnemonic PID refers to the first letters of the names of the individual terms that make up the standard three-term controller. These are P for the proportional term, I for the integral term and D for the derivative term in the controller. PID controllers are probably the most widely used industrial controller. Even complex industrial control systems may comprise a control network whose main control building block is a PID control module. In PID controller Proportional (P) control is not able to remove steady state error or offset error in step response. This offset can be eliminated by Integral (I) control action. Output of I controller at any instant is the area under actuating error signal curve up to that instant. I control removes offset, but may lead to oscillatory response of slowly decreasing amplitude or even increasing amplitude, both of which are undesirable. Derivative (D) control action has high sensitivity. It anticipates actuating error initiates an early correction action and tends to increase stability of system. Ideal PID controller in continuous time is given as 𝑦 𝑡 = 𝐾𝑝 𝑒 𝑡 + 1 𝑇 𝑖 𝑒 𝑡 𝑑𝑡 𝑡 0 + 𝑇𝑑 𝑑𝑒 𝑡 𝑑𝑡 (10) Laplace domain representation of ideal PID controller is 𝐺𝑐 𝑠 = 𝑌 𝑠 𝐸 𝑠 = 𝐾𝑝 (1 + 1 𝑇 𝑖 𝑠 + 𝑇𝑑 𝑠) (11)
  • 3. C. S. Linda Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 2, ( Part -5) February 2015, pp.56-61 www.ijera.com 58 | P a g e VI. There are different Tuning methods of PID Controller Ziegler and Nichols proposed rules for determining values of 𝐾𝑝 , 𝑇𝑖 𝑎𝑛𝑑 𝑇𝑑 based on the transient response characteristics of a given plant. Closed loop oscillation based PID tuning method is a popular method of tuning PID controller. In this kind of tuning method, a critical gain 𝐾𝑐 is induced in the forward path of the control system. The high value of the gain takes the system to the verge of instability. It creates oscillation and from the oscillations, the value of frequency and time are calculated. Table 1 gives experimental tuning rules based on closed loop oscillation method Simulink representation of DC motor Simulink representation of PID Controller DC Motor with Lag compensator
  • 4. C. S. Linda Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 2, ( Part -5) February 2015, pp.56-61 www.ijera.com 59 | P a g e Simulation effect: Time vs. Speed graph Unit step response of PID controller
  • 5. C. S. Linda Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 2, ( Part -5) February 2015, pp.56-61 www.ijera.com 60 | P a g e System response with lag compensator Angular velocity vs. Time graph Table 1 Ziegler-Nichols Closed loop oscillation based tuning methods. Type of Controller 𝐊 𝐩 𝐓𝐢 𝐓𝐝 P 0.5Kc ∞ 0 PI 0.45Kc 0.83T 0 PID 0.6Kc 0.5T 0.125T VII. Conclusion In this paper study of performance of conventional controller and Lag compensator has been studied. Lag compensator has been included into the system in to improve the response of the dc motor without affecting the other parameters. There are some design constraints like settling time, rise time, maximum overshoot, damping ratio; steady state error under which the compensator are designed .Steady state parameter is the primary key which has
  • 6. C. S. Linda Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 5, Issue 2, ( Part -5) February 2015, pp.56-61 www.ijera.com 61 | P a g e to be taken into under consideration. We have to use conventional controller to control the speed of motor. By appropriate parameter of the dc motor transfer function closed loop system are constructed and response of the closed loop response has been observed The mathematical formulation of the transfer function has been done and location of the poles and zero has been plotted. The stability of the system has been analyzed by plotting poles and zeros on the root loci plot. The closed loop response of the dc motor with PID controller has also been studied. In order to calculate gain margin phase margin, bode plot has been drawn. Specification of the separately excited DC Motor which is given below:- Consider the following values for the physical parameters Armature inductance (La) = 0.5 H Armature resistance (Ra) = 1Ω Armature voltage (Va) = 200 V Mechanical inertia (J) = 0.01 Kg. m Friction coefficient (B) = 0.1 N. m /rad/sec Back emf constant Kb = 0.01 V/rad/sec Motor torque constant Kt= 0.01N.m/A Rated speed = 1450 rpm References [1] Santana, J., J.L. Naredo, F. Sandoval, I. Grout and O.J. Argueta, 2002. Simulation and Construction of Speed Control for a DC Series Motor. Mechatronic, 12: 1145-1156. [2] Abdurrahman, A.A. Emhemed and Rosbi Bin Mamat, 2012. Modeling and Simulation for Industrial DC Motor Using Intelligent Control. Proscenia Engineering, 41: 420-4 [3] Saab, S.S. and R.A. Kaed-Bey, 2001. Parameter Identification of a DC Motor: An Experimental Approach.IEEE International Conf. on Elec. Circuit and Systems (ICECS), 4: 981-984. [4] Lankarany, M. and A. Rezazade, 2007. Parameter Estimation Optimization Based on Genetic Algorithm Applied to DC Motor. IEEE International Conf. on Electrical Engineering (ICEE), pp:1-6 [5] Dupuis, M. Ghribi and A. Adour, 2004. Multi objective Genetic Estimation of DC Motor Parameters and Load Torque. IEEE International Conf. on Ind. Tech. (ICIT), pp: 1511-1514. [6] Pothiya, S., S. Chanposri, S. Kamsawang and W. Kinares, 2003 Parameter Identification of a DC Motor Using [7] XuJX, Heike, Yang R H,”Maximum phase added lead, minimum phase reduce lag non trial and error compensator design”. Proceeding of 4 Asia control conference Singapore, pp 93-98, 2002 [8] Wang Fei-Yue ,Huang Yue,”A non trail- and-error method for phase-lead and phase lag compensator Design”, IEEE transaction,pp 1654-1660.2001 [9] Godhwani arjun,”feedback control system”,IEEE transaction, pp 1758-1764, 2013 [10] Yeroglu Celaleddian, Ten Nuserte,” Development of a tool box for frequency response analysis for fractional order control system”,IEEE transaction,pp 866- 869,2009 [11] Marcelo, TeixeiraA. Assuncao Advaldo, Machado Erica R,M.D,”A Method for plotting the complementary root locus using the root locus rule”,IEEE transactions ,vol,47,no3,pp405-409,2004. [12] Miroslav, Ragot Patrick Perriard Yves, ”Design optimization of a BLDC motor :a comparative analysis,”IEEETransection,pp 1520-1523,2007 [13] Cavicchi J Thomas, “Phase Margin Revisited: Phase root locus, Bode plots and Phase shifter”,IEEE Tran section, Vol.46,no1 pp168-176,2003