Sei sulla pagina 1di 5

IJBSTR RESEARCH PAPER VOL 1 [ISSUE 7] JULY 2013

ISSN 2320 6020

Speed Control of Dc Motor Using Fuzzy Logic Controller


Saurabh Dubey and S. K. Srivastava
ABSTRACT: Conventional PID controllers were used to control the control the dc motor for various industrial processes from many years due to their simplicity in operation.PID controllers require mathematical models to control the plant for different process control applications. Fuzzy logic based control systems were introduced by Lotfi Zadeh to optimize linguistic variables the process control parameters in better way. This paper focuses on the use fuzzy logic to maintain the speed of DC motor close to the reference or desired speed. In fuzzy logic linguistic variables are used as input and output as opposed to numeric variables used in crisp logic. A fuzzy logic controller (FLC) is based on a set of control rules (fuzzy rules) among linguistic variables. In this paper dc motor is modelled and converted as a subsystem in Simulink. The fuzzy logic control strategy shows the improvement in various control parameters like maximum overshoot, settling time for the DC motor control. Hence this paper tries to demonstrate the capability of fuzzy logic to be used to control the speed of a dc motor. KEYWORDS: DC motor, Fuzzy logic controller, Fuzzy logic.

INTRODUCTION DC machine is a highly versatile and flexible machine. It can satisfy the demands of load requiring high starting, accelerating and retarding torques. A dc machine is also easily adaptable for drives with range of speed control and fast reversal. They are widely used in industrial applications. The DC motors are used in rolling mills, in traction and in overhead cranes. They are also employed in many control applications as actuators and as speed or position sensors. In such applications, as that of position sensors and robotics, drives performance must precisely follow the desired performance. A number of control schemes such as proportional (P), proportional integral (PI), proportional derivative integral (PID), adaptive and fuzzy logic controller (FLCs) are used for control of speed of DC motors. The proposed controller system consists of multi-input fuzzy logic controller (FLC) for the speed control. The proposed system utilizes the fuzzy logic controller. Many industrial applications require that the drive precisely and quickly follow the changes in reference speed with minimum overshoot and minimum steady-state error. The fuzzy logic controller performs this required function of effective tracking of reference speed.

Fuzzy logic is a method of rule-based decision making used for expert systems and process control that emulates the ruleof-thumb thought process used by human beings. Due to these properties, fuzzy logic can be used to control a process that a human can control manually with expertise gained from experience. The linguistic control rules that a human expert can describe in an intuitive and general manner can be directly translated to a rule base for a fuzzy logic controller. MATHEMATICAL MODEL OF DC MOTOR In armature voltage control scheme for separately excited dc motors, voltage applied to armature is varied without varying the voltage applied to the field. Equivalent model of dc motor is shown in following figure.

Saurabh Dubey and S . K. Srivastava Department of Electrical Engineering M.M.M. Engineering College Gorakhpur 273010 (UP) India Email: saurabh.dubey.6681@gmail.com and sudhirksri05@gmail.com

Fig. 1: DC motor model va = R a . ia t + La .


di a t dt

+ eb t (1)

ijbstr.org
34

IJBSTR RESEARCH PAPER VOL 1 [ISSUE 7] JULY 2013 eb t = K b . w(t) (2) Tm t = K t . ia t (3) Tm t = Jm . Where,
dw t dt

ISSN 2320 6020

+ Bm . w(t)(4)

Va= armature voltage (V) Ra= armature resistance () La=armature inductance (H) Ia=armature current (A) Eb=back emf (V) W =angular speed (rad/s) Tm=motor torque (Nm ) =angular position of rotor shaft (rad) Jm =inertia of rotor (Kg-m2) Bm =viscous friction coefficient (Nms/rad) KT= torque constant (N-m/A) Kb=back emf constant (V/rad) Let us combine the upper equations together: va = R a . ia t + La . K t . ia t = Jm .
dw t dt di a t dt

+ K b . w(t) (5)

+ Bm . w(t) (6)

Laplace transforms of (5) and (6) are Va s = R a s . Ia s + La . Ia s . s + K b . W s (7) K t . Ia s = Jm . W s . s + Bm . W(s)(8) If current is obtained from (8) and substituted in (7) we have Va s = W s .
1 Kt

