SlideShare ist ein Scribd-Unternehmen logo
1 von 32
SPEED CONTROL OF DC
MOTOR BY FUZZY
CONTROLLER




 MD MUSTAFA KAMAL
 ROLL NO 112509
 M E (CONTROL AND INSTRUMENTATION)
INTRODUCTION

      The fuzzy logic, unlike conventional logic
system, is able to model inaccurate or imprecise
models. The fuzzy logic approach offers a simpler,
quicker and more reliable solution that is clear
advantages over conventional techniques. This
paper deals with speed control of Separately
Excited DC Motor through fuzzy logic Controller.
WHAT IS FUZZY LOGIC
CONTROLLERS ?

   It’s totally different from other controllers, fuzzy
    logic's principle is to think like an organic
    creature; human.
   A form of knowledge representation suitable for
    notions that cannot be defined precisely, but
    which depend upon their contexts.
HOW DOES IT WORKS?

        In fuzzy logic we define human readable
rules to form the target system. For instance
assume we want to control the room temperature,
first of all we define simple rules:
     If the room is hot then cool it down
     If the room is normal then don't change
      temperature
     If the room is cold then heat it up
HOW DOES IT WORKS? CONT….
BOOLEAN LOGIC REPRESENTATION




        Slow              Fast
       Speed = 0          Speed = 1

    bool speed;
    get the speed
    if ( speed == 0) {
           // speed is slow
    }
    else {
           // speed is fast
    }
FUZZY LOGIC REPRESENTATION
                           Slowest
   For every problem
                           [ 0.0 – 0.25 ]
    must represent in
    terms of fuzzy sets.
                           Slow
                           [ 0.25 – 0.50 ]

                           Fast
                           [ 0.50 – 0.75 ]

                           Fastest
                           [ 0.75 – 1.00 ]
FUZZY SETS

   Extension of Classical Sets
   Fuzzy set is sets with smooth boundary
   Membership function
       A fuzzy set defined by the function that maps
        objects in a domain of concern to their
        membership value in the set. Such a function
        is called membership function
FUZZY SET OPERATORS
   Union
       max (fA(x) , fB(x) )
   Intersection
       min (fA(x) , fB(x) )

   Complement
    Complement( fA(x) )
LINGUISTIC VARIABLE

   Linguistic variables are the input (or) output
    variable of the system. Whose values are in
    natural language.
   Example:

    The room is hot – linguistic value

    How much it is hot – linguistic variable
TEMPERATURE CONTROLLER
   The problem
       Change the speed of a heater fan, based upon the
        room temperature and humidity.
   A temperature control system has four settings
       Cold, Cool, Warm, and Hot
   Humidity can be defined by:
       Low, Medium, and High
   Using this we can define
    the fuzzy set.
STRUCTURE OF FUZZY LOGIC
CONTROLLER


              ADC



           FUZZIFIER



           INFERENCE
             ENGINE



           DEFUZZIFIER




              DAC
FUZZIFICATION
   Conversion of real input to fuzzy set values

PROCEDURE
   1.   Description   of   the   problem     in   an   acceptable
    mathematical form.
   2. Definition of the threshold for the variables, specifically
    the two extremes of the greatest and least degree of
    satisfaction.
   Based on the above threshold values a proper membership
    function is selected among those available e.g. linear,
    piece-wise linear, trapezoidal, parabolic... etc.
INFERENCE ENGINE
   Which makes the rules works in response to
    system inputs.
INFERENCE ENGINE CONT….

   These rules are human readable rules
   It is basically uses IF-THEN rules to manipulate
    input variables.
   Example

    IF( some function ) THEN( some function ).
DEFUZZIFICATION

      Changing fuzzy output back into numerical
values for system action

There are two major defuzzification techniques

1.Mean Of Maximum method (MOM)

2.Gravity center defuzzifier (GCD)
DEFUZZIFICATION CONT….
   Example

    let y = {0.1/2 + 0.8/3 + 1.0/4 + 0.8/5 +0.1/6} using
    GCD method we have



Y = ( 0.1*2 + 0.8*3 + 1.0*4 + 0.8*5 +0.1*6 )

            (0.1+ 0.8+ 1.0+ 0.8 +0.1)
