SlideShare a Scribd company logo
1 of 12
Download to read offline
Indonesian Journal of Electrical Engineering and Informatics (IJEEI)
Vol. 2, No. 4, December 2014, pp. 189~200
ISSN: 2089-3272  189
Received May 9, 201x; Revised August 3, 201x; Accepted August 16, 201x
Performance comparison of conventional controller
with Fuzzy logic controller using chopper circuit and
Fuzzy tuned PID controller
Mohammed Shoeb Mohiuddin
Department of Electrical Engineering
Mewar University, Chittorgarh, Rajasthan, India
e-mail: shoeb42@gmail.com
Abstract
It is often difficult to develop an accurate mathematical model of DC motor due to unknown load
variation, unknown and unavoidable parameter variations or nonlinearities due to saturation temperature
variations and system disturbances. Fuzzy logic application can handle such nonlinearities so that the
controller design is fundamentally robust which is not possible in conventional controllers. The knowledge
base of a fuzzy logic controller (FLC) encapsulates expert knowledge and consists of the Data base
(membership functions) and Rule-Base of the controller. Optimization of both these knowledge base
components is critical to the performance of the controller and has traditionally been achieved through a
process of trial and error. Such an approach is convenient for FLCs having low numbers of input variables
however for greater numbers of inputs, more formal methods of knowledge base optimization are required.
In this work, we study the challenging task of controlling the speed of DC motor. The feasibility of such
controller design is evaluated by simulation in the MATLAB/Simulink environment. In this study
Conventional Proportional Integral Derivative controller, Fuzzy logic controller using a chopper circuit and
Fuzzy tuned PID controller are analyzed and compared. Simulation software like MATLAB with Simulink
has been used for modeling and simulation purpose. The performance comparison of conventional
controller with Fuzzy logic controller using chopper circuit and Fuzzy tuned PID controller has been done in
terms of several performance measures Such as Settling time, Rise time and Overshoot.
Keywords: DC motor: Fuzzy tuned PID: Speed control
1. Introduction
As the applications of direct current (DC) machines have remained vital in industrial
processes. The development of high performance motor drives is very important in industrial as
well as other purpose 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 favourable 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. Again the speed torque characteristics of DC motors are much more superior to that
of AC motors. 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. 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), Fuzzy
Logic Controller (FLC) or the combination between them [17]. The proportional – integral –
derivative (PID) controller operates the majority of the control system in the world. It has been
reported that more than 95% of the controllers in the industrial process control applications are
of PID type as no other controller match the simplicity, clear functionality, applicability and ease
of use offered by the PID controller [3], [4]. PID controllers provide robust and reliable
performance for most systems if the PID parameters are tuned properly.
 ISSN: 2089-3272
IJEEI Vol. 2, No. 4, December 2014 : 189 – 200
190
2. Motor Model
When a separately excited motor is excited by a field current of if and an armature
current of ia flows in the circuit, the motor develops a back emf and a torque to balance the load
torque at a particular speed.
The if is independent of the ia .Each windings are supplied separately. Any change in
the armature current has no effect on the field current. The if is normally much less than the ia.
Figure 2.1. Separately excited DC motor
Where
Va is the armature voltage. (In volt)
Eb is back emf the motor (In volt)
Ia is the armature current (In ampere)
Ra is the armature resistance (In ohm)
La is the armature inductance (In Henry)
Tm is the mechanical torque developed (In Nm)
Jm is moment of inertia (In kg/m²)
Bm is friction coefficient of the motor (In Nm/ (rad/sec))
ω is angular velocity (In rad/sec)
The armature voltage equation is given by:
Va =Eb+ IaRa+ La (dIa/dt) (1)
Now the torque balance equation will be given by:
Tm = Jmdω/dt +Bmω+TL (2)
Where: TL is load torque in Nm.
Friction in rotor of motor is very small (can be neglected),so Bm=0
Therefore, new torque balance equation will be given by:
Tm = Jmdω/dt + TL (3)
Taking field flux as Φ and Back EMF Constant as K. Equation for back emf of motor will be:
Eb = K Φ ω (4)
Also, Tm = K Φ Ia (5)
Taking Laplace transform of the motor’s armature voltage equation we get
Ia(s) = (Va – KΦω)/ Ra (1+ LaS/Ra) (7)
and
ω(s) = (Tm - TL) /JS = (KΦIa - TL) /JmS (8)
IJEEI ISSN: 2089-3272 
Performance comparison of conventional controller with Fuzzy logic … (MS Mohiuddin)
191
(Armature Time Constant) Ta= La/Ra
Figure 2.2. Block Model of Separately Excited DC Motor
Table 2.1. Motor parameters
Parameters Description Value
Ra Armature Resistance(Ω) 1
La Armature Inductance(H) 0.5
Jm Motor of Inertia(Kg.m
2
/s
2
) 0.01
K Motor Constant(Nm/Amp) 0.8
B Damping ratio of mechanical system(Nms) 0.1
3. Fuzzy Logic Controller
The fuzzy logic foundation is based on the simulation of people’s opinions and
perceptions to control any system. One of the methods to simplify complex systems is to
tolerate to imprecision, vagueness and uncertainty up to some extent [10]. An expert operator
develops flexible control mechanism using words like “suitable, not very suitable, high, little
high, much and far too much that are frequently used words in people’s life. Fuzzy logic control
is constructed on these logical relationships. Fuzzy sets are used to show linguistic variables.
Fuzzy Sets Theory is first introduced in 1965 by Zadeh to express and process fuzzy knowledge
[11, 12]. There is a strong relationship between fuzzy logic and fuzzy set theory that is similar
relationship between Boolean logic and classic set theory. Figure 3 shows a basic FLC
structure.
Figure 3.1. Structure of fuzzy logic controller
 ISSN: 2089-3272
IJEEI Vol. 2, No. 4, December 2014 : 189 – 200
192
The input to the Self-tuning Fuzzy PID Controller are speed error "e(t)" and Change-in-
speed error "de(t)". The input shown in figure are described by
e (t)=wr(t)-wa(t)
de (t)=e(t)-e(t-1)
Using fuzzy control rules on-line, PID parameters “KP",” KI",” KD" are adjusted, which
constitute a self-tuning fuzzy PID controller as shown in Figure 4.
Figure 3.2. The structure of self-tuning fuzzy PID controller
PID parameters fuzzy self-tuning is to find the fuzzy relationship between the three
parameters of PID and "e" and "de", and according to the principle of fuzzy control, to modify
the three parameters in order to meet different requirements for control parameters when "e"
and "de" are different, and to make the control object a good dynamic and static performance
In order to improve the performance of FLC, the rules and membership functions are
adjusted. The membership functions are adjusted by making the area of membership functions
near ZE region narrower to produce finer control resolution. On the other hand, making the area
far from ZE region wider gives faster control response. Also the performance can be improved
by changing the severity of rules [14]. An experiment to study the effect of rise time (Tr),
maximum overshoot (Mp) and steady-state error (SSE) when varying KP, KI and KD was
conducted. The results of the experiment were used to develop 25-rules for the FLC of KP, KI
and KD.
3.1. Design of Membership Function (MF)
Input variables:
Fuzzy sets of speed error (e) variable
Table 3.1. Membership function of speed error
IJEEI ISSN: 2089-3272 
Performance comparison of conventional controller with Fuzzy logic … (MS Mohiuddin)
193
Figure 3.3. Membership function for input variable “e”
Table 3.2. Membership function of change in speed error
Figure 3.4. Membership function for input variable “de”
 ISSN: 2089-3272
