SlideShare a Scribd company logo
IJSRD - International Journal for Scientific Research & Development| Vol. 1, Issue 5, 2013 | ISSN (online): 2321-0613
All rights reserved by www.ijsrd.com 1121
Abstract-- The proportional- integral-derivative (PID)
control is the most used algorithm to regulate the armature
current and speed of cascade Control system in motor
drives. The controller uses two PID controllers. One PI
controller is for speed control and second PID controller for
current control in cascade structure. Inner loop is for the
current control which is faster than the outer loop. Outer
loop is for speed control. The output of the encoder is
compared with a preset reference speed. The output of the PI
controller is summed and is given as the input to the current
controller.
Keywords: DC motor, encoder, cascade control, speed
control, current control, PI controller and PID controller,
PIC18F microcontroller.
I. INTRODUCTION
Brushed DC Motors have been widely used in many
industrial applications such as electric vehicles, steel rolling
mills, electric cranes, and robotic manipulators due to
precise, wide, simple, and continuous control characteristics.
Small DC motors (in fractional power rating) are used in
control devices such as encoder for speed sensing and
servomotors for positioning. [4]
In this type of control there are two control loops, inner one
for controlling current and outer one for speed control. In
cascade control, two proportional-integral-derivative (PID)
controllers are used, which removes the delay and provides
fast control.
Fig. 1: Permanent magnet brushed dc motor
In this paper, section-1 is the fundamentals of the DC motor.
In section-2, cascade PID structure is explained. In section-
3, papers reviews are shown. In section-4, future scope is
explained and given the conclusion.
II. FUNDAMENTALS OF DC MOTOR
DC motor transfer function can be obtained by the following
equations
The armature circuit equation is:
(t)= +e (1)
Where
(t) is the armature voltage, e is the back EMF, is the
armature current, and are the armature resistance and
armature inductance respectively.[4]
The back EMF can be written as
e= (2)
Where
is a constant for the machine and w is the angular speed
of rotation.
The equation of mechanical part is:
(3)
Where J is the moment of inertia, b is the viscous friction
coefficient.
Developed torque is:
(4)
Taking Laplace transform of all forgoing equations assume
zero initial conditions for all variables, the DC motor
transfer function can be obtained as[4]
G ( ) ( )
(5)
So, DC motor is second order system. When there are no
parameters specifications of the system, system
identification is used to build mathematical modeling of the
dynamic system based on measured data. Overall system is
represented in block diagram form as shown in Figure-2, In
which voltage signal Va is applied to electrical system and
then by multiplying with K1-back emf, torque-T will go to
mechanical system. W is the output speed which is
measured by K2- speed sensor and then go back to the
reference signal.
-
Fig. 2: DC motor block diagram
III. CASCADE CONTROL STRUCTURE
In a cascade control system there is one or more control
loops inside the primary loop, and the controllers are in
cascade The (first) loop inside the primary loop is called the
secondary loop, and the controller in this loop is called the
secondary controller (or slave controller). The outer loop is
called the primary loop, and the controller in this loop is
called the primary controller (or master-controller). The
control signal calculated by the primary controller is the set
point of the secondary controller. The purpose of the
Reviews of Cascade Control of Dc Motor with Advance Controller
Bhavina Rathod1
1
PG Student, Applied Instrumentation
1
L. D. College of Engineering, Gujarat, India
T(s)
1
Electrical
system
K
1
Mechanical
system
𝑘 𝑡
𝑘
K2
W(s)
+
Va(s) Ia(s)
Reviews of Cascade Control of Dc Motor with Advance Controller
(IJSRD/Vol. 1/Issue 5/2013/021)
All rights reserved by www.ijsrd.com 1122
secondary loop is to compensate quickly for the disturbance
so that its response in the primary output variable of the
process is small. For this the secondary loop must have
register the disturbance. Cascade control can give
substantial compensation improvement. Cascade control can
also give improved tracking of a varying set point, but only
if the secondary loop has faster dynamics than the second
process.
IV. LITERATURE REVIEWS
Proportional-Integral-Derivative (PID) control is the best-
known controller in industries. PID offers simple structure
as well as robust performance for the dc motor system. PI
controller is always been compared to PID and PD
controller. PI controller is suited for dominant dead time
where constant>dead time and PID controller is suited for
dominant time constant and no noise from the transmitter.
Derivative, D is used when the loop has low noise and to
increase the stability. If the loop contains high noise, D will
increase the noise in high frequency and make the output
jittery. D is not suitable for pure dead time process. It will
cause the loop to become unstable.
From reference paper-3, it concludes that cascade PID is
better than single PID speed control. In paper-1&2, there is
used Anti-windup PID with limiter for current peak control
application and elimination of integral error in PI speed
control application. In paper-4 the PI current controller is
replaced by IMC-tuned PID controller to eliminate the
overshoot in current loop and then the overshoot in speed
loop.
In most applications improved compensation — not
improved tracking — is the main purpose of cascade
control.
Cascade PID is tuned as follow:
1. First the secondary controller is tuned, with the
primary controller in manual mode.
2. Then the primary controller is tuned, the secondary
controller in automatic mode.
There are so many methods available to find the PID
parameters. The P, I & D parameters can be found by using
relay feedback technique connected with system. By using
this we can calculate the ultimate time (Pu) and Ultimate
gain (Ku) from oscillations of output waveforms, then using
Z-N technique Kp, Ki, & Kd is found. Thus controller is
tuned for that system.[3] Finding the value of relay
amplitude (d) and output amplitude (a), we will get the
ultimate gain by computing these values in the following
equation
= (8)
V. FUTURE SCOPE
Cascade PID control will be used by making two loops,
inner for current control which is as secondary loop with
secondary PID type controller and outer one is for speed
control as the primary loop with master PID type controller
as shown in the figure-3. First current loop will be
controlled and find the PID parameters and then speed loop
will be controlled by making automatic current control loop.
Implementation of the cascade PID controller on the PIC18F
Fig. 3: Cascade control of the system
Microcontroller is as shown in figure-4. In that encoder
gives the PWM signals from the DC motor and send the
digital signals to microcontroller. Microcontroller gives the
low level digital signal (5V) which is converted by isolator
in high level digital signal (12V) sufficient for DC motor.
System implementation requires the basic equipments:
isolator, RS-232 USB driver, power supply.
Digital code low level code high level code
Figure 4: Implementation of the system
PID algorithm will be developed in PIC18F 2431
microcontroller.
PIC18F microcontroller has good features for dc motor
speed control. It includes:
1. 14-bit Power Control PWM Module
2. Motion Feedback Module
1.Three independent input capture channels:
2.Flexible operating modes for period and Pulse
3.Width measurement
4.Special Hall Sensor interface module
5.Special event trigger output to other modules
6.Quadrature Encoder Interface:
7.2 phase inputs and one index input from
encoder
8.High and low position tracking with direction
9.status and change of direction interrupt
10.Velocity measurement
3. High-Speed, 200 Ksps 10-bit A/D Converter
4. Flexible Oscillator Structure
5. Two Capture/Compare/PWM (CCP) modules
6. Enhanced USART module
7. Flash/data EEPROM.[10]
For interfacing, L298 chip as dc motor isolator is used. It is
a high voltage, high current dual full-bridge driver designed
to accept standard TTL logic levels and drive inductive
loads such as relays, solenoids, DC and stepping motors.
Two enable inputs are provided to enable or disable the
device independently of the input signals. [11]
SPEED
CONTR
OLLER
CURR
ENT
CONT
ROLL
ER
INN
ER
SYS
TEM
EXT
ERN
AL
SYS
TEM
Y u
u
1
y
2
y
INNER
LOOP
ENCODE
R
INTERFACING
CIRCUIT
DC
MOTOR
MICRO
CONTROLLE
R
Reviews of Cascade Control of Dc Motor with Advance Controller
(IJSRD/Vol. 1/Issue 5/2013/021)
All rights reserved by www.ijsrd.com 1123
VI. CONCLUSION
PID control method is accurate for output control with
disturbance rejection but it will give rise to produce high
starting current which can be dangerous for control circuitry
or motor for high capacity motor operation, while cascade
control method will give best set point tracking (Servo
response) and disturbance rejection (regulation) with
reduced starting current, which can be used for low as well
as high capacity motors. In cascade structure, for better
improvement tune the PID controller in good manner such
that it will give robust response in speed and current loop.
Implementation of PID control algorithm will make on
PIC18F microcontroller.
REFERENCES
[1] M.Nizam.Kamarudin and Sahazati Md.Rozali,
―Simulink Implementation of Digital Cascade control
DC motor model – A didactic Approach,2008‖ 2nd
International conference power and energy(PECon08)
December 1-3.
[2] Anirban Ghoshal and Vinod John, ―Anti-windup
Schemes for Proportional Integral and Proportional
Resonant Controller,2010‖ NATIONAL POWER
ELECTRONIC CONFERENCE.
[3] Lalit S. Patel, K.C.Dave. ―Cascade control Technique
for D.C.Motor Speed Control, 2011‖ International
Conference on Science and Engineering.
[4] Ibrahim K., Rateb Issa. ―Overshoot Elimination in
Cascade Control of Separately Excited DC Motors,
2012‖ European Journal of Scientific Research,
pp.98-104
[5] Mehmet AKAR, Mahmut HEKIM, Ismail TEMIZ,
Zafer DOGAN. ―The Speed and Torque Control of
Direct Current Servo Motors by using Cascade Fuzzy
PI Controller, 2012‖
[6] C. Agees Kumar, N. Kesavan Nair. ―Multi Objective
Cascade Control System Design for Speed Control of
Permanent Magnet DC Motor Drives,2012‖ European
Journal of Scientific Research
[7] Mohd Azri Bin Abd Mutalib. ―Speed control of DC
motor using PI Controller‖,2008.
[8] A.Purna Chandra Rao,Y. P. Obulesu, CH. Sai babu
―Robust internal model control strategy based pid
controller for bldcm,2010‖ International Journal of
Engineering Science and Technology.
[9] W.L. Soong. ―DC Machines : Parameter
Measurement
and Performance Prediction,2008‖ Power
Engineering Briefing Note Series.
[10] Microchip, PIC18F2331/2431/4331/4431Data Sheet.
[11] WWW.ALLDATASHEET.COM, L298, DUAL
FULL-BRIDGE DRIVER.
[12] USB MAX-232 datasheet.