Y=4
BLOCK DIAGRAM




   DC
            DC TO DC       DC
 VOLTAGE
           CONVERTER      MOTOR
 SOURCE




              PWM         FUZZY
           GENERATOR   CONTROLLER
SYSTEM DESCRIPTION

   Motor model :
   In this model the armature reaction is neglected.

   The Vf and If are maintained constant. That is

    field excited separately
   The armature voltage is controlled to get
    different speed
SYSTEM DESCRIPTION CONT….

      A linear model of a simple DC motor consists
of a mechanical equation and electrical equation as
determined in the following equations
SYSTEM DESCRIPTION CONT….

      The dynamic model of the system is formed
using these differential equations
SYSTEM DESCRIPTION CONT….
   DRIVER CIRCUIT :

    Here the DC to DC converter is used to control
    the armature voltage of the motor.

    The switches in the DC to DC converter are
    controlled by PWM inverter.

            The PWM which compares the corrected
    error(ce) signal generated by the fuzzy controller
    and reference signal.
SYSTEM DESCRIPTION CONT….

             Dc source




                              DC motor       Speed
             Thyristor
                             (armature)   measurements




               PWM          Fuzzy
             controller   controller


Ref signal
FUZZY LOGIC CONTROLLER

      In this controller the input is speed and the
output is voltage.The membership function is
figured between error and change in error. After
that using pre defined rule the controller produces
signal this signal is called control variable.it is
given to PWM current controller
THE RULE DATABASE TABLE
DISADVANTAGES OF FUZZY
SYSTEM

   It is not useful for programs much larger or
    smaller than the historical data.
   It requires a lot of data
   The estimators must be familiar with the
    historically developed programs
ADVANTAGES OVER
CONVENTIONAL CONTROL
TECHNIQUES
   Developing a fuzzy logic controller is cheaper
    than developing model based or other controller
    with comparable performance.
   Fuzzy logic controller are more robust than PID
    controllers because they can cover a much wider
    range of operating conditions.
   Fuzzy logic controller are customizable.
DISADVANTAGES OF FUZZY
SYSTEM

   It is not useful for programs much larger or
    smaller than the historical data.
   It requires a lot of data
   The estimators must be familiar with the
    historically developed programs
CONCLUSION

      Thus the fuzzy logic controller is sensitive to
variation of the reference speed attention. It is also
overcome the disadvantage of the use conventional
control sensitiveness to inertia variation and
sensitiveness to variation of the speed with drive
system of dc motor.
THANK YOU

Weitere ähnliche Inhalte

Was ist angesagt?

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
 
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
 
BIDIRECTIONAL SPEED CONTROL OF DC MOTOR USING 8051 MICROCONTROLLER
BIDIRECTIONAL SPEED CONTROL OF DC MOTOR USING 8051 MICROCONTROLLERBIDIRECTIONAL SPEED CONTROL OF DC MOTOR USING 8051 MICROCONTROLLER
BIDIRECTIONAL SPEED CONTROL OF DC MOTOR USING 8051 MICROCONTROLLERShanmukha S. Potti
 
D0255033039
D0255033039D0255033039
D0255033039theijes
 
Integrated fuzzy logic controller for a Brushless DC Servomotor system
Integrated fuzzylogic controller for a Brushless DC Servomotor systemIntegrated fuzzylogic controller for a Brushless DC Servomotor system
Integrated fuzzy logic controller for a Brushless DC Servomotor systemEhab Al hamayel
 
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
 
Speed Control of Brushless Dc Motor Using Fuzzy Logic Controller
Speed Control of Brushless Dc Motor Using Fuzzy Logic ControllerSpeed Control of Brushless Dc Motor Using Fuzzy Logic Controller
Speed Control of Brushless Dc Motor Using Fuzzy Logic Controlleriosrjce
 
Fpga based motor controller
Fpga based motor controllerFpga based motor controller
Fpga based motor controllerUday Wankar
 
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
 
Hybrid PI-Fuzzy Controller for Brushless DC motor speed control
Hybrid PI-Fuzzy Controller for Brushless DC motor speed controlHybrid PI-Fuzzy Controller for Brushless DC motor speed control
Hybrid PI-Fuzzy Controller for Brushless DC motor speed controlIOSR Journals
 