IJEEI Vol. 2, No. 4, December 2014 : 189 – 200
194
Output variable:
Table 3.3. Membership function proportional gain KP
Figure 3.5. Membership function for output variable “KP”
Table 3.4. Membership function integral gain KI
IJEEI ISSN: 2089-3272 
Performance comparison of conventional controller with Fuzzy logic … (MS Mohiuddin)
195
Figure 3.6. Membership function for output variable “KI”
Table 3.5. Membership function derivative gain KD
Figure 3.7. Membership function for output variable “KD”
 ISSN: 2089-3272
IJEEI Vol. 2, No. 4, December 2014 : 189 – 200
196
3.2. Fuzzy Logic Controller Using Chopper Circuit
Table 3.6. Fuzzy rules for fuzzy logic controller
Ce
e NL NM NS Z PS PM PL
NL PL PL PL PL NM Z Z
NM PL PL PL PM PS Z Z
NS PL PM PS PS PS Z Z
Z PL PM PS Z NS NM NL
PS Z Z NM NS NS NM NL
PM Z Z NS NM NL NL NL
PL Z Z NM NL NL NL NL
3.3. Driver Circuit
Figure 3.8. Simulink model of DC chopper circuit
3.4. Design of Fuzzy Rules
Table 3.7. Fuzzy rule table for KP
IJEEI ISSN: 2089-3272 
Performance comparison of conventional controller with Fuzzy logic … (MS Mohiuddin)
197
Table 3.8. Fuzzy rule table for KI
Table 3.9. Fuzzy rule table for KD
4. Matlab Simulation
Figure 4.1. Simulink model for speed control of DC motor with PID controller
 ISSN: 2089-3272
IJEEI Vol. 2, No. 4, December 2014 : 189 – 200
198
Figure 4.2. Simulink model block diagram for speed control of DC motor with Fuzzy logic
controller
Figure 4.3. Simulink model block diagram for speed control of DC motor with Fuzzy tuned PID
controller.
IJEEI ISSN: 2089-3272 
Performance comparison of conventional controller with Fuzzy logic … (MS Mohiuddin)
199
5. Results
The separately excited DC motor has been mathematically modeled in MATLAB
environment along with simulink toolbox. The drive response has been simulated using
developed model. A comparative study of different speed controllers has been carried out for
the drive system. The comprehensive study of different speed controllers for speed control of
separately excited DC motor has shown that the individual speed controllers have their own
merits and demerits. Depending upon the operation, a choice of a particular speed controller
may be made.
Table 0.1. Performance comparison of different controllers
Type of Controllers %Overshoot Rise time tr (sec) Settling time ts(sec)
PID 23.0342 2.8702 21.5203
Fuzzy logic controller using
chopper circuit
0.3258 2.7739 4.3950
Fuzzy tuned PID controller 6.9363 2.6675 32.1928
When the requirement is that of simplicity and ease of application, the PID speed
controller is to be a good choice. When intelligence and fast dynamic response are important,
then the Fuzzy logic technique may be selected.
Fuzzy logic controller using chopper circuit has a better performance in terms of %Mp
(percent overshoot) when compared to conventional PID controller and Fuzzy tuned PID
controller.
6. Conclusion
The main objective of the project has been aimed towards modelling of various
controllers for the speed control of a separately excited DC motor. Modelling and simulation of
performance of DC motor has been carried out using different speed controllers in MATLAB
environment using Simulink. This chapter is an overall summary of the investigations in the
various chapters
A comprehensive mathematical model of a separately excited DC motor, various
controllers- Proportional Integral Derivative (PID) controller, Fuzzy logic controller using chopper
circuit, Fuzzy tuned PID controller has been developed in terms of parameters and physical
variables (current and voltages) of the motor. The speed response of the DC motor with various
controllers has been compared and analyzed. The response of the drive system has been
simulated in MATLAB environment using Simulink.
The comparative study of different speed controllers has shown that the individual
speed controllers have their own merits and demerits. The choice of a particular speed
controller can be made depending upon the type of response they have provided.
The Fuzzy logic controller using a chopper and Fuzzy tuned PID controller are better
controller when compared to conventional PID controller has a better performance in terms of
Tr(rise time), %Mp (percent overshoot),steady state error. And Fuzzy logic controller using
chopper circuit has a better performance in terms of %Mp (percent overshoot) when compared
with Fuzzy tuned PID controller.
References
[1] S Aydemir, S Sezen and H Mertin Ertunc. “Fuzzy Logic Speed Control of a DC Motor”. IEEE
Transactions on Industrial Electronics, 2004: 766-771.
[2] P Thepsatoml, A Numsomran, V Tipsuwanpo M and T Teanthong. DC Motor Speed Control using
Fuzzy Logic based on Lab VIEW. 2007.
[3] HX Li and SK Tso. "Quantitative design and analysis of Fuzzy Proportional-Integral-Derivative
Control- a Step towards Auto tuning". International journal of system science. 2000; 31(5): 545-553.
[4] Thana Pattaradej, Guanrong Chen and Pitikhate Sooraksa. "Design and Implementation of Fuzzy PID
Control of a bicycle robot". Integrated computer-aided engineering. 2002; 9(4).
 ISSN: 2089-3272