More Related Content

What's hot

Development of an automatic subsea blowout preventer stack control system usi...
Development of an automatic subsea blowout preventer stack control system usi...Development of an automatic subsea blowout preventer stack control system usi...
Development of an automatic subsea blowout preventer stack control system usi...
ISA Interchange
 
An opto isolator based linearization technique of a typical thyristor driven ...
An opto isolator based linearization technique of a typical thyristor driven ...An opto isolator based linearization technique of a typical thyristor driven ...
An opto isolator based linearization technique of a typical thyristor driven ...
ISA Interchange
 
Design of Fuzzy Logic Controller for Speed Regulation of BLDC motor using MATLAB
Design of Fuzzy Logic Controller for Speed Regulation of BLDC motor using MATLABDesign of Fuzzy Logic Controller for Speed Regulation of BLDC motor using MATLAB
Design of Fuzzy Logic Controller for Speed Regulation of BLDC motor using MATLAB
ijsrd.com
 
DC MOTOR SPEED CONTROL USING ON-OFF CONTROLLER BY PIC16F877A MICROCONTROLLER
DC MOTOR SPEED CONTROL USING ON-OFF CONTROLLER BY  PIC16F877A MICROCONTROLLERDC MOTOR SPEED CONTROL USING ON-OFF CONTROLLER BY  PIC16F877A MICROCONTROLLER
DC MOTOR SPEED CONTROL USING ON-OFF CONTROLLER BY PIC16F877A MICROCONTROLLER
Tridib Bose
 