A Review on Rapid Control of a Brushless Motor in an Hybrid System
A Review on Rapid Control of a Brushless Motor in an Hybrid SystemA Review on Rapid Control of a Brushless Motor in an Hybrid System
A Review on Rapid Control of a Brushless Motor in an Hybrid Systemsunil kumar
 
A comparative study of pi, fuzzy and hybrid pi fuzzy controller for speed con...
A comparative study of pi, fuzzy and hybrid pi fuzzy controller for speed con...A comparative study of pi, fuzzy and hybrid pi fuzzy controller for speed con...
A comparative study of pi, fuzzy and hybrid pi fuzzy controller for speed con...Asoka Technologies
 
Intelligent speed control_3_1
Intelligent speed control_3_1Intelligent speed control_3_1
Intelligent speed control_3_1Suresh Reddy
 
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 systemISA Interchange
 
BLDC control using PID & FUZZY logic controller-CSD PPT
BLDC control using PID & FUZZY logic controller-CSD PPTBLDC control using PID & FUZZY logic controller-CSD PPT
BLDC control using PID & FUZZY logic controller-CSD PPTAmiya Ranjan Behera
 
Design of Fractional Order PID controller using Soft computing methods for a ...
Design of Fractional Order PID controller using Soft computing methods for a ...Design of Fractional Order PID controller using Soft computing methods for a ...
Design of Fractional Order PID controller using Soft computing methods for a ...IOSR Journals
 

Was ist angesagt? (20)

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
 
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
 
BIDIRECTIONAL SPEED CONTROL OF DC MOTOR USING 8051 MICROCONTROLLER
BIDIRECTIONAL SPEED CONTROL OF DC MOTOR USING 8051 MICROCONTROLLERBIDIRECTIONAL SPEED CONTROL OF DC MOTOR USING 8051 MICROCONTROLLER
BIDIRECTIONAL SPEED CONTROL OF DC MOTOR USING 8051 MICROCONTROLLER
 
D0255033039
D0255033039D0255033039
D0255033039
 
Dc drives smnar ppt
Dc drives smnar pptDc drives smnar ppt
Dc drives smnar ppt
 
Integrated fuzzy logic controller for a Brushless DC Servomotor system
Integrated fuzzylogic controller for a Brushless DC Servomotor systemIntegrated fuzzylogic controller for a Brushless DC Servomotor system
Integrated fuzzy logic controller for a Brushless DC Servomotor system
 
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...
 
Speed Control of Brushless Dc Motor Using Fuzzy Logic Controller
Speed Control of Brushless Dc Motor Using Fuzzy Logic ControllerSpeed Control of Brushless Dc Motor Using Fuzzy Logic Controller
Speed Control of Brushless Dc Motor Using Fuzzy Logic Controller
 
Fpga based motor controller
Fpga based motor controllerFpga based motor controller
Fpga based motor controller
 
Fuzzy imp in part
Fuzzy imp in partFuzzy imp in part
Fuzzy imp in part
 
Fuzzy logic control vs. conventional pid
Fuzzy logic control vs. conventional pidFuzzy logic control vs. conventional pid
Fuzzy logic control vs. conventional pid
 
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
 
Hybrid PI-Fuzzy Controller for Brushless DC motor speed control
Hybrid PI-Fuzzy Controller for Brushless DC motor speed controlHybrid PI-Fuzzy Controller for Brushless DC motor speed control
Hybrid PI-Fuzzy Controller for Brushless DC motor speed control
 
A Review on Rapid Control of a Brushless Motor in an Hybrid System
A Review on Rapid Control of a Brushless Motor in an Hybrid SystemA Review on Rapid Control of a Brushless Motor in an Hybrid System
A Review on Rapid Control of a Brushless Motor in an Hybrid System
 
A comparative study of pi, fuzzy and hybrid pi fuzzy controller for speed con...
A comparative study of pi, fuzzy and hybrid pi fuzzy controller for speed con...A comparative study of pi, fuzzy and hybrid pi fuzzy controller for speed con...
A comparative study of pi, fuzzy and hybrid pi fuzzy controller for speed con...
 
Intelligent speed control_3_1
Intelligent speed control_3_1Intelligent speed control_3_1
Intelligent speed control_3_1
 
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
 