IJEEI Vol. 2, No. 4, December 2014 : 189 – 200
200
[5] Weiming Tang, Guanrong Chen and Rongde Lu. “A Modified Fuzzy PI Controller for a Flexible-joint
Robot Arm with Uncertainties”. Fuzzy Set and System. 2001; 118: 109-119.
[6] BJ Chalmers. “Influence of saturation in brushless permanent magnet drives”. IEE proc. B,
Electr.Power Appl. 1992; 139(1).
[7] CT Johnson and RD Lorenz. “Experimental identification of friction and its compensation in precise,
position controlled mechanism”. IEEE Trans. Ind Applicat. 1992; 28(6).
[8] T Tipsuwan, Y Chow. “Fuzzy Logic Microcontroller Implementation for DC Motor Speed Control”. IEEE
Spectrum March. 1999: 1271.
[9] 0 Kaynak G Armagan. “A new approach for process control: Fuzzy Logic”. Otomasyon Magazine.
July-August I592
[10] C Elmas. “Fuzzy Logic Controllers”. Seqkin Publishing. April-2003.
[11] J Klir George, Yuan, Bo. “Furry Sets and Fuzzy Logic-Theory and Applications.
[12] LA Zadeh. ‘‘Fuzzy Sets“. Informal Control. 1965; 01.8p: 338-353,
[13] Zadeh LA et al. Fuzzy Sets, Fuzzy Logic, Fuzzy Systems. World Scientific press, ISBN 9810224214.
1996.
[14] Zhang, N Wang and S Wang. “A developed method of tuning PID controllers with fuzzy rules for
integrating process”. Proceedings of the American Control Conference, Boston. 2004: 1109-1114.
[15] KH Ang, G Chong and Y Li. “PID control system analysis, design and technology”. IEEE transaction
on Control System Technology. 2005; 13(4): 559-576
[16] Pavol Fedor, Daniela Perduková. “A Simple Fuzzy Controller Structure”. Acta Electrotechnica ET
Informatica. 2005; 4(5).
[17] Bomediene Alloua, Abdellah Laouf Brahim Gasbaoui and A Bdessalam Abderrahamani. “Neuro-Fuzzy
DC Motor speed Control Using Particle Swarm Optimization”. Leonaro Electronic Journal of Practices
and Technologies ISSN. 1583-1078.
[18] Satean Tunyasrirut, Tianchai Suksri, and Sompong Srilad. “Fuzzy Logic Control for a Speed Control of
Induction Motor using Space Vector Pulse Width Modulation”.
[19] Jong-bae lee, tae-bin im, ha-kyong sung, young-ouk Kim. “A low cost speed control system of
brushless dc motor using fuzzy logic”.
[20] Hussein F Silliman and AM Sharaf, SA. Kandil, MM Mansour and MH El-Shatii. A Tunable Fuzzy
Logic Controller for Chopper-Fed Separately Excited DC Motor Drives.

More Related Content

What's hot

IRJET - Flyback Converter based BLDC Motor Drives for Power Device Applications
IRJET - Flyback Converter based BLDC Motor Drives for Power Device ApplicationsIRJET - Flyback Converter based BLDC Motor Drives for Power Device Applications
IRJET - Flyback Converter based BLDC Motor Drives for Power Device ApplicationsIRJET Journal
 
Fuzzy logic Technique Based Speed Control of a Permanent Magnet Brushless DC...
Fuzzy logic Technique Based Speed Control of a Permanent  Magnet Brushless DC...Fuzzy logic Technique Based Speed Control of a Permanent  Magnet Brushless DC...
Fuzzy logic Technique Based Speed Control of a Permanent Magnet Brushless DC...IJMER
 
Hybrid fuzzy-PID like optimal control to reduce energy consumption
Hybrid fuzzy-PID like optimal control to reduce energy consumptionHybrid fuzzy-PID like optimal control to reduce energy consumption
Hybrid fuzzy-PID like optimal control to reduce energy consumptionTELKOMNIKA JOURNAL
 
Rotor Resistance Adaptation Scheme Using Neural Learning Algorithm for a Fuzz...
Rotor Resistance Adaptation Scheme Using Neural Learning Algorithm for a Fuzz...Rotor Resistance Adaptation Scheme Using Neural Learning Algorithm for a Fuzz...
Rotor Resistance Adaptation Scheme Using Neural Learning Algorithm for a Fuzz...IOSR Journals
 
OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...
OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...
OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...ijscmcjournal
 
Fuzzy Controller for Speed Control of BLDC motor using MATLAB
Fuzzy Controller for Speed Control of BLDC motor using MATLABFuzzy Controller for Speed Control of BLDC motor using MATLAB
Fuzzy Controller for Speed Control of BLDC motor using MATLABIRJET Journal
 
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 MotorIOSR Journals
 
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
 
PID Controller based DC Motor Speed Control
PID Controller based DC Motor Speed ControlPID Controller based DC Motor Speed Control
PID Controller based DC Motor Speed Controlrahulmonikasharma
 
Fuzzy gain scheduling control apply to an RC Hovercraft
Fuzzy gain scheduling control apply to an RC Hovercraft  Fuzzy gain scheduling control apply to an RC Hovercraft
Fuzzy gain scheduling control apply to an RC Hovercraft IJECEIAES
 
Speed controller design for three-phase induction motor based on dynamic ad...
  Speed controller design for three-phase induction motor based on dynamic ad...  Speed controller design for three-phase induction motor based on dynamic ad...
Speed controller design for three-phase induction motor based on dynamic ad...IJECEIAES
 
IRJET- Speed Control of Induction Motor using Hybrid PID Fuzzy Controller
IRJET- Speed Control of Induction Motor using Hybrid PID Fuzzy ControllerIRJET- Speed Control of Induction Motor using Hybrid PID Fuzzy Controller
IRJET- Speed Control of Induction Motor using Hybrid PID Fuzzy ControllerIRJET Journal
 
An Improved Performance of Switched Reluctance Motor Drives Using Z-Source In...
An Improved Performance of Switched Reluctance Motor Drives Using Z-Source In...An Improved Performance of Switched Reluctance Motor Drives Using Z-Source In...
An Improved Performance of Switched Reluctance Motor Drives Using Z-Source In...IOSR Journals
 
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 MATLABijsrd.com
 

What's hot (20)

Design of H_∞ for induction motor
Design of H_∞ for induction motorDesign of H_∞ for induction motor
Design of H_∞ for induction motor
 
IRJET - Flyback Converter based BLDC Motor Drives for Power Device Applications
IRJET - Flyback Converter based BLDC Motor Drives for Power Device ApplicationsIRJET - Flyback Converter based BLDC Motor Drives for Power Device Applications
IRJET - Flyback Converter based BLDC Motor Drives for Power Device Applications
 
Fuzzy logic Technique Based Speed Control of a Permanent Magnet Brushless DC...
Fuzzy logic Technique Based Speed Control of a Permanent  Magnet Brushless DC...Fuzzy logic Technique Based Speed Control of a Permanent  Magnet Brushless DC...
Fuzzy logic Technique Based Speed Control of a Permanent Magnet Brushless DC...
 
Hybrid fuzzy-PID like optimal control to reduce energy consumption
Hybrid fuzzy-PID like optimal control to reduce energy consumptionHybrid fuzzy-PID like optimal control to reduce energy consumption
Hybrid fuzzy-PID like optimal control to reduce energy consumption
 
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 ...
 