Speed Control of Induction Motor Using PLC and SCADA System
Speed Control of Induction Motor Using PLC and SCADA SystemSpeed Control of Induction Motor Using PLC and SCADA System
Speed Control of Induction Motor Using PLC and SCADA System
IJERA Editor
 
Speed Control of a Seperately Excited DC Motor by Implementing Fuzzy Logic Co...
Speed Control of a Seperately Excited DC Motor by Implementing Fuzzy Logic Co...Speed Control of a Seperately Excited DC Motor by Implementing Fuzzy Logic Co...
Speed Control of a Seperately Excited DC Motor by Implementing Fuzzy Logic Co...
IRJET Journal
 
Fuzzy logic speed control of three phase
Fuzzy logic speed control of three phaseFuzzy logic speed control of three phase
Fuzzy logic speed control of three phaseaspafoto
 
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
 
Design and development of programmable controller for air sampling machine
Design and development of programmable controller for air sampling machineDesign and development of programmable controller for air sampling machine
Design and development of programmable controller for air sampling machine
eSAT Journals
 
Adaptive Fuzzy PID Regulator for the Speed Control of Brushless Dc Motor
Adaptive Fuzzy PID Regulator for the Speed Control of Brushless Dc MotorAdaptive Fuzzy PID Regulator for the Speed Control of Brushless Dc Motor
Adaptive Fuzzy PID Regulator for the Speed Control of Brushless Dc Motor
IOSR Journals
 
Simulation of igbt based speed control system for induction motor using fu
Simulation of igbt based speed control system for induction motor using fuSimulation of igbt based speed control system for induction motor using fu
Simulation of igbt based speed control system for induction motor using fuIAEME Publication
 
Fpga based motor controller
Fpga based motor controllerFpga based motor controller
Fpga based motor controller
Uday Wankar
 
BLDC Motor Speed Control With RPM Display
 BLDC Motor Speed Control With RPM Display BLDC Motor Speed Control With RPM Display