BLDC control using PID & FUZZY logic controller-CSD PPT
BLDC control using PID & FUZZY logic controller-CSD PPTBLDC control using PID & FUZZY logic controller-CSD PPT
BLDC control using PID & FUZZY logic controller-CSD PPT
 
Design of Fractional Order PID controller using Soft computing methods for a ...
Design of Fractional Order PID controller using Soft computing methods for a ...Design of Fractional Order PID controller using Soft computing methods for a ...
Design of Fractional Order PID controller using Soft computing methods for a ...
 
Project_Report_Debargha
Project_Report_DebarghaProject_Report_Debargha
Project_Report_Debargha
 

Andere mochten auch

DTMF Based speed control of induction motor
DTMF Based speed control of induction motorDTMF Based speed control of induction motor
DTMF Based speed control of induction motorNiteen Shinde
 
DTMF Based speed control of Induction motor
DTMF Based speed control of Induction motorDTMF Based speed control of Induction motor
DTMF Based speed control of Induction motorNiteen Shinde
 
Microcontroller remote controlling project
Microcontroller remote controlling projectMicrocontroller remote controlling project
Microcontroller remote controlling projectBipro Roy
 
DTMF based Home Automation System
DTMF based Home Automation SystemDTMF based Home Automation System
DTMF based Home Automation SystemDaksh Raj Chopra
 
Dtmf based appliances control system for rural and agricultural applications
Dtmf based appliances control system for rural and agricultural applicationsDtmf based appliances control system for rural and agricultural applications
Dtmf based appliances control system for rural and agricultural applicationsSa Saikiran
 
DTMF base Mobile controlled appliances control
DTMF base Mobile controlled  appliances controlDTMF base Mobile controlled  appliances control
DTMF base Mobile controlled appliances controlGopal Bardhan
 
Home automation using dtmf
Home automation using dtmfHome automation using dtmf
Home automation using dtmfPratik Gupta
 
A minor project report HOME AUTOMATION USING MOBILE PHONES
A minor project report HOME AUTOMATION  USING  MOBILE PHONESA minor project report HOME AUTOMATION  USING  MOBILE PHONES
A minor project report HOME AUTOMATION USING MOBILE PHONESashokkok
 

Andere mochten auch (10)

DTMF Based speed control of induction motor
DTMF Based speed control of induction motorDTMF Based speed control of induction motor
DTMF Based speed control of induction motor
 
DTMF Based speed control of Induction motor
DTMF Based speed control of Induction motorDTMF Based speed control of Induction motor
DTMF Based speed control of Induction motor
 
Microcontroller remote controlling project
Microcontroller remote controlling projectMicrocontroller remote controlling project
Microcontroller remote controlling project
 
DTMF based Home Automation System
DTMF based Home Automation SystemDTMF based Home Automation System
DTMF based Home Automation System
 
Dtmf based appliances control system for rural and agricultural applications
Dtmf based appliances control system for rural and agricultural applicationsDtmf based appliances control system for rural and agricultural applications
Dtmf based appliances control system for rural and agricultural applications
 
DTMF based load control
DTMF based load controlDTMF based load control
DTMF based load control
 
DTMF base Mobile controlled appliances control
DTMF base Mobile controlled  appliances controlDTMF base Mobile controlled  appliances control
DTMF base Mobile controlled appliances control
 
DTMF
DTMFDTMF
DTMF
 
Home automation using dtmf
Home automation using dtmfHome automation using dtmf
Home automation using dtmf
 
A minor project report HOME AUTOMATION USING MOBILE PHONES
A minor project report HOME AUTOMATION  USING  MOBILE PHONESA minor project report HOME AUTOMATION  USING  MOBILE PHONES
A minor project report HOME AUTOMATION USING MOBILE PHONES
 

Ähnlich wie Speedcontrolofdcmotorbyfuzzycontroller 120320013939-phpapp01

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
 
Correlative Study on the Modeling and Control of Boost Converter using Advanc...
Correlative Study on the Modeling and Control of Boost Converter using Advanc...Correlative Study on the Modeling and Control of Boost Converter using Advanc...
Correlative Study on the Modeling and Control of Boost Converter using Advanc...IJSRD
 
Servo Fundamentals
Servo FundamentalsServo Fundamentals
Servo Fundamentalspurnima saha
 