Rotor Resistance Adaptation Scheme Using Neural Learning Algorithm for a Fuzz...
Rotor Resistance Adaptation Scheme Using Neural Learning Algorithm for a Fuzz...Rotor Resistance Adaptation Scheme Using Neural Learning Algorithm for a Fuzz...
Rotor Resistance Adaptation Scheme Using Neural Learning Algorithm for a Fuzz...
 
OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...
OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...
OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...
 
Fuzzy Controller for Speed Control of BLDC motor using MATLAB
Fuzzy Controller for Speed Control of BLDC motor using MATLABFuzzy Controller for Speed Control of BLDC motor using MATLAB
Fuzzy Controller for Speed Control of BLDC motor using MATLAB
 
Design and implementation of variable and constant load for induction motor
Design and implementation of variable and constant load for induction motorDesign and implementation of variable and constant load for induction motor
Design and implementation of variable and constant load for induction motor
 
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
 
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...
 
PID Controller based DC Motor Speed Control
PID Controller based DC Motor Speed ControlPID Controller based DC Motor Speed Control
PID Controller based DC Motor Speed Control
 
Fuzzy gain scheduling control apply to an RC Hovercraft
Fuzzy gain scheduling control apply to an RC Hovercraft  Fuzzy gain scheduling control apply to an RC Hovercraft
Fuzzy gain scheduling control apply to an RC Hovercraft
 
Speed controller design for three-phase induction motor based on dynamic ad...
  Speed controller design for three-phase induction motor based on dynamic ad...  Speed controller design for three-phase induction motor based on dynamic ad...
Speed controller design for three-phase induction motor based on dynamic ad...
 
IRJET- Speed Control of Induction Motor using Hybrid PID Fuzzy Controller
IRJET- Speed Control of Induction Motor using Hybrid PID Fuzzy ControllerIRJET- Speed Control of Induction Motor using Hybrid PID Fuzzy Controller
IRJET- Speed Control of Induction Motor using Hybrid PID Fuzzy Controller
 
F010214352
F010214352F010214352
F010214352
 
An Improved Performance of Switched Reluctance Motor Drives Using Z-Source In...
An Improved Performance of Switched Reluctance Motor Drives Using Z-Source In...An Improved Performance of Switched Reluctance Motor Drives Using Z-Source In...
An Improved Performance of Switched Reluctance Motor Drives Using Z-Source In...
 
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
 
[000007]
[000007][000007]
[000007]
 
Speed Control of PMDCM Based GA and DS Techniques
Speed Control of PMDCM Based GA and DS TechniquesSpeed Control of PMDCM Based GA and DS Techniques
Speed Control of PMDCM Based GA and DS Techniques
 

Similar to Performance Comparison of Conventional Controller with Fuzzy Logic Controller using Chopper Circuit and Fuzzy Tuned PID Controller

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
 
Comparison of Different Rules Based Fuzzy Logic Controller for PMSM Drives
Comparison of Different Rules Based Fuzzy Logic Controller for PMSM DrivesComparison of Different Rules Based Fuzzy Logic Controller for PMSM Drives
Comparison of Different Rules Based Fuzzy Logic Controller for PMSM DrivesIOSR 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
 
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
 
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
 
DC Motor Speed Control for a Plant Based On PID Controller
DC Motor Speed Control for a Plant Based On PID ControllerDC Motor Speed Control for a Plant Based On PID Controller
DC Motor Speed Control for a Plant Based On PID Controllerpaperpublications3
 
Iaetsd design of fuzzy self-tuned load frequency controller for power system
Iaetsd design of fuzzy self-tuned load frequency controller for power systemIaetsd design of fuzzy self-tuned load frequency controller for power system
Iaetsd design of fuzzy self-tuned load frequency controller for power systemIaetsd Iaetsd
 
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 Controllerijtsrd
 
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
 
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
 
IRJET- Stability Enhancement using Power System Stabilizer with Optimization ...
IRJET- Stability Enhancement using Power System Stabilizer with Optimization ...IRJET- Stability Enhancement using Power System Stabilizer with Optimization ...
IRJET- Stability Enhancement using Power System Stabilizer with Optimization ...IRJET Journal
 
IRJET- Comparative Study of Load Frequency Control using PID and Fuzzy- PID C...
IRJET- Comparative Study of Load Frequency Control using PID and Fuzzy- PID C...IRJET- Comparative Study of Load Frequency Control using PID and Fuzzy- PID C...
IRJET- Comparative Study of Load Frequency Control using PID and Fuzzy- PID C...IRJET Journal
 

Similar to Performance Comparison of Conventional Controller with Fuzzy Logic Controller using Chopper Circuit and Fuzzy Tuned PID Controller (20)

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...
 
Ge2310721081
Ge2310721081Ge2310721081
Ge2310721081
 
Implementation of Type-2 Fuzzy Logic Controller in PMSM Drives Using DSP
Implementation of Type-2 Fuzzy Logic Controller in PMSM Drives Using DSPImplementation of Type-2 Fuzzy Logic Controller in PMSM Drives Using DSP
Implementation of Type-2 Fuzzy Logic Controller in PMSM Drives Using DSP
 
Comparison of Different Rules Based Fuzzy Logic Controller for PMSM Drives
Comparison of Different Rules Based Fuzzy Logic Controller for PMSM DrivesComparison of Different Rules Based Fuzzy Logic Controller for PMSM Drives
Comparison of Different Rules Based Fuzzy Logic Controller for PMSM Drives
 
E010143037
E010143037E010143037
E010143037
 
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
 
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
 
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
 
Design and implementation speed control system of DC Motor based on PID contr...
Design and implementation speed control system of DC Motor based on PID contr...Design and implementation speed control system of DC Motor based on PID contr...
Design and implementation speed control system of DC Motor based on PID contr...
 
DC Motor Speed Control for a Plant Based On PID Controller
DC Motor Speed Control for a Plant Based On PID ControllerDC Motor Speed Control for a Plant Based On PID Controller
DC Motor Speed Control for a Plant Based On PID Controller
 
Iaetsd design of fuzzy self-tuned load frequency controller for power system
Iaetsd design of fuzzy self-tuned load frequency controller for power systemIaetsd design of fuzzy self-tuned load frequency controller for power system
Iaetsd design of fuzzy self-tuned load frequency controller for power system
 
C010231319
C010231319C010231319
C010231319
 
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
 
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
 
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...
 
Applied measurement of the motor speed controller for washing machine with ra...
Applied measurement of the motor speed controller for washing machine with ra...Applied measurement of the motor speed controller for washing machine with ra...
Applied measurement of the motor speed controller for washing machine with ra...
 
IRJET- Stability Enhancement using Power System Stabilizer with Optimization ...
IRJET- Stability Enhancement using Power System Stabilizer with Optimization ...IRJET- Stability Enhancement using Power System Stabilizer with Optimization ...
IRJET- Stability Enhancement using Power System Stabilizer with Optimization ...
 