BLDC Motor Speed Control With RPM Display
Edgefxkits & Solutions
 
Introduction of Programmable Logic Controller to Electric Overhead Travelling...
Introduction of Programmable Logic Controller to Electric Overhead Travelling...Introduction of Programmable Logic Controller to Electric Overhead Travelling...
Introduction of Programmable Logic Controller to Electric Overhead Travelling...
paperpublications3
 
Joint control of a robotic arm using particle swarm optimization based H2/H∞ ...
Joint control of a robotic arm using particle swarm optimization based H2/H∞ ...Joint control of a robotic arm using particle swarm optimization based H2/H∞ ...
Joint control of a robotic arm using particle swarm optimization based H2/H∞ ...
TELKOMNIKA JOURNAL
 
Abhishek seminar
Abhishek seminarAbhishek seminar
Abhishek seminar
Abhishek Mathur
 
Speed control of sensorless BLDC motor with two side chopping PWM
Speed control of sensorless BLDC motor with two side chopping PWMSpeed control of sensorless BLDC motor with two side chopping PWM
Speed control of sensorless BLDC motor with two side chopping PWM
IOSR Journals
 
D0255033039
D0255033039D0255033039
D0255033039theijes
 

What's hot (18)

Development of an automatic subsea blowout preventer stack control system usi...
Development of an automatic subsea blowout preventer stack control system usi...Development of an automatic subsea blowout preventer stack control system usi...
Development of an automatic subsea blowout preventer stack control system usi...
 
An opto isolator based linearization technique of a typical thyristor driven ...
An opto isolator based linearization technique of a typical thyristor driven ...An opto isolator based linearization technique of a typical thyristor driven ...
An opto isolator based linearization technique of a typical thyristor driven ...
 
Design of Fuzzy Logic Controller for Speed Regulation of BLDC motor using MATLAB
Design of Fuzzy Logic Controller for Speed Regulation of BLDC motor using MATLABDesign of Fuzzy Logic Controller for Speed Regulation of BLDC motor using MATLAB
Design of Fuzzy Logic Controller for Speed Regulation of BLDC motor using MATLAB
 
DC MOTOR SPEED CONTROL USING ON-OFF CONTROLLER BY PIC16F877A MICROCONTROLLER
DC MOTOR SPEED CONTROL USING ON-OFF CONTROLLER BY  PIC16F877A MICROCONTROLLERDC MOTOR SPEED CONTROL USING ON-OFF CONTROLLER BY  PIC16F877A MICROCONTROLLER
DC MOTOR SPEED CONTROL USING ON-OFF CONTROLLER BY PIC16F877A MICROCONTROLLER
 
Speed Control of Induction Motor Using PLC and SCADA System
Speed Control of Induction Motor Using PLC and SCADA SystemSpeed Control of Induction Motor Using PLC and SCADA System
Speed Control of Induction Motor Using PLC and SCADA System
 
Speed Control of a Seperately Excited DC Motor by Implementing Fuzzy Logic Co...
Speed Control of a Seperately Excited DC Motor by Implementing Fuzzy Logic Co...Speed Control of a Seperately Excited DC Motor by Implementing Fuzzy Logic Co...
Speed Control of a Seperately Excited DC Motor by Implementing Fuzzy Logic Co...
 
Fuzzy logic speed control of three phase
Fuzzy logic speed control of three phaseFuzzy logic speed control of three phase
Fuzzy logic speed control of three phase
 
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...
 
Design and development of programmable controller for air sampling machine
Design and development of programmable controller for air sampling machineDesign and development of programmable controller for air sampling machine
Design and development of programmable controller for air sampling machine
 
Adaptive Fuzzy PID Regulator for the Speed Control of Brushless Dc Motor
Adaptive Fuzzy PID Regulator for the Speed Control of Brushless Dc MotorAdaptive Fuzzy PID Regulator for the Speed Control of Brushless Dc Motor
Adaptive Fuzzy PID Regulator for the Speed Control of Brushless Dc Motor
 
Simulation of igbt based speed control system for induction motor using fu
Simulation of igbt based speed control system for induction motor using fuSimulation of igbt based speed control system for induction motor using fu
Simulation of igbt based speed control system for induction motor using fu
 
Fpga based motor controller
Fpga based motor controllerFpga based motor controller
Fpga based motor controller
 
BLDC Motor Speed Control With RPM Display
 BLDC Motor Speed Control With RPM Display BLDC Motor Speed Control With RPM Display
BLDC Motor Speed Control With RPM Display
 
Introduction of Programmable Logic Controller to Electric Overhead Travelling...
Introduction of Programmable Logic Controller to Electric Overhead Travelling...Introduction of Programmable Logic Controller to Electric Overhead Travelling...
Introduction of Programmable Logic Controller to Electric Overhead Travelling...
 