Design and Analysis of a Control System Using Root Locus and Frequency Respon...
Design and Analysis of a Control System Using Root Locus and Frequency Respon...Design and Analysis of a Control System Using Root Locus and Frequency Respon...
Design and Analysis of a Control System Using Root Locus and Frequency Respon...Umair Shahzad
 
Optimization of Fuzzy Logic controller for Luo Converter using Genetic Algor...
Optimization of Fuzzy Logic controller for Luo Converter using  Genetic Algor...Optimization of Fuzzy Logic controller for Luo Converter using  Genetic Algor...
Optimization of Fuzzy Logic controller for Luo Converter using Genetic Algor...IRJET Journal
 
control system lab 02 - PID tuning
control system lab 02 - PID tuning control system lab 02 - PID tuning
control system lab 02 - PID tuning nalan karunanayake
 
Real-time PID control of an inverted pendulum
Real-time PID control of an inverted pendulumReal-time PID control of an inverted pendulum
Real-time PID control of an inverted pendulumFrancesco Corucci
 
Week 14 pid may 24 2016 pe 3032
Week  14 pid  may 24 2016 pe 3032Week  14 pid  may 24 2016 pe 3032
Week 14 pid may 24 2016 pe 3032Charlton Inao
 
Fuzzy Logic Controller for Modern Power Systems
Fuzzy Logic Controller for Modern Power SystemsFuzzy Logic Controller for Modern Power Systems
Fuzzy Logic Controller for Modern Power SystemsIRJET Journal
 
Modeling, simulation and control of a robotic arm
Modeling, simulation and control of a robotic armModeling, simulation and control of a robotic arm
Modeling, simulation and control of a robotic armcesarportilla8
 
Presentation FOPID Boost DC-DC Converter.pptx
Presentation FOPID Boost DC-DC Converter.pptxPresentation FOPID Boost DC-DC Converter.pptx
Presentation FOPID Boost DC-DC Converter.pptxSherAli260123
 
Fuzzy Logic Controller
Fuzzy Logic ControllerFuzzy Logic Controller
Fuzzy Logic Controllervinayvickky
 
Interesting and Useful Features of the DeltaV PID, Ratio and Bias/Gain Contro...
Interesting and Useful Features of the DeltaV PID, Ratio and Bias/Gain Contro...Interesting and Useful Features of the DeltaV PID, Ratio and Bias/Gain Contro...
Interesting and Useful Features of the DeltaV PID, Ratio and Bias/Gain Contro...Emerson Exchange
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Design of imc based controller for industrial purpose
Design of imc based controller for industrial purposeDesign of imc based controller for industrial purpose
Design of imc based controller for industrial purpose375ankit
 
Switched mode power supply 1 (1).pptx
Switched mode power supply 1 (1).pptxSwitched mode power supply 1 (1).pptx
Switched mode power supply 1 (1).pptxRashmiPrakash38
 

Ähnlich wie Speedcontrolofdcmotorbyfuzzycontroller 120320013939-phpapp01 (20)

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
 
Correlative Study on the Modeling and Control of Boost Converter using Advanc...
Correlative Study on the Modeling and Control of Boost Converter using Advanc...Correlative Study on the Modeling and Control of Boost Converter using Advanc...
Correlative Study on the Modeling and Control of Boost Converter using Advanc...
 
Servo Fundamentals
Servo FundamentalsServo Fundamentals
Servo Fundamentals
 
Design and Analysis of a Control System Using Root Locus and Frequency Respon...
Design and Analysis of a Control System Using Root Locus and Frequency Respon...Design and Analysis of a Control System Using Root Locus and Frequency Respon...
Design and Analysis of a Control System Using Root Locus and Frequency Respon...
 
Optimization of Fuzzy Logic controller for Luo Converter using Genetic Algor...
Optimization of Fuzzy Logic controller for Luo Converter using  Genetic Algor...Optimization of Fuzzy Logic controller for Luo Converter using  Genetic Algor...
Optimization of Fuzzy Logic controller for Luo Converter using Genetic Algor...
 
Fuzzy logic
Fuzzy logicFuzzy logic
Fuzzy logic
 
control system lab 02 - PID tuning
control system lab 02 - PID tuning control system lab 02 - PID tuning
control system lab 02 - PID tuning
 