IRJET- Comparative Study of Load Frequency Control using PID and Fuzzy- PID C...
IRJET- Comparative Study of Load Frequency Control using PID and Fuzzy- PID C...IRJET- Comparative Study of Load Frequency Control using PID and Fuzzy- PID C...
IRJET- Comparative Study of Load Frequency Control using PID and Fuzzy- PID C...
 

More from ijeei-iaes

An Heterogeneous Population-Based Genetic Algorithm for Data Clustering
An Heterogeneous Population-Based Genetic Algorithm for Data ClusteringAn Heterogeneous Population-Based Genetic Algorithm for Data Clustering
An Heterogeneous Population-Based Genetic Algorithm for Data Clusteringijeei-iaes
 
Development of a Wireless Sensors Network for Greenhouse Monitoring and Control
Development of a Wireless Sensors Network for Greenhouse Monitoring and ControlDevelopment of a Wireless Sensors Network for Greenhouse Monitoring and Control
Development of a Wireless Sensors Network for Greenhouse Monitoring and Controlijeei-iaes
 
Analysis of Genetic Algorithm for Effective power Delivery and with Best Upsurge
Analysis of Genetic Algorithm for Effective power Delivery and with Best UpsurgeAnalysis of Genetic Algorithm for Effective power Delivery and with Best Upsurge
Analysis of Genetic Algorithm for Effective power Delivery and with Best Upsurgeijeei-iaes
 
Design for Postplacement Mousing based on GSM in Long-Distance
Design for Postplacement Mousing based on GSM in Long-DistanceDesign for Postplacement Mousing based on GSM in Long-Distance
Design for Postplacement Mousing based on GSM in Long-Distanceijeei-iaes
 
Investigation of TTMC-SVPWM Strategies for Diode Clamped and Cascaded H-bridg...
Investigation of TTMC-SVPWM Strategies for Diode Clamped and Cascaded H-bridg...Investigation of TTMC-SVPWM Strategies for Diode Clamped and Cascaded H-bridg...
Investigation of TTMC-SVPWM Strategies for Diode Clamped and Cascaded H-bridg...ijeei-iaes
 
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...ijeei-iaes
 
Mitigation of Power Quality Problems Using Custom Power Devices: A Review
Mitigation of Power Quality Problems Using Custom Power Devices: A ReviewMitigation of Power Quality Problems Using Custom Power Devices: A Review
Mitigation of Power Quality Problems Using Custom Power Devices: A Reviewijeei-iaes
 
Comparison of Dynamic Stability Response of A SMIB with PI and Fuzzy Controll...
Comparison of Dynamic Stability Response of A SMIB with PI and Fuzzy Controll...Comparison of Dynamic Stability Response of A SMIB with PI and Fuzzy Controll...
Comparison of Dynamic Stability Response of A SMIB with PI and Fuzzy Controll...ijeei-iaes
 
Embellished Particle Swarm Optimization Algorithm for Solving Reactive Power ...
Embellished Particle Swarm Optimization Algorithm for Solving Reactive Power ...Embellished Particle Swarm Optimization Algorithm for Solving Reactive Power ...
Embellished Particle Swarm Optimization Algorithm for Solving Reactive Power ...ijeei-iaes
 
Intelligent Management on the Home Consumers with Zero Energy Consumption
Intelligent Management on the Home Consumers with Zero Energy ConsumptionIntelligent Management on the Home Consumers with Zero Energy Consumption
Intelligent Management on the Home Consumers with Zero Energy Consumptionijeei-iaes
 
Analysing Transportation Data with Open Source Big Data Analytic Tools
Analysing Transportation Data with Open Source Big Data Analytic ToolsAnalysing Transportation Data with Open Source Big Data Analytic Tools
Analysing Transportation Data with Open Source Big Data Analytic Toolsijeei-iaes
 
A Pattern Classification Based approach for Blur Classification
A Pattern Classification Based approach for Blur ClassificationA Pattern Classification Based approach for Blur Classification
A Pattern Classification Based approach for Blur Classificationijeei-iaes
 
Computing Some Degree-Based Topological Indices of Graphene
Computing Some Degree-Based Topological Indices of GrapheneComputing Some Degree-Based Topological Indices of Graphene
Computing Some Degree-Based Topological Indices of Grapheneijeei-iaes
 
A Lyapunov Based Approach to Enchance Wind Turbine Stability
A Lyapunov Based Approach to Enchance Wind Turbine StabilityA Lyapunov Based Approach to Enchance Wind Turbine Stability
A Lyapunov Based Approach to Enchance Wind Turbine Stabilityijeei-iaes
 
Fuzzy Control of a Large Crane Structure
Fuzzy Control of a Large Crane StructureFuzzy Control of a Large Crane Structure
Fuzzy Control of a Large Crane Structureijeei-iaes
 
Site Diversity Technique Application on Rain Attenuation for Lagos
Site Diversity Technique Application on Rain Attenuation for LagosSite Diversity Technique Application on Rain Attenuation for Lagos
Site Diversity Technique Application on Rain Attenuation for Lagosijeei-iaes
 
Impact of Next Generation Cognitive Radio Network on the Wireless Green Eco s...
Impact of Next Generation Cognitive Radio Network on the Wireless Green Eco s...Impact of Next Generation Cognitive Radio Network on the Wireless Green Eco s...
Impact of Next Generation Cognitive Radio Network on the Wireless Green Eco s...ijeei-iaes
 
Music Recommendation System with User-based and Item-based Collaborative Filt...
Music Recommendation System with User-based and Item-based Collaborative Filt...Music Recommendation System with User-based and Item-based Collaborative Filt...
Music Recommendation System with User-based and Item-based Collaborative Filt...ijeei-iaes
 
A Real-Time Implementation of Moving Object Action Recognition System Based o...
A Real-Time Implementation of Moving Object Action Recognition System Based o...A Real-Time Implementation of Moving Object Action Recognition System Based o...
A Real-Time Implementation of Moving Object Action Recognition System Based o...ijeei-iaes
 
Wireless Sensor Network for Radiation Detection
Wireless Sensor Network for Radiation DetectionWireless Sensor Network for Radiation Detection
Wireless Sensor Network for Radiation Detectionijeei-iaes
 

More from ijeei-iaes (20)

An Heterogeneous Population-Based Genetic Algorithm for Data Clustering
An Heterogeneous Population-Based Genetic Algorithm for Data ClusteringAn Heterogeneous Population-Based Genetic Algorithm for Data Clustering
An Heterogeneous Population-Based Genetic Algorithm for Data Clustering
 
Development of a Wireless Sensors Network for Greenhouse Monitoring and Control
Development of a Wireless Sensors Network for Greenhouse Monitoring and ControlDevelopment of a Wireless Sensors Network for Greenhouse Monitoring and Control
Development of a Wireless Sensors Network for Greenhouse Monitoring and Control
 