Joint control of a robotic arm using particle swarm optimization based H2/H∞ ...
Joint control of a robotic arm using particle swarm optimization based H2/H∞ ...Joint control of a robotic arm using particle swarm optimization based H2/H∞ ...
Joint control of a robotic arm using particle swarm optimization based H2/H∞ ...
 
Abhishek seminar
Abhishek seminarAbhishek seminar
Abhishek seminar
 
Speed control of sensorless BLDC motor with two side chopping PWM
Speed control of sensorless BLDC motor with two side chopping PWMSpeed control of sensorless BLDC motor with two side chopping PWM
Speed control of sensorless BLDC motor with two side chopping PWM
 
D0255033039
D0255033039D0255033039
D0255033039
 

Similar to Reviews of Cascade Control of Dc Motor with Advance 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 piAlexander Decker
 
Simulation DC Motor Speed Control System by using PID Controller
Simulation DC Motor Speed Control System by using PID ControllerSimulation DC Motor Speed Control System by using PID Controller
Simulation DC Motor Speed Control System by using PID Controller
ijtsrd
 
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
IRJET Journal
 
Self-Tuning Fuzzy PID Design for BLDC Speed Control
Self-Tuning Fuzzy PID Design for BLDC Speed ControlSelf-Tuning Fuzzy PID Design for BLDC Speed Control
Self-Tuning Fuzzy PID Design for BLDC Speed Control
GRD Journals
 
Camera Movement Control using PID Controller in LabVIEW
Camera Movement Control using PID Controller in LabVIEWCamera Movement Control using PID Controller in LabVIEW
Camera Movement Control using PID Controller in LabVIEW
ijtsrd
 
FOUR QUADRANT SPEED CONTROL OF DC MOTOR USING AT89S52 MICROCONTROLLER
FOUR QUADRANT SPEED CONTROL OF DC MOTOR USING AT89S52 MICROCONTROLLERFOUR QUADRANT SPEED CONTROL OF DC MOTOR USING AT89S52 MICROCONTROLLER
FOUR QUADRANT SPEED CONTROL OF DC MOTOR USING AT89S52 MICROCONTROLLER
Journal For Research
 
F05613947
F05613947F05613947
F05613947
IOSR-JEN
 
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 ...
International Journal of Power Electronics and Drive Systems
 
Embedded intelligent adaptive PI controller for an electromechanical system
Embedded intelligent adaptive PI controller for an electromechanical  systemEmbedded intelligent adaptive PI controller for an electromechanical  system
Embedded intelligent adaptive PI controller for an electromechanical system
ISA Interchange
 
IRJET - Design of EV with Fault Detection and Monitoring in Low Voltage S...
IRJET -  	  Design of EV with Fault Detection and Monitoring in Low Voltage S...IRJET -  	  Design of EV with Fault Detection and Monitoring in Low Voltage S...
IRJET - Design of EV with Fault Detection and Monitoring in Low Voltage S...
IRJET Journal
 
A Flexible Closed Loop PMDC Motor Speed Control System for Precise Positioning
A Flexible Closed Loop PMDC Motor Speed Control System for Precise PositioningA Flexible Closed Loop PMDC Motor Speed Control System for Precise Positioning
A Flexible Closed Loop PMDC Motor Speed Control System for Precise Positioning
Waqas Tariq
 
Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...
Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...
Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...
IRJET Journal
 
IRJET- Speed Control and Minimization of Torque Ripples in BLDC Motor usi...
IRJET-  	  Speed Control and Minimization of Torque Ripples in BLDC Motor usi...IRJET-  	  Speed Control and Minimization of Torque Ripples in BLDC Motor usi...
IRJET- Speed Control and Minimization of Torque Ripples in BLDC Motor usi...
IRJET Journal
 
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
IJMER
 
Presentation200 (1).ppt
Presentation200 (1).pptPresentation200 (1).ppt
Presentation200 (1).ppt
MohammedHaseeb43
 
Design and Implementation of speed control for 3 phase induction motor using ...
Design and Implementation of speed control for 3 phase induction motor using ...Design and Implementation of speed control for 3 phase induction motor using ...
Design and Implementation of speed control for 3 phase induction motor using ...
IRJET Journal
 
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
 
Ct36570573
Ct36570573Ct36570573
Ct36570573
IJERA Editor
 

Similar to Reviews of Cascade Control of Dc Motor with Advance Controller (20)

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
 
Simulation DC Motor Speed Control System by using PID Controller
Simulation DC Motor Speed Control System by using PID ControllerSimulation DC Motor Speed Control System by using PID Controller
Simulation DC Motor Speed Control System by using PID Controller
 
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
 