Real-time PID control of an inverted pendulum
Real-time PID control of an inverted pendulumReal-time PID control of an inverted pendulum
Real-time PID control of an inverted pendulum
 
Week 14 pid may 24 2016 pe 3032
Week  14 pid  may 24 2016 pe 3032Week  14 pid  may 24 2016 pe 3032
Week 14 pid may 24 2016 pe 3032
 
Fuzzy Logic Controller for Modern Power Systems
Fuzzy Logic Controller for Modern Power SystemsFuzzy Logic Controller for Modern Power Systems
Fuzzy Logic Controller for Modern Power Systems
 
Modeling, simulation and control of a robotic arm
Modeling, simulation and control of a robotic armModeling, simulation and control of a robotic arm
Modeling, simulation and control of a robotic arm
 
Presentation FOPID Boost DC-DC Converter.pptx
Presentation FOPID Boost DC-DC Converter.pptxPresentation FOPID Boost DC-DC Converter.pptx
Presentation FOPID Boost DC-DC Converter.pptx
 
A011130109
A011130109A011130109
A011130109
 
Fuzzy Logic Controller
Fuzzy Logic ControllerFuzzy Logic Controller
Fuzzy Logic Controller
 
Km3617971803
Km3617971803Km3617971803
Km3617971803
 
Interesting and Useful Features of the DeltaV PID, Ratio and Bias/Gain Contro...
Interesting and Useful Features of the DeltaV PID, Ratio and Bias/Gain Contro...Interesting and Useful Features of the DeltaV PID, Ratio and Bias/Gain Contro...
Interesting and Useful Features of the DeltaV PID, Ratio and Bias/Gain Contro...
 
E1803033337
E1803033337E1803033337
E1803033337
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Design of imc based controller for industrial purpose
Design of imc based controller for industrial purposeDesign of imc based controller for industrial purpose
Design of imc based controller for industrial purpose
 
Switched mode power supply 1 (1).pptx
Switched mode power supply 1 (1).pptxSwitched mode power supply 1 (1).pptx
Switched mode power supply 1 (1).pptx
 

Kürzlich hochgeladen

Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...JojoEDelaCruz
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
TEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxTEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxruthvilladarez
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 

Kürzlich hochgeladen (20)

Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
TEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxTEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docx
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 