Fig 2: Simulink model of dc motor FUZZY LOGIC CONTROLLER The fuzzy logic control is based on the simulation of how people work and anticipate to any problem in real world. A complex problem or system may be simplified by allowing some degree of imprecision, vagueness and uncertainty up to some extent. An expert operator develops A flexible control mechanism can be developed by using ones expertise with the words like "suitable, not very suitable, high, little high, much and far too much" that are frequent and obvious words in people's life. In the classical control paradigm, much stress is laid on the precision of the input, the intermediate steps that process them, and the modelling of the system in question. Whereas a fuzzy logiuc solution is tolerant to the imprecision in the inputs and the model of the system and still produces an output that is desired out of the system. This was put in a more effective way by Lofti A. Zadeh, the father of fuzzy set theory, when he said most applications of fuzzy logic exploit its tolerance for imprecision. Fuzzy Logic Controller (FLC) The principal design parameters for a fuzzy logic controller are as given below. Figure 3 shows the controller between the pre-processing block and post processing block.

. La . Jm . s + R a . Jm + La Bm . s +

Ra.Bm+Kb.Kt (9) Then the transfer function which relates rotor speed and applied armature voltage is given as:
W s Va s

Kt L a .J m .s 2 + R a .J m +L a .B m .s+ R a .B m +K b .K t

(10)

The relation between position and speed is: s = . W(s)(11)


s 1

Then the transfer function between shaft position and armature voltage at no-load is:
s Va s Kt L a .J m .s 3 + R a .J m +L a B m .s 2 + R a .B m +K b .K t .s

(12)

The model presented in this paper did not use the inbuilt MATLAB DC motor from Simulink, instead the dc motor has been designed from its characteristic differential equation and it is shown in Figure 2.

ijbstr.org
35

IJBSTR RESEARCH PAPER VOL 1 [ISSUE 7] JULY 2013

ISSN 2320 6020 Defuzzification Defuzzification module performs following functions: Performs the defuzzification which converts the set of modified control output values into a single pointwise value. Performs an output de-normalization which maps the point wise values of the control output onto its physical domain. A defuzzification strategy aims at producing a non-fuzzy control action that best represents the possibility of an inferred fuzzy control action. Post processing The block after defuzzification is a post processing block which consists of often an output gain that can be tuned and also become as an integrator. SIMULATION AND RESULTS The aim of the FLC designed in this study is to limit the speed error to a minimum value. The input to the controller increases with increase in the error. Hence, the controller produces a larger control signal to reduce the error. In addition, the change of error is also important, and used as another controller input. Consequently, three linguistic variables are used for FLC: 1. Error (e) 2. Change of errors 3. Control output Here, error (ek) = reference speed-actual speed And, change of (error) = ek ek-1

Fig.3: process blocks of fuzzy logic Preprocessing This block represents the measurement stage where the crisp values of the input variables are measured using some measurement system. So in fuzzy control applications, observed data are usually crisp. Fuzzification Fuzzification is related to the vagueness and imprecision in a natural language. It is subjective valuation which transforms a measurement into a valuation of a objective value, hence it could be defined as a mapping from an observed input space to fuzzy sets in certain input universes of discourse. Hence fuzzification module performs a scale transformation which maps the current values of input process state variables into a normalised universe of discourse. Rule Base The basic function of rule base is to represent in a structured the control policy of an experienced process operator and/or control engineer in the form of a set of production rules such asIf (Process state) then (control output) The if part of such rule is called rule antecedent and is a description of a process state in terms of a logic combination of atomic fuzzy prepositions. The then part of the rule is called rule consequent and is a description of a control output in terms of a logic combination of atomic fuzzy prepositions. Hence a fuzzy control rule is a fuzzy conditional statement in which the antecedent is a condition in its application domain and the consequent is a control action for the system under control.

Fig. 4: Mamdani fuzzy inference system developed for fuzzy controller Membership functions of linguistic variables: The linguistics variables are defined as fuzzy set. A membership function is a curve define, shows a valve of a fuzzy variables in a certain region are mapped to a membership valve (degree of membership) between 0 and 1. The following figure shows the membership function used to define linguistic variables of the present FLC.

ijbstr.org
36

IJBSTR RESEARCH PAPER VOL 1 [ISSUE 7] JULY 2013

ISSN 2320 6020

Fig.5: Membership Function for input (error).

Fig. 8: IF-THEN rule base for fuzzy logic control Above control rules combined with the membership functions are used to control the speed of the dc motor. When the step input is given to the system the systems output which is the speed of the motor is compared with that of reference speed input and hence following result was obtained.