Analysis of Genetic Algorithm for Effective power Delivery and with Best Upsurge
Analysis of Genetic Algorithm for Effective power Delivery and with Best UpsurgeAnalysis of Genetic Algorithm for Effective power Delivery and with Best Upsurge
Analysis of Genetic Algorithm for Effective power Delivery and with Best Upsurge
 
Design for Postplacement Mousing based on GSM in Long-Distance
Design for Postplacement Mousing based on GSM in Long-DistanceDesign for Postplacement Mousing based on GSM in Long-Distance
Design for Postplacement Mousing based on GSM in Long-Distance
 
Investigation of TTMC-SVPWM Strategies for Diode Clamped and Cascaded H-bridg...
Investigation of TTMC-SVPWM Strategies for Diode Clamped and Cascaded H-bridg...Investigation of TTMC-SVPWM Strategies for Diode Clamped and Cascaded H-bridg...
Investigation of TTMC-SVPWM Strategies for Diode Clamped and Cascaded H-bridg...
 
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
Optimal Power Flow with Reactive Power Compensation for Cost And Loss Minimiz...
 
Mitigation of Power Quality Problems Using Custom Power Devices: A Review
Mitigation of Power Quality Problems Using Custom Power Devices: A ReviewMitigation of Power Quality Problems Using Custom Power Devices: A Review
Mitigation of Power Quality Problems Using Custom Power Devices: A Review
 
Comparison of Dynamic Stability Response of A SMIB with PI and Fuzzy Controll...
Comparison of Dynamic Stability Response of A SMIB with PI and Fuzzy Controll...Comparison of Dynamic Stability Response of A SMIB with PI and Fuzzy Controll...
Comparison of Dynamic Stability Response of A SMIB with PI and Fuzzy Controll...
 
Embellished Particle Swarm Optimization Algorithm for Solving Reactive Power ...
Embellished Particle Swarm Optimization Algorithm for Solving Reactive Power ...Embellished Particle Swarm Optimization Algorithm for Solving Reactive Power ...
Embellished Particle Swarm Optimization Algorithm for Solving Reactive Power ...
 
Intelligent Management on the Home Consumers with Zero Energy Consumption
Intelligent Management on the Home Consumers with Zero Energy ConsumptionIntelligent Management on the Home Consumers with Zero Energy Consumption
Intelligent Management on the Home Consumers with Zero Energy Consumption
 
Analysing Transportation Data with Open Source Big Data Analytic Tools
Analysing Transportation Data with Open Source Big Data Analytic ToolsAnalysing Transportation Data with Open Source Big Data Analytic Tools
Analysing Transportation Data with Open Source Big Data Analytic Tools
 
A Pattern Classification Based approach for Blur Classification
A Pattern Classification Based approach for Blur ClassificationA Pattern Classification Based approach for Blur Classification
A Pattern Classification Based approach for Blur Classification
 
Computing Some Degree-Based Topological Indices of Graphene
Computing Some Degree-Based Topological Indices of GrapheneComputing Some Degree-Based Topological Indices of Graphene
Computing Some Degree-Based Topological Indices of Graphene
 
A Lyapunov Based Approach to Enchance Wind Turbine Stability
A Lyapunov Based Approach to Enchance Wind Turbine StabilityA Lyapunov Based Approach to Enchance Wind Turbine Stability
A Lyapunov Based Approach to Enchance Wind Turbine Stability
 
Fuzzy Control of a Large Crane Structure
Fuzzy Control of a Large Crane StructureFuzzy Control of a Large Crane Structure
Fuzzy Control of a Large Crane Structure
 
Site Diversity Technique Application on Rain Attenuation for Lagos
Site Diversity Technique Application on Rain Attenuation for LagosSite Diversity Technique Application on Rain Attenuation for Lagos
Site Diversity Technique Application on Rain Attenuation for Lagos
 
Impact of Next Generation Cognitive Radio Network on the Wireless Green Eco s...
Impact of Next Generation Cognitive Radio Network on the Wireless Green Eco s...Impact of Next Generation Cognitive Radio Network on the Wireless Green Eco s...
Impact of Next Generation Cognitive Radio Network on the Wireless Green Eco s...
 
Music Recommendation System with User-based and Item-based Collaborative Filt...
Music Recommendation System with User-based and Item-based Collaborative Filt...Music Recommendation System with User-based and Item-based Collaborative Filt...
Music Recommendation System with User-based and Item-based Collaborative Filt...
 
A Real-Time Implementation of Moving Object Action Recognition System Based o...
A Real-Time Implementation of Moving Object Action Recognition System Based o...A Real-Time Implementation of Moving Object Action Recognition System Based o...
A Real-Time Implementation of Moving Object Action Recognition System Based o...
 
Wireless Sensor Network for Radiation Detection
Wireless Sensor Network for Radiation DetectionWireless Sensor Network for Radiation Detection
Wireless Sensor Network for Radiation Detection
 

Recently uploaded

Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
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
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
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
 
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
 

Recently uploaded (20)

Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
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...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
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
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
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...
 
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
 