Self-Tuning Fuzzy PID Design for BLDC Speed Control
Self-Tuning Fuzzy PID Design for BLDC Speed ControlSelf-Tuning Fuzzy PID Design for BLDC Speed Control
Self-Tuning Fuzzy PID Design for BLDC Speed Control
 
Camera Movement Control using PID Controller in LabVIEW
Camera Movement Control using PID Controller in LabVIEWCamera Movement Control using PID Controller in LabVIEW
Camera Movement Control using PID Controller in LabVIEW
 
FOUR QUADRANT SPEED CONTROL OF DC MOTOR USING AT89S52 MICROCONTROLLER
FOUR QUADRANT SPEED CONTROL OF DC MOTOR USING AT89S52 MICROCONTROLLERFOUR QUADRANT SPEED CONTROL OF DC MOTOR USING AT89S52 MICROCONTROLLER
FOUR QUADRANT SPEED CONTROL OF DC MOTOR USING AT89S52 MICROCONTROLLER
 
F05613947
F05613947F05613947
F05613947
 
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 ...
 
Embedded intelligent adaptive PI controller for an electromechanical system
Embedded intelligent adaptive PI controller for an electromechanical  systemEmbedded intelligent adaptive PI controller for an electromechanical  system
Embedded intelligent adaptive PI controller for an electromechanical system
 
IRJET - Design of EV with Fault Detection and Monitoring in Low Voltage S...
IRJET -  	  Design of EV with Fault Detection and Monitoring in Low Voltage S...IRJET -  	  Design of EV with Fault Detection and Monitoring in Low Voltage S...
IRJET - Design of EV with Fault Detection and Monitoring in Low Voltage S...
 
A Flexible Closed Loop PMDC Motor Speed Control System for Precise Positioning
A Flexible Closed Loop PMDC Motor Speed Control System for Precise PositioningA Flexible Closed Loop PMDC Motor Speed Control System for Precise Positioning
A Flexible Closed Loop PMDC Motor Speed Control System for Precise Positioning
 
Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...
Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...
Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...
 
IRJET- Speed Control and Minimization of Torque Ripples in BLDC Motor usi...
IRJET-  	  Speed Control and Minimization of Torque Ripples in BLDC Motor usi...IRJET-  	  Speed Control and Minimization of Torque Ripples in BLDC Motor usi...
IRJET- Speed Control and Minimization of Torque Ripples in BLDC Motor usi...
 
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
 
final project
final projectfinal project
final project
 
Presentation200 (1).ppt
Presentation200 (1).pptPresentation200 (1).ppt
Presentation200 (1).ppt
 
Design and Implementation of speed control for 3 phase induction motor using ...
Design and Implementation of speed control for 3 phase induction motor using ...Design and Implementation of speed control for 3 phase induction motor using ...
Design and Implementation of speed control for 3 phase induction motor using ...
 
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...
 
Ct36570573
Ct36570573Ct36570573
Ct36570573
 

More from ijsrd.com

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Grid
ijsrd.com
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Things
ijsrd.com
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Life
ijsrd.com
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOT
ijsrd.com
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...
ijsrd.com
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
ijsrd.com
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Life
ijsrd.com
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learning
ijsrd.com
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation System
ijsrd.com
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
ijsrd.com
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigerator
ijsrd.com
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
ijsrd.com
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processing
ijsrd.com
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
ijsrd.com
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
ijsrd.com
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Tracking
ijsrd.com
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
ijsrd.com
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparators
ijsrd.com
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
ijsrd.com
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.
ijsrd.com
 

More from ijsrd.com (20)

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Grid
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Things
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Life
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOT
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Life
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learning
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation System
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigerator
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processing
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Tracking
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparators
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.
 

Recently uploaded

Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
Vijay Dialani, PhD
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
SupreethSP4
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
BrazilAccount1
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
ongomchris
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 

Recently uploaded (20)

Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 