Speedcontrolofdcmotorbyfuzzycontroller 120320013939-phpapp01

  • 1. SPEED CONTROL OF DC MOTOR BY FUZZY CONTROLLER MD MUSTAFA KAMAL ROLL NO 112509 M E (CONTROL AND INSTRUMENTATION)
  • 2. INTRODUCTION The fuzzy logic, unlike conventional logic system, is able to model inaccurate or imprecise models. The fuzzy logic approach offers a simpler, quicker and more reliable solution that is clear advantages over conventional techniques. This paper deals with speed control of Separately Excited DC Motor through fuzzy logic Controller.
  • 3. WHAT IS FUZZY LOGIC CONTROLLERS ?  It’s totally different from other controllers, fuzzy logic's principle is to think like an organic creature; human.  A form of knowledge representation suitable for notions that cannot be defined precisely, but which depend upon their contexts.
  • 4. HOW DOES IT WORKS? In fuzzy logic we define human readable rules to form the target system. For instance assume we want to control the room temperature, first of all we define simple rules:  If the room is hot then cool it down  If the room is normal then don't change temperature  If the room is cold then heat it up
  • 5. HOW DOES IT WORKS? CONT….
  • 6. BOOLEAN LOGIC REPRESENTATION Slow Fast Speed = 0 Speed = 1 bool speed; get the speed if ( speed == 0) { // speed is slow } else { // speed is fast }
  • 7. FUZZY LOGIC REPRESENTATION Slowest  For every problem [ 0.0 – 0.25 ] must represent in terms of fuzzy sets. Slow [ 0.25 – 0.50 ] Fast [ 0.50 – 0.75 ] Fastest [ 0.75 – 1.00 ]
  • 8. FUZZY SETS  Extension of Classical Sets  Fuzzy set is sets with smooth boundary  Membership function  A fuzzy set defined by the function that maps objects in a domain of concern to their membership value in the set. Such a function is called membership function
  • 9. FUZZY SET OPERATORS  Union max (fA(x) , fB(x) )  Intersection min (fA(x) , fB(x) )  Complement Complement( fA(x) )
  • 10. LINGUISTIC VARIABLE  Linguistic variables are the input (or) output variable of the system. Whose values are in natural language.  Example: The room is hot – linguistic value How much it is hot – linguistic variable
  • 11. TEMPERATURE CONTROLLER  The problem  Change the speed of a heater fan, based upon the room temperature and humidity.  A temperature control system has four settings  Cold, Cool, Warm, and Hot  Humidity can be defined by:  Low, Medium, and High  Using this we can define the fuzzy set.
  • 12. STRUCTURE OF FUZZY LOGIC CONTROLLER ADC FUZZIFIER INFERENCE ENGINE DEFUZZIFIER DAC
  • 13. FUZZIFICATION  Conversion of real input to fuzzy set values PROCEDURE  1. Description of the problem in an acceptable mathematical form.  2. Definition of the threshold for the variables, specifically the two extremes of the greatest and least degree of satisfaction.  Based on the above threshold values a proper membership function is selected among those available e.g. linear, piece-wise linear, trapezoidal, parabolic... etc.
  • 14. INFERENCE ENGINE  Which makes the rules works in response to system inputs.
  • 15. INFERENCE ENGINE CONT….  These rules are human readable rules  It is basically uses IF-THEN rules to manipulate input variables.  Example IF( some function ) THEN( some function ).
  • 16. DEFUZZIFICATION Changing fuzzy output back into numerical values for system action There are two major defuzzification techniques 1.Mean Of Maximum method (MOM) 2.Gravity center defuzzifier (GCD)
  • 17. DEFUZZIFICATION CONT….  Example let y = {0.1/2 + 0.8/3 + 1.0/4 + 0.8/5 +0.1/6} using GCD method we have Y = ( 0.1*2 + 0.8*3 + 1.0*4 + 0.8*5 +0.1*6 ) (0.1+ 0.8+ 1.0+ 0.8 +0.1) Y=4
  • 18. BLOCK DIAGRAM DC DC TO DC DC VOLTAGE CONVERTER MOTOR SOURCE PWM FUZZY GENERATOR CONTROLLER
  • 19. SYSTEM DESCRIPTION  Motor model :  In this model the armature reaction is neglected.  The Vf and If are maintained constant. That is field excited separately  The armature voltage is controlled to get different speed
  • 20. SYSTEM DESCRIPTION CONT…. A linear model of a simple DC motor consists of a mechanical equation and electrical equation as determined in the following equations
  • 21. SYSTEM DESCRIPTION CONT…. The dynamic model of the system is formed using these differential equations
  • 22. SYSTEM DESCRIPTION CONT….  DRIVER CIRCUIT : Here the DC to DC converter is used to control the armature voltage of the motor. The switches in the DC to DC converter are controlled by PWM inverter. The PWM which compares the corrected error(ce) signal generated by the fuzzy controller and reference signal.
  • 23. SYSTEM DESCRIPTION CONT…. Dc source DC motor Speed Thyristor (armature) measurements PWM Fuzzy controller controller Ref signal
  • 24. FUZZY LOGIC CONTROLLER In this controller the input is speed and the output is voltage.The membership function is figured between error and change in error. After that using pre defined rule the controller produces signal this signal is called control variable.it is given to PWM current controller
  • 26.
  • 27.
  • 28. DISADVANTAGES OF FUZZY SYSTEM  It is not useful for programs much larger or smaller than the historical data.  It requires a lot of data  The estimators must be familiar with the historically developed programs
  • 29. ADVANTAGES OVER CONVENTIONAL CONTROL TECHNIQUES  Developing a fuzzy logic controller is cheaper than developing model based or other controller with comparable performance.  Fuzzy logic controller are more robust than PID controllers because they can cover a much wider range of operating conditions.  Fuzzy logic controller are customizable.
  • 30. DISADVANTAGES OF FUZZY SYSTEM  It is not useful for programs much larger or smaller than the historical data.  It requires a lot of data  The estimators must be familiar with the historically developed programs
  • 31. CONCLUSION Thus the fuzzy logic controller is sensitive to variation of the reference speed attention. It is also overcome the disadvantage of the use conventional control sensitiveness to inertia variation and sensitiveness to variation of the speed with drive system of dc motor.