Performance Comparison of Conventional Controller with Fuzzy Logic Controller using Chopper Circuit and Fuzzy Tuned PID Controller

  • 1. Indonesian Journal of Electrical Engineering and Informatics (IJEEI) Vol. 2, No. 4, December 2014, pp. 189~200 ISSN: 2089-3272  189 Received May 9, 201x; Revised August 3, 201x; Accepted August 16, 201x Performance comparison of conventional controller with Fuzzy logic controller using chopper circuit and Fuzzy tuned PID controller Mohammed Shoeb Mohiuddin Department of Electrical Engineering Mewar University, Chittorgarh, Rajasthan, India e-mail: shoeb42@gmail.com Abstract It is often difficult to develop an accurate mathematical model of DC motor due to unknown load variation, unknown and unavoidable parameter variations or nonlinearities due to saturation temperature variations and system disturbances. Fuzzy logic application can handle such nonlinearities so that the controller design is fundamentally robust which is not possible in conventional controllers. The knowledge base of a fuzzy logic controller (FLC) encapsulates expert knowledge and consists of the Data base (membership functions) and Rule-Base of the controller. Optimization of both these knowledge base components is critical to the performance of the controller and has traditionally been achieved through a process of trial and error. Such an approach is convenient for FLCs having low numbers of input variables however for greater numbers of inputs, more formal methods of knowledge base optimization are required. In this work, we study the challenging task of controlling the speed of DC motor. The feasibility of such controller design is evaluated by simulation in the MATLAB/Simulink environment. In this study Conventional Proportional Integral Derivative controller, Fuzzy logic controller using a chopper circuit and Fuzzy tuned PID controller are analyzed and compared. Simulation software like MATLAB with Simulink has been used for modeling and simulation purpose. The performance comparison of conventional controller with Fuzzy logic controller using chopper circuit and Fuzzy tuned PID controller has been done in terms of several performance measures Such as Settling time, Rise time and Overshoot. Keywords: DC motor: Fuzzy tuned PID: Speed control 1. Introduction As the applications of direct current (DC) machines have remained vital in industrial processes. The development of high performance motor drives is very important in industrial as well as other purpose 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 favourable 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. Again the speed torque characteristics of DC motors are much more superior to that of AC motors. 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. 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), Fuzzy Logic Controller (FLC) or the combination between them [17]. The proportional – integral – derivative (PID) controller operates the majority of the control system in the world. It has been reported that more than 95% of the controllers in the industrial process control applications are of PID type as no other controller match the simplicity, clear functionality, applicability and ease of use offered by the PID controller [3], [4]. PID controllers provide robust and reliable performance for most systems if the PID parameters are tuned properly.
  • 2.  ISSN: 2089-3272 IJEEI Vol. 2, No. 4, December 2014 : 189 – 200 190 2. Motor Model When a separately excited motor is excited by a field current of if and an armature current of ia flows in the circuit, the motor develops a back emf and a torque to balance the load torque at a particular speed. The if is independent of the ia .Each windings are supplied separately. Any change in the armature current has no effect on the field current. The if is normally much less than the ia. Figure 2.1. Separately excited DC motor Where Va is the armature voltage. (In volt) Eb is back emf the motor (In volt) Ia is the armature current (In ampere) Ra is the armature resistance (In ohm) La is the armature inductance (In Henry) Tm is the mechanical torque developed (In Nm) Jm is moment of inertia (In kg/m²) Bm is friction coefficient of the motor (In Nm/ (rad/sec)) ω is angular velocity (In rad/sec) The armature voltage equation is given by: Va =Eb+ IaRa+ La (dIa/dt) (1) Now the torque balance equation will be given by: Tm = Jmdω/dt +Bmω+TL (2) Where: TL is load torque in Nm. Friction in rotor of motor is very small (can be neglected),so Bm=0 Therefore, new torque balance equation will be given by: Tm = Jmdω/dt + TL (3) Taking field flux as Φ and Back EMF Constant as K. Equation for back emf of motor will be: Eb = K Φ ω (4) Also, Tm = K Φ Ia (5) Taking Laplace transform of the motor’s armature voltage equation we get Ia(s) = (Va – KΦω)/ Ra (1+ LaS/Ra) (7) and ω(s) = (Tm - TL) /JS = (KΦIa - TL) /JmS (8)
  • 3. IJEEI ISSN: 2089-3272  Performance comparison of conventional controller with Fuzzy logic … (MS Mohiuddin) 191 (Armature Time Constant) Ta= La/Ra Figure 2.2. Block Model of Separately Excited DC Motor Table 2.1. Motor parameters Parameters Description Value Ra Armature Resistance(Ω) 1 La Armature Inductance(H) 0.5 Jm Motor of Inertia(Kg.m 2 /s 2 ) 0.01 K Motor Constant(Nm/Amp) 0.8 B Damping ratio of mechanical system(Nms) 0.1 3. Fuzzy Logic Controller The fuzzy logic foundation is based on the simulation of people’s opinions and perceptions to control any system. One of the methods to simplify complex systems is to tolerate to imprecision, vagueness and uncertainty up to some extent [10]. An expert operator develops flexible control mechanism using words like “suitable, not very suitable, high, little high, much and far too much that are frequently used words in people’s life. Fuzzy logic control is constructed on these logical relationships. Fuzzy sets are used to show linguistic variables. Fuzzy Sets Theory is first introduced in 1965 by Zadeh to express and process fuzzy knowledge [11, 12]. There is a strong relationship between fuzzy logic and fuzzy set theory that is similar relationship between Boolean logic and classic set theory. Figure 3 shows a basic FLC structure. Figure 3.1. Structure of fuzzy logic controller
  • 4.  ISSN: 2089-3272 IJEEI Vol. 2, No. 4, December 2014 : 189 – 200 192 The input to the Self-tuning Fuzzy PID Controller are speed error "e(t)" and Change-in- speed error "de(t)". The input shown in figure are described by e (t)=wr(t)-wa(t) de (t)=e(t)-e(t-1) Using fuzzy control rules on-line, PID parameters “KP",” KI",” KD" are adjusted, which constitute a self-tuning fuzzy PID controller as shown in Figure 4. Figure 3.2. The structure of self-tuning fuzzy PID controller PID parameters fuzzy self-tuning is to find the fuzzy relationship between the three parameters of PID and "e" and "de", and according to the principle of fuzzy control, to modify the three parameters in order to meet different requirements for control parameters when "e" and "de" are different, and to make the control object a good dynamic and static performance In order to improve the performance of FLC, the rules and membership functions are adjusted. The membership functions are adjusted by making the area of membership functions near ZE region narrower to produce finer control resolution. On the other hand, making the area far from ZE region wider gives faster control response. Also the performance can be improved by changing the severity of rules [14]. An experiment to study the effect of rise time (Tr), maximum overshoot (Mp) and steady-state error (SSE) when varying KP, KI and KD was conducted. The results of the experiment were used to develop 25-rules for the FLC of KP, KI and KD. 3.1. Design of Membership Function (MF) Input variables: Fuzzy sets of speed error (e) variable Table 3.1. Membership function of speed error
  • 5. IJEEI ISSN: 2089-3272  Performance comparison of conventional controller with Fuzzy logic … (MS Mohiuddin) 193 Figure 3.3. Membership function for input variable “e” Table 3.2. Membership function of change in speed error Figure 3.4. Membership function for input variable “de”
  • 6.  ISSN: 2089-3272 IJEEI Vol. 2, No. 4, December 2014 : 189 – 200 194 Output variable: Table 3.3. Membership function proportional gain KP Figure 3.5. Membership function for output variable “KP” Table 3.4. Membership function integral gain KI
  • 7. IJEEI ISSN: 2089-3272  Performance comparison of conventional controller with Fuzzy logic … (MS Mohiuddin) 195 Figure 3.6. Membership function for output variable “KI” Table 3.5. Membership function derivative gain KD Figure 3.7. Membership function for output variable “KD”
  • 8.  ISSN: 2089-3272 IJEEI Vol. 2, No. 4, December 2014 : 189 – 200 196 3.2. Fuzzy Logic Controller Using Chopper Circuit Table 3.6. Fuzzy rules for fuzzy logic controller Ce e NL NM NS Z PS PM PL NL PL PL PL PL NM Z Z NM PL PL PL PM PS Z Z NS PL PM PS PS PS Z Z Z PL PM PS Z NS NM NL PS Z Z NM NS NS NM NL PM Z Z NS NM NL NL NL PL Z Z NM NL NL NL NL 3.3. Driver Circuit Figure 3.8. Simulink model of DC chopper circuit 3.4. Design of Fuzzy Rules Table 3.7. Fuzzy rule table for KP
  • 9. IJEEI ISSN: 2089-3272  Performance comparison of conventional controller with Fuzzy logic … (MS Mohiuddin) 197 Table 3.8. Fuzzy rule table for KI Table 3.9. Fuzzy rule table for KD 4. Matlab Simulation Figure 4.1. Simulink model for speed control of DC motor with PID controller
  • 10.  ISSN: 2089-3272 IJEEI Vol. 2, No. 4, December 2014 : 189 – 200 198 Figure 4.2. Simulink model block diagram for speed control of DC motor with Fuzzy logic controller Figure 4.3. Simulink model block diagram for speed control of DC motor with Fuzzy tuned PID controller.
  • 11. IJEEI ISSN: 2089-3272  Performance comparison of conventional controller with Fuzzy logic … (MS Mohiuddin) 199 5. Results The separately excited DC motor has been mathematically modeled in MATLAB environment along with simulink toolbox. The drive response has been simulated using developed model. A comparative study of different speed controllers has been carried out for the drive system. The comprehensive study of different speed controllers for speed control of separately excited DC motor has shown that the individual speed controllers have their own merits and demerits. Depending upon the operation, a choice of a particular speed controller may be made. Table 0.1. Performance comparison of different controllers Type of Controllers %Overshoot Rise time tr (sec) Settling time ts(sec) PID 23.0342 2.8702 21.5203 Fuzzy logic controller using chopper circuit 0.3258 2.7739 4.3950 Fuzzy tuned PID controller 6.9363 2.6675 32.1928 When the requirement is that of simplicity and ease of application, the PID speed controller is to be a good choice. When intelligence and fast dynamic response are important, then the Fuzzy logic technique may be selected. Fuzzy logic controller using chopper circuit has a better performance in terms of %Mp (percent overshoot) when compared to conventional PID controller and Fuzzy tuned PID controller. 6. Conclusion The main objective of the project has been aimed towards modelling of various controllers for the speed control of a separately excited DC motor. Modelling and simulation of performance of DC motor has been carried out using different speed controllers in MATLAB environment using Simulink. This chapter is an overall summary of the investigations in the various chapters A comprehensive mathematical model of a separately excited DC motor, various controllers- Proportional Integral Derivative (PID) controller, Fuzzy logic controller using chopper circuit, Fuzzy tuned PID controller has been developed in terms of parameters and physical variables (current and voltages) of the motor. The speed response of the DC motor with various controllers has been compared and analyzed. The response of the drive system has been simulated in MATLAB environment using Simulink. The comparative study of different speed controllers has shown that the individual speed controllers have their own merits and demerits. The choice of a particular speed controller can be made depending upon the type of response they have provided. The Fuzzy logic controller using a chopper and Fuzzy tuned PID controller are better controller when compared to conventional PID controller has a better performance in terms of Tr(rise time), %Mp (percent overshoot),steady state error. And Fuzzy logic controller using chopper circuit has a better performance in terms of %Mp (percent overshoot) when compared with Fuzzy tuned PID controller. References [1] S Aydemir, S Sezen and H Mertin Ertunc. “Fuzzy Logic Speed Control of a DC Motor”. IEEE Transactions on Industrial Electronics, 2004: 766-771. [2] P Thepsatoml, A Numsomran, V Tipsuwanpo M and T Teanthong. DC Motor Speed Control using Fuzzy Logic based on Lab VIEW. 2007. [3] HX Li and SK Tso. "Quantitative design and analysis of Fuzzy Proportional-Integral-Derivative Control- a Step towards Auto tuning". International journal of system science. 2000; 31(5): 545-553. [4] Thana Pattaradej, Guanrong Chen and Pitikhate Sooraksa. "Design and Implementation of Fuzzy PID Control of a bicycle robot". Integrated computer-aided engineering. 2002; 9(4).
  • 12.  ISSN: 2089-3272 IJEEI Vol. 2, No. 4, December 2014 : 189 – 200 200 [5] Weiming Tang, Guanrong Chen and Rongde Lu. “A Modified Fuzzy PI Controller for a Flexible-joint Robot Arm with Uncertainties”. Fuzzy Set and System. 2001; 118: 109-119. [6] BJ Chalmers. “Influence of saturation in brushless permanent magnet drives”. IEE proc. B, Electr.Power Appl. 1992; 139(1). [7] CT Johnson and RD Lorenz. “Experimental identification of friction and its compensation in precise, position controlled mechanism”. IEEE Trans. Ind Applicat. 1992; 28(6). [8] T Tipsuwan, Y Chow. “Fuzzy Logic Microcontroller Implementation for DC Motor Speed Control”. IEEE Spectrum March. 1999: 1271. [9] 0 Kaynak G Armagan. “A new approach for process control: Fuzzy Logic”. Otomasyon Magazine. July-August I592 [10] C Elmas. “Fuzzy Logic Controllers”. Seqkin Publishing. April-2003. [11] J Klir George, Yuan, Bo. “Furry Sets and Fuzzy Logic-Theory and Applications. [12] LA Zadeh. ‘‘Fuzzy Sets“. Informal Control. 1965; 01.8p: 338-353, [13] Zadeh LA et al. Fuzzy Sets, Fuzzy Logic, Fuzzy Systems. World Scientific press, ISBN 9810224214. 1996. [14] Zhang, N Wang and S Wang. “A developed method of tuning PID controllers with fuzzy rules for integrating process”. Proceedings of the American Control Conference, Boston. 2004: 1109-1114. [15] KH Ang, G Chong and Y Li. “PID control system analysis, design and technology”. IEEE transaction on Control System Technology. 2005; 13(4): 559-576 [16] Pavol Fedor, Daniela Perduková. “A Simple Fuzzy Controller Structure”. Acta Electrotechnica ET Informatica. 2005; 4(5). [17] Bomediene Alloua, Abdellah Laouf Brahim Gasbaoui and A Bdessalam Abderrahamani. “Neuro-Fuzzy DC Motor speed Control Using Particle Swarm Optimization”. Leonaro Electronic Journal of Practices and Technologies ISSN. 1583-1078. [18] Satean Tunyasrirut, Tianchai Suksri, and Sompong Srilad. “Fuzzy Logic Control for a Speed Control of Induction Motor using Space Vector Pulse Width Modulation”. [19] Jong-bae lee, tae-bin im, ha-kyong sung, young-ouk Kim. “A low cost speed control system of brushless dc motor using fuzzy logic”. [20] Hussein F Silliman and AM Sharaf, SA. Kandil, MM Mansour and MH El-Shatii. A Tunable Fuzzy Logic Controller for Chopper-Fed Separately Excited DC Motor Drives.