Reviews of Cascade Control of Dc Motor with Advance Controller

  • 1. IJSRD - International Journal for Scientific Research & Development| Vol. 1, Issue 5, 2013 | ISSN (online): 2321-0613 All rights reserved by www.ijsrd.com 1121 Abstract-- The proportional- integral-derivative (PID) control is the most used algorithm to regulate the armature current and speed of cascade Control system in motor drives. The controller uses two PID controllers. One PI controller is for speed control and second PID controller for current control in cascade structure. Inner loop is for the current control which is faster than the outer loop. Outer loop is for speed control. The output of the encoder is compared with a preset reference speed. The output of the PI controller is summed and is given as the input to the current controller. Keywords: DC motor, encoder, cascade control, speed control, current control, PI controller and PID controller, PIC18F microcontroller. I. INTRODUCTION Brushed DC Motors have been widely used in many industrial applications such as electric vehicles, steel rolling mills, electric cranes, and robotic manipulators due to precise, wide, simple, and continuous control characteristics. Small DC motors (in fractional power rating) are used in control devices such as encoder for speed sensing and servomotors for positioning. [4] In this type of control there are two control loops, inner one for controlling current and outer one for speed control. In cascade control, two proportional-integral-derivative (PID) controllers are used, which removes the delay and provides fast control. Fig. 1: Permanent magnet brushed dc motor In this paper, section-1 is the fundamentals of the DC motor. In section-2, cascade PID structure is explained. In section- 3, papers reviews are shown. In section-4, future scope is explained and given the conclusion. II. FUNDAMENTALS OF DC MOTOR DC motor transfer function can be obtained by the following equations The armature circuit equation is: (t)= +e (1) Where (t) is the armature voltage, e is the back EMF, is the armature current, and are the armature resistance and armature inductance respectively.[4] The back EMF can be written as e= (2) Where is a constant for the machine and w is the angular speed of rotation. The equation of mechanical part is: (3) Where J is the moment of inertia, b is the viscous friction coefficient. Developed torque is: (4) Taking Laplace transform of all forgoing equations assume zero initial conditions for all variables, the DC motor transfer function can be obtained as[4] G ( ) ( ) (5) So, DC motor is second order system. When there are no parameters specifications of the system, system identification is used to build mathematical modeling of the dynamic system based on measured data. Overall system is represented in block diagram form as shown in Figure-2, In which voltage signal Va is applied to electrical system and then by multiplying with K1-back emf, torque-T will go to mechanical system. W is the output speed which is measured by K2- speed sensor and then go back to the reference signal. - Fig. 2: DC motor block diagram III. CASCADE CONTROL STRUCTURE In a cascade control system there is one or more control loops inside the primary loop, and the controllers are in cascade The (first) loop inside the primary loop is called the secondary loop, and the controller in this loop is called the secondary controller (or slave controller). The outer loop is called the primary loop, and the controller in this loop is called the primary controller (or master-controller). The control signal calculated by the primary controller is the set point of the secondary controller. The purpose of the Reviews of Cascade Control of Dc Motor with Advance Controller Bhavina Rathod1 1 PG Student, Applied Instrumentation 1 L. D. College of Engineering, Gujarat, India T(s) 1 Electrical system K 1 Mechanical system 𝑘 𝑡 𝑘 K2 W(s) + Va(s) Ia(s)
  • 2. Reviews of Cascade Control of Dc Motor with Advance Controller (IJSRD/Vol. 1/Issue 5/2013/021) All rights reserved by www.ijsrd.com 1122 secondary loop is to compensate quickly for the disturbance so that its response in the primary output variable of the process is small. For this the secondary loop must have register the disturbance. Cascade control can give substantial compensation improvement. Cascade control can also give improved tracking of a varying set point, but only if the secondary loop has faster dynamics than the second process. IV. LITERATURE REVIEWS Proportional-Integral-Derivative (PID) control is the best- known controller in industries. PID offers simple structure as well as robust performance for the dc motor system. PI controller is always been compared to PID and PD controller. PI controller is suited for dominant dead time where constant>dead time and PID controller is suited for dominant time constant and no noise from the transmitter. Derivative, D is used when the loop has low noise and to increase the stability. If the loop contains high noise, D will increase the noise in high frequency and make the output jittery. D is not suitable for pure dead time process. It will cause the loop to become unstable. From reference paper-3, it concludes that cascade PID is better than single PID speed control. In paper-1&2, there is used Anti-windup PID with limiter for current peak control application and elimination of integral error in PI speed control application. In paper-4 the PI current controller is replaced by IMC-tuned PID controller to eliminate the overshoot in current loop and then the overshoot in speed loop. In most applications improved compensation — not improved tracking — is the main purpose of cascade control. Cascade PID is tuned as follow: 1. First the secondary controller is tuned, with the primary controller in manual mode. 2. Then the primary controller is tuned, the secondary controller in automatic mode. There are so many methods available to find the PID parameters. The P, I & D parameters can be found by using relay feedback technique connected with system. By using this we can calculate the ultimate time (Pu) and Ultimate gain (Ku) from oscillations of output waveforms, then using Z-N technique Kp, Ki, & Kd is found. Thus controller is tuned for that system.[3] Finding the value of relay amplitude (d) and output amplitude (a), we will get the ultimate gain by computing these values in the following equation = (8) V. FUTURE SCOPE Cascade PID control will be used by making two loops, inner for current control which is as secondary loop with secondary PID type controller and outer one is for speed control as the primary loop with master PID type controller as shown in the figure-3. First current loop will be controlled and find the PID parameters and then speed loop will be controlled by making automatic current control loop. Implementation of the cascade PID controller on the PIC18F Fig. 3: Cascade control of the system Microcontroller is as shown in figure-4. In that encoder gives the PWM signals from the DC motor and send the digital signals to microcontroller. Microcontroller gives the low level digital signal (5V) which is converted by isolator in high level digital signal (12V) sufficient for DC motor. System implementation requires the basic equipments: isolator, RS-232 USB driver, power supply. Digital code low level code high level code Figure 4: Implementation of the system PID algorithm will be developed in PIC18F 2431 microcontroller. PIC18F microcontroller has good features for dc motor speed control. It includes: 1. 14-bit Power Control PWM Module 2. Motion Feedback Module 1.Three independent input capture channels: 2.Flexible operating modes for period and Pulse 3.Width measurement 4.Special Hall Sensor interface module 5.Special event trigger output to other modules 6.Quadrature Encoder Interface: 7.2 phase inputs and one index input from encoder 8.High and low position tracking with direction 9.status and change of direction interrupt 10.Velocity measurement 3. High-Speed, 200 Ksps 10-bit A/D Converter 4. Flexible Oscillator Structure 5. Two Capture/Compare/PWM (CCP) modules 6. Enhanced USART module 7. Flash/data EEPROM.[10] For interfacing, L298 chip as dc motor isolator is used. It is a high voltage, high current dual full-bridge driver designed to accept standard TTL logic levels and drive inductive loads such as relays, solenoids, DC and stepping motors. Two enable inputs are provided to enable or disable the device independently of the input signals. [11] SPEED CONTR OLLER CURR ENT CONT ROLL ER INN ER SYS TEM EXT ERN AL SYS TEM Y u u 1 y 2 y INNER LOOP ENCODE R INTERFACING CIRCUIT DC MOTOR MICRO CONTROLLE R
  • 3. Reviews of Cascade Control of Dc Motor with Advance Controller (IJSRD/Vol. 1/Issue 5/2013/021) All rights reserved by www.ijsrd.com 1123 VI. CONCLUSION PID control method is accurate for output control with disturbance rejection but it will give rise to produce high starting current which can be dangerous for control circuitry or motor for high capacity motor operation, while cascade control method will give best set point tracking (Servo response) and disturbance rejection (regulation) with reduced starting current, which can be used for low as well as high capacity motors. In cascade structure, for better improvement tune the PID controller in good manner such that it will give robust response in speed and current loop. Implementation of PID control algorithm will make on PIC18F microcontroller. REFERENCES [1] M.Nizam.Kamarudin and Sahazati Md.Rozali, ―Simulink Implementation of Digital Cascade control DC motor model – A didactic Approach,2008‖ 2nd International conference power and energy(PECon08) December 1-3. [2] Anirban Ghoshal and Vinod John, ―Anti-windup Schemes for Proportional Integral and Proportional Resonant Controller,2010‖ NATIONAL POWER ELECTRONIC CONFERENCE. [3] Lalit S. Patel, K.C.Dave. ―Cascade control Technique for D.C.Motor Speed Control, 2011‖ International Conference on Science and Engineering. [4] Ibrahim K., Rateb Issa. ―Overshoot Elimination in Cascade Control of Separately Excited DC Motors, 2012‖ European Journal of Scientific Research, pp.98-104 [5] Mehmet AKAR, Mahmut HEKIM, Ismail TEMIZ, Zafer DOGAN. ―The Speed and Torque Control of Direct Current Servo Motors by using Cascade Fuzzy PI Controller, 2012‖ [6] C. Agees Kumar, N. Kesavan Nair. ―Multi Objective Cascade Control System Design for Speed Control of Permanent Magnet DC Motor Drives,2012‖ European Journal of Scientific Research [7] Mohd Azri Bin Abd Mutalib. ―Speed control of DC motor using PI Controller‖,2008. [8] A.Purna Chandra Rao,Y. P. Obulesu, CH. Sai babu ―Robust internal model control strategy based pid controller for bldcm,2010‖ International Journal of Engineering Science and Technology. [9] W.L. Soong. ―DC Machines : Parameter Measurement and Performance Prediction,2008‖ Power Engineering Briefing Note Series. [10] Microchip, PIC18F2331/2431/4331/4431Data Sheet. [11] WWW.ALLDATASHEET.COM, L298, DUAL FULL-BRIDGE DRIVER. [12] USB MAX-232 datasheet.