Fig 6: Membership Function for input (cherror)

Fig.7: Membership Function for output (control) Rule-base System speed comes to reference value by means of the defined rules. For example, third rule on rule base determines, 'if error is Z and change of error (cherror) is N then control output is NS. According to this rule, if error value is zero and change of error value is negative then control output is negative small.

Fig.9: Comparison between reference speed input and actual motor speed CONCLUSIONS In this paper a DC motor is controlled using fuzzy logic controller. A mathematical model to control the DC motor is developed and the motor is controlled using fuzzy controller. The simulation results so obtained show that the fuzzy controller is able to follow closely the variations in reference

ijbstr.org
37

IJBSTR RESEARCH PAPER VOL 1 [ISSUE 7] JULY 2013 speed. From the output speed wave form, we can see that the proposed fuzzy logic controller is able to give a smooth speed control with less overshoot and no oscillations. Hence, fuzzy logic controller design was proposed and implemented using the principles of artificial intelligence. REFERENCES 1. Mamdani, E. H.. Application of Fuzzy Logic to Approximate Reasoning Using Linguistic Synthesis. IEEE Transactions on Computers, 26(12), pp. 11821191, 1977 M. Murugandamand M. Madheswaran. Modeling and Simulation of modified fuzzy logic controller for various types of DC motor drives IEEE International conference on control system, June 2009. M. Pachter, Speed control of a field controlled D.C. traction motor Automatica, vol. 17,issue 4,Jul. 1981, pp. 627-630 S. Saneifard, N. R. Prasad, H. A. Smolleck and J. J. Wakileh, "Fuzzy-Logic-Based speed control of shunt DC motor" IEEE Trans. Of Education, vol. 41, No. 2, pp. 159-164, 1998. J. Klir, George and Yuan, Bo. "Fuzzy Sets and Fuzzy Logic Theory and Applications". F O. Tipsuwan and Z. Ghow, "Fuzzy Logic Microcontroller Implementation for DC Motor Speed Control" Power Electron Spec Conf., IEEE pp 101110,1999. B.G. Hu, G.K.I Mann and R.G Gosine, New methodology for analytical and optimal design of fuzzy PID controllers IEEE Transaction of fuzzy systems, Vol. 7, no. 5, pp. 521-539, 1999. N. Senthilkumar, V. Sadasiva and K.Prema,. Design and simulation of fuzzy controller for closed loop of chopper fed embedded DC drives IEEE International conference powercon, Singapore, 2004. Manafeddin Namazov and Onur Basturk, DC motor position control using fuzzy proportional-derivative controllers with different defuzzification methods Turkish Journal of Fuzzy Systems, Vol.1, No.1, pp. 36-54, 2010.

ISSN 2320 6020 Applications, Vol. 3, Issue 2, March -April 2013, pp. 950-956. 11. Moleykutty George, Speed Control of Separately Excited DC Motor American Journal of Applied Sciences 5 (3): 227-233, 2008. 12. Yogesh Misra and H. R. Kamath. Simulink modelling of fuzzy controller for cane level controlling International Journal of Industrial Engineering & Technology (IJIET),Vol. 3, Issue 1, Mar 2013, 43-50. 13. Atul Kumar Dewangan, Sashai Shukla and Vinod Yadu. Speed Control of a Separately Excited DC Motor Using Fuzzy Logic Control Based on Matlab Simulation Program International Journal of Scientific & Technology Research Vol 1, Issue 2, March 2012. 14. Rahul Malhotra, Tejbeer Kaur and Gurpreet Singh Deol. DC motor control using fuzzy logic controller International Journal of Advanced Engineering Sciences and Technologies, Vol No. 8, Issue No. 2, 291 296. 15. Jaydeep Chakravorty and Ruchika Sharma. Fuzzy Logic Based Method of Speed Control of DC Motor International Journal of Emerging Technology and Advanced Engineering, Volume 3, Issue 4, April 2013.

2.

3.

4.

5. 6.

7.

8.

9.

10. Mrs. A. A. Thorat, Prof. Suhas Yadav and Prof. S. S.Patil. Implementation of Fuzzy Logic System for DC Motor Speed Control using Microcontroller International Journal of Engineering Research and

ijbstr.org
38

Potrebbero piacerti anche