A Fuzzy Knowledge-Based Controller to Tune PID Parameters

Size: px
Start display at page:

Download "A Fuzzy Knowledge-Based Controller to Tune PID Parameters"

Transcription

1 Session 2520 A Fuzzy Knowledge-Based Controller to Tune PID Parameters Ali Eydgahi, Mohammad Fotouhi Engineering and Aviation Sciences Department / Technology Department University of Maryland Eastern Shore Princess Anne, MD 2853 Abstract In this paper integration of fuzzy knowledge-based control with the hard control technique is purposed. The fuzzy knowledge-based is implemented as a set of fuzzy rules with an inference mechanism to tune the PID controller in the system. A software is developed in which users can define the rule base. The program generates the fuzzy decision table based on all inputted information and in a descriptive fashion. Then, the decision table is used to modify the parameters required by the fuzzy tuner in on-line operations. A simulation environment based on MATLAB and SIMULINK is used for demonstration purpose. Two control systems with the same structures are constructed. One system is using a fuzzy knowledge-based tuner and the other one is using a conventional PID control loop. Simulation results show improvement on system response of fuzzy knowledge-based control structure. I. Introduction There are many reasons for the practical deficiencies of control systems. Unconsidered conditions or any changes in environment may result in undesired outputs in a control system. For example, if the model of the process is inaccurate, model-based control can provide unsatisfactory results. Even with an accurate model, approximations are applied if parameter values are partially known or vague. Algorithmic control based on such incomplete information will not usually give satisfactory results. Often, the environment with which the process interacts may not be completely predictable and it is normally not possible for a hard control to respond accurately to a condition that it did not anticipate. However, use of intelligent control may improve the performance and efficiency of such systems -5. Intelligence can be embedded into a controller in the form of a knowledge base typically expressed as a set of rules and an associated inference mechanism. Human knowledge and experience are gained not through on-line generation of control signals manually, but through performing parameter adjustments and tuning operations. A knowledge-based controller may be more effective in a monitoring and tuning capacity than in direct generating control signal capacity since human experts are quite effective in tuning operations. Page 4.5.

2 In this paper, we apply a fuzzy knowledge-based to tune control parameters of a proportional-integral-derivative (PID) controller of a robot joint. It is not recommended to include a knowledge-based controller within a servo loop to generate drive signals for a high-speed process such as a robot joint controller. Thus, a control structure is considered which utilizes the advantages of a hard algorithmic control and a knowledge-based soft control. A robot system with one revolute joint is shown in the figure. A robotic manipulator with n joints could be linearized and decoupled into n single joints with the same controller for each of the joints. τ l Ι Fig. : A revolute joint scheme τ = Ι α + Β ω where α = (Β / Ι) ω +( / Ι) τ and ω = d/dt Let : x = dx /dt = x 2 x 2 = ω dx 2 /dt = - (Β / Ι) x 2 + ( / Ι) τ where Ι represents inertia, τ denotes torque, is degree of the link with horizon, and Β shows friction coefficient. The block diagram of above system can be shown as follow: τ SΙ + Β X 2 X. S A closed-loop control system with a conventional PID controller for above system is shown below: ref e PID τ SΙ + Β. S Page 4.5.2

3 A knowledge-based tuner can be used to determine response status of the system with respect to the inputs and also for tuning parameters of the PID controller as follows: ref e PID τ SΙ + Β. S Fuzzy Knowledge Based Inferences In above system, an error monitoring period is chosen and response error is sampled during this period. If the total time of operation is T and P is the period of time required for gathering data via sampling of response error, inferences would be made in T/P intervals. After each inference, fuzzy tuner can make the desired changes on the values of PID control parameters. II. The Concept of Fuzzy The fuzzy set proposed by Zadeh 3 extends the traditional set theory to resolve problems generated by the nothing-or-all classifications of Aristotelian logic. Traditionally, a logic condition or expression could only be one of the two possibilities of completely true or completely false. However, in fuzzy logic all statements have some degree of truth between 0 and. By incorporating this degreeof-truth concept, fuzzy sets can be defined qualitatively using linguistic terms such as tall, warm, active, near, etc. with the elements of the sets having assigned degree of membership. The fuzzy system can monitor, evaluate, and control an external system through its system inputs and outputs. The system inputs contain status information about the external system. Each system input is associated with a group of qualitative classifications called fuzzy sets. An input has some degree of membership in each of its fuzzy sets defined by a function called membership function. For example, possible fuzzy sets for the system input temperature include such classifications as cold, cool, warm, and hot. The process of determining a value to represent an input s degree of membership in each of its fuzzy sets is called fuzzification. Figure 2 shows possible configuration of fuzzy sets for temperature as the input. Page 4.5.3

4 COLD COOL WARM HOT Fig. 2 : A fuzzy set for temperature Usually, simple shapes such as triangles are used to define membership within fuzzy sets. To provide relationship between imprecise data and the system s behavior an expert develops a set of rules. Each rule is presented in the form of an if-then statement. The if side of the rule contains conditions and the then side shows actions. An inference mechanism is used for rule evaluation. During rule evaluation, rule strengths are computed based on condition values and then are assigned to the rule s fuzzy outputs. The fuzzy outputs are converted to exact or crisp values through a process called defuzzification. III. Fuzzy Knowledge-Based Tuner The first step for developing a fuzzy knowledge-based tuner is gathering expert knowledge about tuning a PID controller. The expert knowledge is expressed as a set of linguistic statements with fuzzy quantities. Using if-then implication and replacing fuzzy quantities by its notations, each fuzzy rule is expressed as a fuzzy relation by converting the linguistic statements into the rules in tabular form. Next, membership functions are established for the fuzzy quantities presented in the fuzzy rules. The resulting set of tables form the rule base of the fuzzy tuner. Rule matching can be accomplished by application of the compositional rule of inference 5. The on-line rule matching is generally time consuming process and it may slow down the speed of tuning. Since the universe of discourse of the system conditions and the tuning actions are discrete and finite, computational efficiency can be significantly improved by applying the compositional rule of inference off-line. The output of this off-line processing is a decision table which can be used by knowledge-based tuner to perform on-line PID tuning during process operation. Consider the following statements which are linguistic rules that reflect the actions of human expert in tuning a PID control by observing the response error of the system. or or if the response error does not have an offset; then don t change the proportional, integral, and derivative parameters of the control; if the response error has an offset; then make a large increase in the proportional gain, a slight increase in integral rate, and a large increase in the derivative time constant. if the response error dose not steadily diverge; then don t change the proportional, integral, and derivative parameters of the control; Page 4.5.4

5 if the response error steadily diverges; then slightly increase the proportional gain and the integral rate and make a large increase in the derivative time constant. or if the response error is not oscillatory; then don t change the proportional and derivative parameters of the control; if the response error is oscillatory; then make a large increase in the proportional gain and a large increase in the derivative time constant. Of course, more rules can be added and the resolution of the fuzzy quantities can be increased to improve accuracy. The above linguistic statements can be expressed in the condense form as follows: if OFF = OKY then KP = NC if OFF = OKY then KI = NC if OFF = OKY then KD = NC if OFF = NOK then KP = PH if OFF = NOK then KI = PL if OFF = NOK then KD = PH if DIV = OKY then KP = NC if DIV = OKY then KI = NC if DIV = OKY then KD = NC if DIV = NOK then KP = PL if DIV = NOK then KI = PL if DIV = NOK then KD = PH if OSC = OKY then KP = NC if OSC = OKY then KD = NC if OSC = NOK then KP = PH if OSC = NOK then KD = PH where the fuzzy condition variables are denoted as: OSC = Oscillations in the response error DIV = Divergence of the response error OFF = Offset in the response error fuzzy condition values are presented as: OKY = Satisfactory NOK = Unsatisfactory fuzzy action variables are shown as: KP = Change (relative) of the proportional gain KI = Change (relative) of the integral rate KD = Change (relative) of the derivative time constant and fuzzy action values are denoted as: NC = No Change PL = Positive Low PH = Positive High Page 4.5.5

6 The main idea in defining membership functions is to transform triangular shape of the fuzzy sets into discrete form. In tables and 2 membership functions are defined for the fuzzy quantities. 0 OSC OKY OSC HIG DIV OKY DIV NOK OFF OKY OFF NOK Table : Membership functions for the fuzzy conditions 0 2 KP NC KP PL KP PH KI NC KI PL KD NC.0-0. KD PH Table 2: Membership functions for the fuzzy actions The number of elements required to express membership functions is equal to the values that can be assigned to them. For example, the fuzzy action KP can take one of the three fuzzy values of NC, PL, and PH. The membership function of NC for instance, should be assigned a universe having only three elements such that each element presents one of the three fuzzy values. Actual numerical values assigned to the elements in a universe of a fuzzy quantity are of significance only in a relative sense. However, an appropriate physical meaning should be attached to each value. For example in defining KP, the numerical value 2 is chosen to represent a positive high change in the proportional gain. This choice is compatible with the choice of to represent a low positive change. In order to demonstrate how a decision table is developed, we present the necessary steps required for one of the conditions. The necessary steps needed to develop the rules that relate the condition OSC to the action KP are illustrated in Table 3. To construct the fuzzy relation table, for instance R, perform the following steps:. select the membership function of OKY for OSC and membership function of NC for the KP. 2. form the Cartesian product space of these membership functions. 3. place the lower value of each pair of membership grades to the corresponding location in the Cartesian space. Page 4.5.6

7 After constructing the relation tables for each category of rules ( for this example, category of OSC KP ), the composite relation table R is obtained by combining all of the relation tables for each rule, for instance R, R2,. R: if OSC = OKY Then KP = NC KP OSC R2: if OSC = NOK Then KP = PH KP OSC R: R = R R2 KP OSC Table 3: Fuzzy relation table for (OSC KP) Establishment of the decision table is the final step in the development of fuzzy knowledge-based tuner. Suppose that after a monitoring period and based on the sampled data, fuzzy tuner determines the response error is oscillatory, in fact OSC = NOK is inferred. This inference has the membership function µ OSC = [.0 0.]. This context has to be matched with rule base R presented in table 3. This is accomplished by applying the compositional rule of inference as follows: µ C = Sup min(µ D, µ R ) where µ C is the membership function of tuning (control) action, µ D denotes the membership function of the data base (µ OSC ), and µ R represents the membership function of the rule base (R). Next, we compare the µ OSC vector with each column of R. To do this, first we choose the lower value of each pair of compared elements. Then, we take the larger value of the two elements in each column of the resulted table. This gives us µ DP =[ ]. Page 4.5.7

8 The membership function of the tuning action on proportional gain corresponds to inferred context. The result should be defuzzified in order to obtain a crisp value for the tuning action. There are a number of techniques available for defuzzification. We use the center of gravity method as follows: ( (0. * 0) + (0.2 * ) + (.0 * 2) ) / 3 = Finally, fuzzy decision table is obtained by following the above steps for all rules in the rule base. Resulted decision table is shown in table 4. KP KI KD OKY DIV=NOK OFF=NOK OSC=NOK Table 4: Fuzzy decision table Note that the updating values for satisfactory conditions (OKY) should be zero for all tuning actions, even if we obtain different values for them during the processing. The relation used for updating a PID parameter is: P new = P old + P ( P max + P min ) where P new is the updated value of the PID parameter, P old shows the previous value of the PID parameter, P is the incremental coefficient, P max represents upper bound for a parameter, and P min is lower bound for a parameter. IV. Simulation and Results A program is developed which can be used for off-line processes. To use the software, first the fuzzy conditions and fuzzy actions with their values should be provided. Next, the rule base consisting of if-then type rules and membership functions for each fuzzy quantities are defined. Then, the program generates the fuzzy decision table based on all inputted information and in a descriptive fashion. Finally, the decision table can be used for on-line control of the system. We used MATLAB and SIMULINK to simulate and construct two identical control loops. The fuzzy knowledge-based tuning is implemented in one of the controller loop and the other control loop uses a conventional PID. The same initial values are applied to both systems. Total time of the simulation is 00 seconds. In the system with fuzzy tuner, response error is sampled each 0.05 second and 300 samples are used for discovering the status of the response error. In other words, every 5 seconds tuning action is performed, if so required. After starting the simulation, response errors of both systems are obtained and in every 5 seconds intervals knowledge-based tuner modifies the control parameters of the first system. Each modification causes improvement in the response error of the first system while the response error of the second system remains unchanged. The result of tuning with knowledge-based tuner and the improvement on the system response are shown in figures 3, 4, and 5. Page 4.5.8

9 Figure 3 shows the response error of both systems. Steady offset is found at the 30th second of the simulation and the required modifications are applied. Offset in the response error is decreased for the first system while the response error of the second system remains the same. Steady offset in the first system is inferred again at 75th second of the simulation and modifications are repeated. Fig 3: Correction of steady offset in the response error by the fuzzy knowledge-based tuner in 30th and 75th second of the simulation. In figure 4, improvement on the first system response after fuzzy knowledge-based tuner discovers divergence of the response error is shown. After modification in parameters of the first system controller, response error is converged and in the 60th second steady offset is inferred by the fuzzy tuner and required modification is applied. Page 4.5.9

10 Fig 4: Correction of Divergence in the response error by the fuzzy knowledge-based tuner in 5th second and correction of steady offset in 60th second of the simulation. Correction on the oscillatory error response of the first system is depicted in fig. 5. After oscillation correction, steady offset is inferred in the response error of the first system at 45th and 75th second of the simulation. Improvement on each modification is shown. Fig 5: Correction of oscillation in the response error by the fuzzy knowledge-based tuner in 5th second and correction of steady offset in 45th and 75th second of the simulation. Page 4.5.0

11 V. Conclusions Integration of fuzzy knowledge-based control with the hard control is presented. The fuzzy knowledge-based can be incorporated as a set of fuzzy rules with an inference mechanism. On-line inferences are time consuming and significantly decrease the speed of the processes. Computational efficiency can be improved by applying the compositional rule of inference off-line. For this purpose, a program is developed which generates the decision table from the expert knowledge. Then, the fuzzy tuner uses the decision table to modify the required parameters in on-line operations. Simulation results show improvement of system response in such a control structure. VI. Acknowledgment The authors are thankful to B. Sadjadi Biria for his contribution to this work. Bibliography. DeSilva, C.W. and MacFarlane, A.G. J.; Knowledge-Based Control Approach For Robotic Manipulators, Int. J. Control, vol. 50, No., pp , Mizutani, E., Jang, J.S.R., Nishio, K., Takagi, H., and Auslander, D.M.; Coactive Neural Networks With Adjustable Fuzzy Membership Functions and Their Applications, Proceedings of the Int. Conf. On Fuzzy Logic and Neural Networks, Iizuka, Japan, pp , August Zadeh, L.A., Fuzzy Sets, Information and Control, Vol. 8, pp , Jang, J.S.R., Sun, C.T., and Mizutani, E.; Neuro-Fuzzy and Soft Computing, Prentice Hall, NJ, Mamdani, E. H.; "Application of Fuzzy Logic to Approximate Reasoning Using Linguistic Synthesis", IEEE Trans. on Computers, Vol. 26, pp. 82-9, 987. ALI EYDGAHI Dr. Eydgahi started his career as a faculty member at the Rensselaer Polytechnic Institute in 985. Since 986 and prior to joining University of Maryland Eastern Shore he has been with the State University of New York, University of Tehran, and Wayne County Community College. He is currently an Associate Professor in the department of Engineering and Aviation Sciences at the University of Maryland Eastern Shore. Dr. Eydgahi awards include the Dow outstanding Young Faculty Award from American Society for Engineering Education in 990, the Silver Medal for outstanding contribution from International Conference on Automation in 995, UNESCO Short-term Fellowship in 996, and three faculty merit awards from State University of New York. Dr. Eydgahi has been an active reviewer for a number of IEEE and other reputedly international journals and conferences. He has served as a regional and chapter chairman of IEEE and SME in New York. He also has served as a session chair and a member of scientific and international committees for many international conferences. He Has published more than sixty papers in refereed international and national journals and conference proceedings in the past fourteen years. Page 4.5.

12 Mohammad Fotouhi Dr. Fotouhi is professor of electrical engineering technology at University of Maryland Eastern Shore. He received his Ph.D. in power System Engineering from University of Missouti-Rolla, M.S. from Oklahoma State University and B.S. from Tehran Polytechnic College. He has been conducting a practical research on the growth and characterization of the dilute magnetic semiconductor since 985. He is a member of Eta Kappa Nu Honor Society. He was chairman of Student and Industry Relation and Host Committee member of IEEE Conference on Power Systems Computer Application in 99. He also was chairman of Student Relation and Host Committee member of the IEEE Power Society Winter Meeting in 996. Page 4.5.2

Design of an Intelligent Pressure Control System Based on the Fuzzy Self-tuning PID Controller

Design of an Intelligent Pressure Control System Based on the Fuzzy Self-tuning PID Controller Design of an Intelligent Pressure Control System Based on the Fuzzy Self-tuning PID Controller 1 Deepa S. Bhandare, 2 N. R.Kulkarni 1,2 Department of Electrical Engineering, Modern College of Engineering,

More information

Comparative Study of PID and Fuzzy Controllers for Speed Control of DC Motor

Comparative Study of PID and Fuzzy Controllers for Speed Control of DC Motor Comparative Study of PID and Fuzzy Controllers for Speed Control of DC Motor Osama Omer Adam Mohammed 1, Dr. Awadalla Taifor Ali 2 P.G. Student, Department of Control Engineering, Faculty of Engineering,

More information

Modeling & Simulation of PMSM Drives with Fuzzy Logic Controller

Modeling & Simulation of PMSM Drives with Fuzzy Logic Controller Vol. 3, Issue. 4, Jul - Aug. 2013 pp-2492-2497 ISSN: 2249-6645 Modeling & Simulation of PMSM Drives with Fuzzy Logic Controller Praveen Kumar 1, Anurag Singh Tomer 2 1 (ME Scholar, Department of Electrical

More information

Simulation of Synchronous Machine in Stability Study for Power System: Garri Station as a Case Study

Simulation of Synchronous Machine in Stability Study for Power System: Garri Station as a Case Study Simulation of Synchronous Machine in Stability Study for Power System: Garri Station as a Case Study Bahar A. Elmahi. Industrial Research & Consultancy Center, baharelmahi@yahoo.com Abstract- This paper

More information

DC Motor Speed Control: A Case between PID Controller and Fuzzy Logic Controller

DC Motor Speed Control: A Case between PID Controller and Fuzzy Logic Controller DC Motor Speed Control: A Case between PID Controller and Fuzzy Logic Controller Philip A. Adewuyi Mechatronics Engineering Option, Department of Mechanical and Biomedical Engineering, Bells University

More information

Performance Analysis of Fuzzy Logic And PID Controller for PM DC Motor Drive Khalid Al-Mutib 1, N. M. Adamali Shah 2, Ebrahim Mattar 3

Performance Analysis of Fuzzy Logic And PID Controller for PM DC Motor Drive Khalid Al-Mutib 1, N. M. Adamali Shah 2, Ebrahim Mattar 3 Performance Analysis of Fuzzy Logic And PID Controller for PM DC Motor Drive Khalid Al-Mutib 1, N. M. Adamali Shah 2, Ebrahim Mattar 3 1 King Saud University, Riyadh, Saudi Arabia, muteb@ksu.edu.sa 2 King

More information

CHAPTER 4 FUZZY LOGIC CONTROLLER

CHAPTER 4 FUZZY LOGIC CONTROLLER 62 CHAPTER 4 FUZZY LOGIC CONTROLLER 4.1 INTRODUCTION Unlike digital logic, the Fuzzy Logic is a multivalued logic. It deals with approximate perceptive rather than precise. The effective and efficient

More information

Design and Implementation of Self-Tuning Fuzzy-PID Controller for Process Liquid Level Control

Design and Implementation of Self-Tuning Fuzzy-PID Controller for Process Liquid Level Control Design and Implementation of Self-Tuning Fuzzy-PID Controller for Process Liquid Level Control 1 Deepa Shivshant Bhandare, 2 Hafiz Shaikh and 3 N. R. Kulkarni 1,2,3 Department of Electrical Engineering,

More information

Chapter-5 FUZZY LOGIC BASED VARIABLE GAIN PID CONTROLLERS

Chapter-5 FUZZY LOGIC BASED VARIABLE GAIN PID CONTROLLERS 121 Chapter-5 FUZZY LOGIC BASED VARIABLE GAIN PID CONTROLLERS 122 5.1 INTRODUCTION The analysis presented in chapters 3 and 4 highlighted the applications of various types of conventional controllers and

More information

Comparative Analysis of Room Temperature Controller Using Fuzzy Logic & PID

Comparative Analysis of Room Temperature Controller Using Fuzzy Logic & PID Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 7 (2013), pp. 853-858 Research India Publications http://www.ripublication.com/aeee.htm Comparative Analysis of Room Temperature

More information

POWER TRANSFORMER PROTECTION USING ANN, FUZZY SYSTEM AND CLARKE S TRANSFORM

POWER TRANSFORMER PROTECTION USING ANN, FUZZY SYSTEM AND CLARKE S TRANSFORM POWER TRANSFORMER PROTECTION USING ANN, FUZZY SYSTEM AND CLARKE S TRANSFORM 1 VIJAY KUMAR SAHU, 2 ANIL P. VAIDYA 1,2 Pg Student, Professor E-mail: 1 vijay25051991@gmail.com, 2 anil.vaidya@walchandsangli.ac.in

More information

Development of a Fuzzy Logic Controller for Industrial Conveyor Systems

Development of a Fuzzy Logic Controller for Industrial Conveyor Systems American Journal of Science, Engineering and Technology 217; 2(3): 77-82 http://www.sciencepublishinggroup.com/j/ajset doi: 1.11648/j.ajset.21723.11 Development of a Fuzzy Logic Controller for Industrial

More information

Design and Development of an Optimized Fuzzy Proportional-Integral-Derivative Controller using Genetic Algorithm

Design and Development of an Optimized Fuzzy Proportional-Integral-Derivative Controller using Genetic Algorithm INTERNATIONAL CONFERENCE ON CONTROL, AUTOMATION, COMMUNICATION AND ENERGY CONSERVATION 2009, KEC/INCACEC/708 Design and Development of an Optimized Fuzzy Proportional-Integral-Derivative Controller using

More information

1. Governor with dynamics: Gg(s)= 1 2. Turbine with dynamics: Gt(s) = 1 3. Load and machine with dynamics: Gp(s) = 1

1. Governor with dynamics: Gg(s)= 1 2. Turbine with dynamics: Gt(s) = 1 3. Load and machine with dynamics: Gp(s) = 1 Load Frequency Control of Two Area Power System Using PID and Fuzzy Logic 1 Rajendra Murmu, 2 Sohan Lal Hembram and 3 A.K. Singh 1 Assistant Professor, 2 Reseach Scholar, Associate Professor 1,2,3 Electrical

More information

DC motor position control using fuzzy proportional-derivative controllers with different defuzzification methods

DC motor position control using fuzzy proportional-derivative controllers with different defuzzification methods TJFS: Turkish Journal of Fuzzy Systems (eissn: 1309 1190) An Official Journal of Turkish Fuzzy Systems Association Vol.1, No.1, pp. 36-54, 2010. DC motor position control using fuzzy proportional-derivative

More information

Time Response Analysis of a DC Motor Speed Control with PI and Fuzzy Logic Using LAB View Compact RIO

Time Response Analysis of a DC Motor Speed Control with PI and Fuzzy Logic Using LAB View Compact RIO Time Response Analysis of a DC Motor Speed Control with PI and Fuzzy Logic Using LAB View Compact RIO B. Udaya Kumar 1, Dr. M. Ramesh Patnaik 2 1 Associate professor, Dept of Electronics and Instrumentation,

More information

UNIVERSITY OF JORDAN Mechatronics Engineering Department Measurements & Control Lab Experiment no.2 Introduction to Fuzzy Logic Control

UNIVERSITY OF JORDAN Mechatronics Engineering Department Measurements & Control Lab Experiment no.2 Introduction to Fuzzy Logic Control Introduction UNIVERSITY OF JORDAN Mechatronics Engineering Department Measurements & Control Lab. 0908448 Experiment no.2 Introduction to Fuzzy Logic Control Traditional logic is based upon the idea that

More information

ADJUSTMENT OF PARAMETERS OF PID CONTROLLER USING FUZZY TOOL FOR SPEED CONTROL OF DC MOTOR

ADJUSTMENT OF PARAMETERS OF PID CONTROLLER USING FUZZY TOOL FOR SPEED CONTROL OF DC MOTOR ADJUSTMENT OF PARAMETERS OF PID CONTROLLER USING FUZZY TOOL FOR SPEED CONTROL OF DC MOTOR Raman Chetal 1, Divya Gupta 2 1 Department of Electrical Engineering,Baba Banda Singh Bahadur Engineering College,

More information

Speed control of a DC motor using Controllers

Speed control of a DC motor using Controllers Automation, Control and Intelligent Systems 2014; 2(6-1): 1-9 Published online November 20, 2014 (http://www.sciencepublishinggroup.com/j/acis) doi: 10.11648/j.acis.s.2014020601.11 ISSN: 2328-5583 (Print);

More information

The Effect of Fuzzy Logic Controller on Power System Stability; a Comparison between Fuzzy Logic Gain Scheduling PID and Conventional PID Controller

The Effect of Fuzzy Logic Controller on Power System Stability; a Comparison between Fuzzy Logic Gain Scheduling PID and Conventional PID Controller The Effect of Fuzzy Logic Controller on Power System Stability; a Comparison between Fuzzy Logic Gain Scheduling PID and Conventional PID Controller M. Ahmadzadeh, and S. Mohammadzadeh Abstract---This

More information

Fuzzy Controllers for Boost DC-DC Converters

Fuzzy Controllers for Boost DC-DC Converters IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735 PP 12-19 www.iosrjournals.org Fuzzy Controllers for Boost DC-DC Converters Neethu Raj.R 1, Dr.

More information

Resistance Furnace Temperature Control System Based on OPC and MATLAB

Resistance Furnace Temperature Control System Based on OPC and MATLAB 569257MAC0010.1177/0020294015569257Resistance Furnace Temperature Control System Based on and MATLABResistance Furnace Temperature Control System Based on and MATLAB research-article2015 Themed Paper Resistance

More information

Review Paper on Comparison of various PID Controllers Tuning Methodologies for Heat Exchanger Model

Review Paper on Comparison of various PID Controllers Tuning Methodologies for Heat Exchanger Model Review Paper on Comparison of various PID Controllers Tuning Methodologies for Heat Exchanger Model Sumit 1, Ms. Kajal 2 1 Student, Department of Electrical Engineering, R.N College of Engineering, Rohtak,

More information

Bi-Directional Dc-Dc converter Drive with PI and Fuzzy Logic Controller

Bi-Directional Dc-Dc converter Drive with PI and Fuzzy Logic Controller Bi-Directional Dc-Dc converter Drive with PI and Fuzzy Logic Controller A.Uma Siva Jyothi 1, D S Phani Gopal 2,G.Ramu 3 M.Tech Student Scholar, Power Electronics, Department of Electrical and Electronics,

More information

An Expert System Based PID Controller for Higher Order Process

An Expert System Based PID Controller for Higher Order Process An Expert System Based PID Controller for Higher Order Process K.Ghousiya Begum, D.Mercy, H.Kiren Vedi Abstract The proportional integral derivative (PID) controller is the most widely used control strategy

More information

Tuning Of Conventional Pid And Fuzzy Logic Controller Using Different Defuzzification Techniques

Tuning Of Conventional Pid And Fuzzy Logic Controller Using Different Defuzzification Techniques Tuning Of Conventional Pid And Fuzzy Logic Controller Using Different Defuzzification Techniques Afshan Ilyas, Shagufta Jahan, Mohammad Ayyub Abstract:- This paper presents a method for tuning of conventional

More information

Abstract: PWM Inverters need an internal current feedback loop to maintain desired

Abstract: PWM Inverters need an internal current feedback loop to maintain desired CURRENT REGULATION OF PWM INVERTER USING STATIONARY FRAME REGULATOR B. JUSTUS RABI and Dr.R. ARUMUGAM, Head of the Department of Electrical and Electronics Engineering, Anna University, Chennai 600 025.

More information

A GENERALIZED DIRECT APPROACH FOR DESIGNING FUZZY LOGIC CONTROLLERS IN MATLAB/SIMULINK GUI ENVIRONMENT

A GENERALIZED DIRECT APPROACH FOR DESIGNING FUZZY LOGIC CONTROLLERS IN MATLAB/SIMULINK GUI ENVIRONMENT A GENERALIZED DIRECT APPROACH FOR DESIGNING FUZZY LOGIC CONTROLLERS IN MATLAB/SIMULINK GUI ENVIRONMENT Ismail H. ALTAS 1, Adel M. SHARAF 2 1 Department of Electrical and Electronics Engineering Karadeniz

More information

A Fuzzy Sliding Mode Controller for a Field-Oriented Induction Motor Drive

A Fuzzy Sliding Mode Controller for a Field-Oriented Induction Motor Drive A Fuzzy Sliding Mode Controller for a Field-Oriented Induction Motor Drive Dr K B Mohanty, Member Department of Electrical Engineering, National Institute of Technology, Rourkela, India This paper presents

More information

ISSN: [Appana* et al., 5(10): October, 2016] Impact Factor: 4.116

ISSN: [Appana* et al., 5(10): October, 2016] Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY FUZZY LOGIC CONTROL BASED PID CONTROLLER FOR STEP DOWN DC-DC POWER CONVERTER Dileep Kumar Appana *, Muhammed Sohaib * Lead Application

More information

Automatic Generation Control of Two Area using Fuzzy Logic Controller

Automatic Generation Control of Two Area using Fuzzy Logic Controller Automatic Generation Control of Two Area using Fuzzy Logic Yagnita P. Parmar 1, Pimal R. Gandhi 2 1 Student, Department of electrical engineering, Sardar vallbhbhai patel institute of technology, Vasad,

More information

Comparative study of PID and Fuzzy tuned PID controller for speed control of DC motor

Comparative study of PID and Fuzzy tuned PID controller for speed control of DC motor Comparative study of PID and Fuzzy tuned PID controller for speed control of DC motor Mohammed Shoeb Mohiuddin Assistant Professor, Department of Electrical Engineering Mewar University, Chittorgarh, Rajasthan,

More information

Automatic Voltage Control For Power System Stability Using Pid And Fuzzy Logic Controller

Automatic Voltage Control For Power System Stability Using Pid And Fuzzy Logic Controller Automatic Voltage Control For Power System Stability Using Pid And Fuzzy Logic Controller Mr. Omveer Singh 1, Shiny Agarwal 2, Shivi Singh 3, Zuyyina Khan 4, 1 Assistant Professor-EEE, GCET, 2 B.tech 4th

More information

HIGH-PERFORMANCE DOUBLE BOOST DC-DC CONVERTER BASED ON FUZZY LOGIC CONTROLLER

HIGH-PERFORMANCE DOUBLE BOOST DC-DC CONVERTER BASED ON FUZZY LOGIC CONTROLLER Mechatronics and Applications: An International Journal (MECHATROJ), ol. 2, No. HIGH-PERFORMANCE DOUBLE BOOST DC-DC CONERTER BASED ON FUZZY LOGIC CONTROLLER Moe Moe Lwin Department of Mechatronics Engineering,

More information

Fuzzy Logic Based Speed Control System Comparative Study

Fuzzy Logic Based Speed Control System Comparative Study Fuzzy Logic Based Speed Control System Comparative Study A.D. Ghorapade Post graduate student Department of Electronics SCOE Pune, India abhijit_ghorapade@rediffmail.com Dr. A.D. Jadhav Professor Department

More information

ISSN: [IDSTM-18] Impact Factor: 5.164

ISSN: [IDSTM-18] Impact Factor: 5.164 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY SPEED CONTROL OF DC MOTOR USING FUZZY LOGIC CONTROLLER Pradeep Kumar 1, Ajay Chhillar 2 & Vipin Saini 3 1 Research scholar in

More information

Supervisory Fuzzy Controller for Linear Control System

Supervisory Fuzzy Controller for Linear Control System XXVI. ASR '21 Seminar, Instruments and Control, Ostrava, April 26-27, 21 Paper 9 Supervisory Fuzzy Controller for Linear Control System BYDOŃ, Sławomir Mgr. inz., Ph.D. student, University of Mining and

More information

CHAPTER 6 NEURO-FUZZY CONTROL OF TWO-STAGE KY BOOST CONVERTER

CHAPTER 6 NEURO-FUZZY CONTROL OF TWO-STAGE KY BOOST CONVERTER 73 CHAPTER 6 NEURO-FUZZY CONTROL OF TWO-STAGE KY BOOST CONVERTER 6.1 INTRODUCTION TO NEURO-FUZZY CONTROL The block diagram in Figure 6.1 shows the Neuro-Fuzzy controlling technique employed to control

More information

Design of Joint Controller for Welding Robot and Parameter Optimization

Design of Joint Controller for Welding Robot and Parameter Optimization 97 A publication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 59, 2017 Guest Editors: Zhuo Yang, Junjie Ba, Jing Pan Copyright 2017, AIDIC Servizi S.r.l. ISBN 978-88-95608-49-5; ISSN 2283-9216 The Italian

More information

A Novel Fuzzy Neural Network Based Distance Relaying Scheme

A Novel Fuzzy Neural Network Based Distance Relaying Scheme 902 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 15, NO. 3, JULY 2000 A Novel Fuzzy Neural Network Based Distance Relaying Scheme P. K. Dash, A. K. Pradhan, and G. Panda Abstract This paper presents a new

More information

Md. Aftab Alam, Dr. Ramjee Parsad Gupta IJSRE Volume 4 Issue 7 July 2016 Page 5537

Md. Aftab Alam, Dr. Ramjee Parsad Gupta IJSRE Volume 4 Issue 7 July 2016 Page 5537 Volume 4 Issue 07 July-2016 Pages-5537-5550 ISSN(e):2321-7545 Website: http://ijsae.in DOI: http://dx.doi.org/10.18535/ijsre/v4i07.12 Simulation of Intelligent Controller for Temperature of Heat Exchanger

More information

DC Motor Position Control Using Fuzzy Proportional-Derivative Controllers With Different Defuzzification Methods

DC Motor Position Control Using Fuzzy Proportional-Derivative Controllers With Different Defuzzification Methods IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 10, Issue 1 Ver. III (Jan Feb. 2015), PP 37-47 www.iosrjournals.org DC Motor Position Control

More information

SPEED CONTROL OF BRUSHLESS DC MOTOR USING FUZZY BASED CONTROLLERS

SPEED CONTROL OF BRUSHLESS DC MOTOR USING FUZZY BASED CONTROLLERS SPEED CONTROL OF BRUSHLESS DC MOTOR USING FUZZY BASED CONTROLLERS Kapil Ghuge 1, Prof. Manish Prajapati 2 Prof. Ashok Kumar Jhala 3 1 M.Tech Scholar, 2 Assistant Professor, 3 Head of Department, R.K.D.F.

More information

Adaptive Fault Tolerant Control of an unstable Continuous Stirred Tank Reactor (CSTR)

Adaptive Fault Tolerant Control of an unstable Continuous Stirred Tank Reactor (CSTR) ENGR691X: Fault Diagnosis and Fault Tolerant Control Systems Fall 2010 Adaptive Fault Tolerant Control of an unstable Continuous Stirred Tank Reactor (CSTR) Group Members: Maryam Gholamhossein Ameneh Vatani

More information

PID Controller Design Based on Radial Basis Function Neural Networks for the Steam Generator Level Control

PID Controller Design Based on Radial Basis Function Neural Networks for the Steam Generator Level Control BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 6 No 5 Special Issue on Application of Advanced Computing and Simulation in Information Systems Sofia 06 Print ISSN: 3-970;

More information

INTEGRATED PID BASED INTELLIGENT CONTROL FOR THREE TANK SYSTEM

INTEGRATED PID BASED INTELLIGENT CONTROL FOR THREE TANK SYSTEM INTEGRATED PID BASED INTELLIGENT CONTROL FOR THREE TANK SYSTEM J. Arulvadivu, N. Divya and S. Manoharan Electronics and Instrumentation Engineering, Karpagam College of Engineering, Coimbatore, Tamilnadu,

More information

OPTIMAL TORQUE RIPPLE CONTROL OF ASYNCHRONOUS DRIVE USING INTELLIGENT CONTROLLERS

OPTIMAL TORQUE RIPPLE CONTROL OF ASYNCHRONOUS DRIVE USING INTELLIGENT CONTROLLERS OPTIMAL TORQUE RIPPLE CONTROL OF ASYNCHRONOUS DRIE USING INTELLIGENT CONTROLLERS J.N.Chandra Sekhar 1 and Dr.G. Marutheswar 2 1 Department of EEE, Assistant Professor, S University College of Engineering,

More information

Simulation of Optimal Speed Control for a DC Motor Using Conventional PID Controller and Fuzzy Logic Controller

Simulation of Optimal Speed Control for a DC Motor Using Conventional PID Controller and Fuzzy Logic Controller International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 3, Number 3 (2013), pp. 181-188 International Research Publications House http://www. irphouse.com /ijict.htm Simulation

More information

EVALUATION AND SELF-TUNING OF ROBUST ADAPTIVE PID CONTROLLER & FUZZY LOGIC CONTROLLER FOR NON-LINEAR SYSTEM-SIMULATION STUDY

EVALUATION AND SELF-TUNING OF ROBUST ADAPTIVE PID CONTROLLER & FUZZY LOGIC CONTROLLER FOR NON-LINEAR SYSTEM-SIMULATION STUDY EVALUATION AND SELF-TUNING OF ROBUST ADAPTIVE PID CONTROLLER & FUZZY LOGIC CONTROLLER FOR NON-LINEAR SYSTEM-SIMULATION STUDY By Dr. POLAIAH BOJJA Sree Vidyanikethan Engineering College Tiruapti, India

More information

Application of Soft Computing Techniques in Water Resources Engineering

Application of Soft Computing Techniques in Water Resources Engineering International Journal of Dynamics of Fluids. ISSN 0973-1784 Volume 13, Number 2 (2017), pp. 197-202 Research India Publications http://www.ripublication.com Application of Soft Computing Techniques in

More information

FUZZY AND NEURO-FUZZY MODELLING AND CONTROL OF NONLINEAR SYSTEMS

FUZZY AND NEURO-FUZZY MODELLING AND CONTROL OF NONLINEAR SYSTEMS FUZZY AND NEURO-FUZZY MODELLING AND CONTROL OF NONLINEAR SYSTEMS Mohanadas K P Department of Electrical and Electronics Engg Cukurova University Adana, Turkey Shaik Karimulla Department of Electrical Engineering

More information

USED OF FUZZY TOOL OR PID FOR SPEED CONTROL OF SEPRATELY EXCITED DC MOTOR

USED OF FUZZY TOOL OR PID FOR SPEED CONTROL OF SEPRATELY EXCITED DC MOTOR USED OF FUZZY TOOL OR PID FOR SPEED CONTROL OF SEPRATELY EXCITED DC MOTOR Amit Kumar Department of Electrical Engineering Nagaji Institute of Technology and Management Gwalior, India Prof. Rekha Kushwaha

More information

Digital Control of MS-150 Modular Position Servo System

Digital Control of MS-150 Modular Position Servo System IEEE NECEC Nov. 8, 2007 St. John's NL 1 Digital Control of MS-150 Modular Position Servo System Farid Arvani, Syeda N. Ferdaus, M. Tariq Iqbal Faculty of Engineering, Memorial University of Newfoundland

More information

High Efficiency DC/DC Buck-Boost Converters for High Power DC System Using Adaptive Control

High Efficiency DC/DC Buck-Boost Converters for High Power DC System Using Adaptive Control American-Eurasian Journal of Scientific Research 11 (5): 381-389, 2016 ISSN 1818-6785 IDOSI Publications, 2016 DOI: 10.5829/idosi.aejsr.2016.11.5.22957 High Efficiency DC/DC Buck-Boost Converters for High

More information

A Comparative Study on Speed Control of D.C. Motor using Intelligence Techniques

A Comparative Study on Speed Control of D.C. Motor using Intelligence Techniques International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 4 (2014), pp. 431-436 International Research Publication House http://www.irphouse.com A Comparative Study

More information

Fuzzy logic control implementation in sensorless PM drive systems

Fuzzy logic control implementation in sensorless PM drive systems Philadelphia University, Jordan From the SelectedWorks of Philadelphia University, Jordan Summer April 2, 2010 Fuzzy logic control implementation in sensorless PM drive systems Philadelphia University,

More information

Torque Control of BLDC Motor using ANFIS Controller M. Anka Rao 1 M. Vijaya kumar 2 H. Jagadeeswara Rao 3

Torque Control of BLDC Motor using ANFIS Controller M. Anka Rao 1 M. Vijaya kumar 2 H. Jagadeeswara Rao 3 IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 08, 2015 ISSN (online): 2321-0613 Torque Control of BLDC Motor using ANFIS Controller M. Anka Rao 1 M. Vijaya kumar 2 H.

More information

CHAPTER 6. CALCULATION OF TUNING PARAMETERS FOR VIBRATION CONTROL USING LabVIEW

CHAPTER 6. CALCULATION OF TUNING PARAMETERS FOR VIBRATION CONTROL USING LabVIEW 130 CHAPTER 6 CALCULATION OF TUNING PARAMETERS FOR VIBRATION CONTROL USING LabVIEW 6.1 INTRODUCTION Vibration control of rotating machinery is tougher and a challenging challengerical technical problem.

More information

Implementing a Fuzzy Logic Control of a Shower

Implementing a Fuzzy Logic Control of a Shower Implementing a Fuzzy Logic Control of a Shower ABSTRACT Krishankumar Assistant Professor, Department of Electrical Engineering, Guru Jambheshwar University of Science & Technology, Hissar, Haryana, India

More information

A Responsive Neuro-Fuzzy Intelligent Controller via Emotional Learning for Indirect Vector Control (IVC) of Induction Motor Drives

A Responsive Neuro-Fuzzy Intelligent Controller via Emotional Learning for Indirect Vector Control (IVC) of Induction Motor Drives International Journal of Electrical Engineering. ISSN 0974-2158 Volume 6, Number 3 (2013), pp. 339-349 International Research Publication House http://www.irphouse.com A Responsive Neuro-Fuzzy Intelligent

More information

CHAPTER 4 AN EFFICIENT ANFIS BASED SELF TUNING OF PI CONTROLLER FOR CURRENT HARMONIC MITIGATION

CHAPTER 4 AN EFFICIENT ANFIS BASED SELF TUNING OF PI CONTROLLER FOR CURRENT HARMONIC MITIGATION 92 CHAPTER 4 AN EFFICIENT ANFIS BASED SELF TUNING OF PI CONTROLLER FOR CURRENT HARMONIC MITIGATION 4.1 OVERVIEW OF PI CONTROLLER Proportional Integral (PI) controllers have been developed due to the unique

More information

Control Of Three Phase BLDC Motor Using Fuzzy Logic Controller Anjali. A. R M-Tech in Powerelectronics & Drives,Calicut University

Control Of Three Phase BLDC Motor Using Fuzzy Logic Controller Anjali. A. R M-Tech in Powerelectronics & Drives,Calicut University Control Of Three Phase BLDC Motor Using Fuzzy Logic Controller Anjali. A. R M-Tech in Powerelectronics & Drives,Calicut University Abstract Brushless DC (BLDC) motor drives are becoming widely used in

More information

On-site Safety Management Using Image Processing and Fuzzy Inference

On-site Safety Management Using Image Processing and Fuzzy Inference 1013 On-site Safety Management Using Image Processing and Fuzzy Inference Hongjo Kim 1, Bakri Elhamim 2, Hoyoung Jeong 3, Changyoon Kim 4, and Hyoungkwan Kim 5 1 Graduate Student, School of Civil and Environmental

More information

Investigations of Fuzzy Logic Controller for Sensorless Switched Reluctance Motor Drive

Investigations of Fuzzy Logic Controller for Sensorless Switched Reluctance Motor Drive IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 11, Issue 1 Ver. I (Jan Feb. 2016), PP 30-35 www.iosrjournals.org Investigations of Fuzzy

More information

Temperature Control in HVAC Application using PID and Self-Tuning Adaptive Controller

Temperature Control in HVAC Application using PID and Self-Tuning Adaptive Controller International Journal of Emerging Trends in Science and Technology Temperature Control in HVAC Application using PID and Self-Tuning Adaptive Controller Authors Swarup D. Ramteke 1, Bhagsen J. Parvat 2

More information

Simulationusing Matlab Rules in Neuro-fuzzy Controller Based Washing Machine

Simulationusing Matlab Rules in Neuro-fuzzy Controller Based Washing Machine RESEARCH ARTICLE OPEN ACCESS Simulationusing Matlab Rules in Neuro-fuzzy Controller Based Washing Machine Ms. NehaVirkhare*, Prof. R.W. Jasutkar ** *Department of Computer Science, G.H. Raisoni College

More information

Single Phase Shunt Active Filter Simulation Based On P-Q Technique Using PID and Fuzzy Logic Controllers for THD Reduction

Single Phase Shunt Active Filter Simulation Based On P-Q Technique Using PID and Fuzzy Logic Controllers for THD Reduction ISSN 2278 0211 (Online) Single Phase Shunt Active Filter Simulation Based On P-Q Technique Using PID and Fuzzy Logic Controllers for THD Reduction A. Mrudula M.Tech. Power Electronics, TKR College Of Engineering

More information

UNIVERSITY OF REGINA FACULTY OF ENGINEERING. TIME TABLE: Once every two weeks (tentatively), every other Friday from pm

UNIVERSITY OF REGINA FACULTY OF ENGINEERING. TIME TABLE: Once every two weeks (tentatively), every other Friday from pm 1 UNIVERSITY OF REGINA FACULTY OF ENGINEERING COURSE NO: ENIN 880AL - 030 - Fall 2002 COURSE TITLE: Introduction to Intelligent Robotics CREDIT HOURS: 3 INSTRUCTOR: Dr. Rene V. Mayorga ED 427; Tel: 585-4726,

More information

FUZZY LOGIC CONTROLLER DESIGN FOR AUTONOMOUS UNDERWATER VEHICLE (AUV)-YAW CONTROL

FUZZY LOGIC CONTROLLER DESIGN FOR AUTONOMOUS UNDERWATER VEHICLE (AUV)-YAW CONTROL FUZZY LOGIC CONTROLLER DESIGN FOR AUTONOMOUS UNDERWATER VEHICLE (AUV)-YAW CONTROL Ahmad Muzaffar Abdul Kadir 1,2, Mohammad Afif Kasno 1,2, Mohd Shahrieel Mohd Aras 2,3, Mohd Zaidi Mohd Tumari 1,2 and Shahrizal

More information

DESIGNING POWER SYSTEM STABILIZER FOR MULTIMACHINE POWER SYSTEM USING NEURO-FUZZY ALGORITHM

DESIGNING POWER SYSTEM STABILIZER FOR MULTIMACHINE POWER SYSTEM USING NEURO-FUZZY ALGORITHM DESIGNING POWER SYSTEM STABILIZER FOR MULTIMACHINE POWER SYSTEM 55 Jurnal Teknologi, 35(D) Dis. 2001: 55 64 Universiti Teknologi Malaysia DESIGNING POWER SYSTEM STABILIZER FOR MULTIMACHINE POWER SYSTEM

More information

Max Min Composition Based Multilevel PID Selector with Reduced Rules and Complexity in FIS for Servo Applications

Max Min Composition Based Multilevel PID Selector with Reduced Rules and Complexity in FIS for Servo Applications Max Min Composition Based Multilevel PID Selector with Reduced Rules and Complexity in FIS for Servo Applications K.Nagarajasri 1, P.Ramesh 2, K.Veeresham 3 1, 2, 3 Department of EEE, VNR VJIET, Hyderabad

More information

Fuzzy Expert System for the Competitiveness Evaluation of Shipbuilding Companies

Fuzzy Expert System for the Competitiveness Evaluation of Shipbuilding Companies JOURNAL OF SOFTWARE, VOL. 9, NO. 3, MARCH 2014 663 Fuzzy Expert System for the Competitiveness Evaluation of Shipbuilding Companies Jianing Zheng School of Naval Architecture, Ocean and Civil Engineering,

More information

Modeling and simulation of feed system design of CNC machine tool based on. Matlab/simulink

Modeling and simulation of feed system design of CNC machine tool based on. Matlab/simulink Modeling and simulation of feed system design of CNC machine tool based on Matlab/simulink Su-Bom Yun 1, On-Joeng Sim 2 1 2, Facaulty of machine engineering, Huichon industry university, Huichon, Democratic

More information

Neuro-Fuzzy and Soft Computing: Fuzzy Sets. Chapter 1 of Neuro-Fuzzy and Soft Computing by Jang, Sun and Mizutani

Neuro-Fuzzy and Soft Computing: Fuzzy Sets. Chapter 1 of Neuro-Fuzzy and Soft Computing by Jang, Sun and Mizutani Chapter 1 of Neuro-Fuzzy and Soft Computing by Jang, Sun and Mizutani Outline Introduction Soft Computing (SC) vs. Conventional Artificial Intelligence (AI) Neuro-Fuzzy (NF) and SC Characteristics 2 Introduction

More information

A new fuzzy self-tuning PD load frequency controller for micro-hydropower system

A new fuzzy self-tuning PD load frequency controller for micro-hydropower system IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS A new fuzzy self-tuning PD load frequency controller for micro-hydropower system Related content - A micro-hydropower system model

More information

IJESRT. Scientific Journal Impact Factor: (ISRA), Impact Factor: 1.852

IJESRT. Scientific Journal Impact Factor: (ISRA), Impact Factor: 1.852 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Design of Self-tuning PID controller using Fuzzy Logic for Level Process P D Aditya Karthik *1, J Supriyanka 2 *1, 2 Department

More information

Design of Smart Controller for Speed Control of DC Motor

Design of Smart Controller for Speed Control of DC Motor Design of Smart Controller for Speed Control of DC Motor Kanhai Kumhar 1, Amit Kumar 2, Dwigvijay Kushwaha 3 Lecturer, Dept. of Electrical Engineering, K.K. Polytechnic, Govindpur, Dhanbad, Jharkhand,

More information

ANALYSIS OF V/f CONTROL OF INDUCTION MOTOR USING CONVENTIONAL CONTROLLERS AND FUZZY LOGIC CONTROLLER

ANALYSIS OF V/f CONTROL OF INDUCTION MOTOR USING CONVENTIONAL CONTROLLERS AND FUZZY LOGIC CONTROLLER ANALYSIS OF V/f CONTROL OF INDUCTION MOTOR USING CONVENTIONAL CONTROLLERS AND FUZZY LOGIC CONTROLLER Archana G C 1 and Reema N 2 1 PG Student [Electrical Machines], Department of EEE, Sree Buddha College

More information

Study of fuzzy logic technique for power transistor problem

Study of fuzzy logic technique for power transistor problem IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727 PP 22-28 www.iosrjournals.org Study of fuzzy logic technique for power transistor problem K.Y. Rokde 1, S.M.Ghatole 2,

More information

Fuzzy Logic Techniques Applied to the Control of a Three-Phase Induction Motor

Fuzzy Logic Techniques Applied to the Control of a Three-Phase Induction Motor Fuzzy Logic Techniques Applied to the Control of a ThreePhase Induction Motor João L. Afonso Jaime Fonseca Júlio S. Martins Carlos A. Couto Department of Industrial Electronics University of Minho 4800

More information

Comparative analysis of Conventional MSSMC and Fuzzy based MSSMC controller for Induction Motor

Comparative analysis of Conventional MSSMC and Fuzzy based MSSMC controller for Induction Motor American International Journal of Research in Science, Technology, Engineering & Mathematics Available online at http://www.iasir.net ISSN (Print): 2328-3491, ISSN (Online): 2328-3580, ISSN (CD-ROM): 2328-3629

More information

VECTOR CONTROL SCHEME FOR INDUCTION MOTOR WITH DIFFERENT CONTROLLERS FOR NEGLECTING THE END EFFECTS IN HEV APPLICATIONS

VECTOR CONTROL SCHEME FOR INDUCTION MOTOR WITH DIFFERENT CONTROLLERS FOR NEGLECTING THE END EFFECTS IN HEV APPLICATIONS VECTOR CONTROL SCHEME FOR INDUCTION MOTOR WITH DIFFERENT CONTROLLERS FOR NEGLECTING THE END EFFECTS IN HEV APPLICATIONS M.LAKSHMISWARUPA 1, G.TULASIRAMDAS 2 & P.V.RAJGOPAL 3 1 Malla Reddy Engineering College,

More information

Differential Evolution and Genetic Algorithm Based MPPT Controller for Photovoltaic System

Differential Evolution and Genetic Algorithm Based MPPT Controller for Photovoltaic System Differential Evolution and Genetic Algorithm Based MPPT Controller for Photovoltaic System Nishtha Bhagat 1, Praniti Durgapal 2, Prerna Gaur 3 Instrumentation and Control Engineering, Netaji Subhas Institute

More information

Multi-Dimensional Supervisory Fuzzy Logic Time Control DEV Processing System for Industrial Applications

Multi-Dimensional Supervisory Fuzzy Logic Time Control DEV Processing System for Industrial Applications Multi-Dimensional Supervisory Fuzzy Logic Time Control DEV Processing System for Industrial Applications M. Saleem Khan, Khaled Benkrid Abstract This research paper presents the design model of a fuzzy

More information

Model Reference Adaptive Controller Design Based on Fuzzy Inference System

Model Reference Adaptive Controller Design Based on Fuzzy Inference System Journal of Information & Computational Science 8: 9 (2011) 1683 1693 Available at http://www.joics.com Model Reference Adaptive Controller Design Based on Fuzzy Inference System Zheng Li School of Electrical

More information

Comparison of Fuzzy PID Controller with Conventional PID Controller in Controlling the Speed of a Brushless DC Motor

Comparison of Fuzzy PID Controller with Conventional PID Controller in Controlling the Speed of a Brushless DC Motor Comparison of Fuzzy PID Controller with Conventional PID Controller in Controlling the Speed of a Brushless DC Motor S. Sunisith 1, Lizi Joseph 2,M. Saritha 3 sunisith@gmail.com, lizialex06@gmail.com,

More information

Development of a Fuzzy Logic based Photovoltaic Maximum Power Point Tracking Control System using Boost Converter

Development of a Fuzzy Logic based Photovoltaic Maximum Power Point Tracking Control System using Boost Converter Development of a Fuzzy Logic based Photovoltaic Maximum Power Point Tracking Control System using Boost Converter Triveni K. T. 1, Mala 2, Shambhavi Umesh 3, Vidya M. S. 4, H. N. Suresh 5 1,2,3,4,5 Department

More information

FUZZY CONTROL FOR THE KADET SENIOR RADIOCONTROLLED AIRPLANE

FUZZY CONTROL FOR THE KADET SENIOR RADIOCONTROLLED AIRPLANE FUZZY CONTROL FOR THE KADET SENIOR RADIOCONTROLLED AIRPLANE Angel Abusleme, Aldo Cipriano and Marcelo Guarini Department of Electrical Engineering, Pontificia Universidad Católica de Chile P. O. Box 306,

More information

THE general rules of the sampling period selection in

THE general rules of the sampling period selection in INTL JOURNAL OF ELECTRONICS AND TELECOMMUNICATIONS, 206, VOL. 62, NO., PP. 43 48 Manuscript received November 5, 205; revised March, 206. DOI: 0.55/eletel-206-0005 Sampling Rate Impact on the Tuning of

More information

Hopper Spacecraft Simulator. Billy Hau and Brian Wisniewski

Hopper Spacecraft Simulator. Billy Hau and Brian Wisniewski Hopper Spacecraft Simulator Billy Hau and Brian Wisniewski Agenda Introduction Flight Dynamics Hardware Design Avionics Control System Future Works Introduction Mission Overview Collaboration with Penn

More information

Control of DC-DC Buck Boost Converter Output Voltage Using Fuzzy Logic Controller

Control of DC-DC Buck Boost Converter Output Voltage Using Fuzzy Logic Controller International Journal of Control Theory and Applications ISSN : 0974-5572 International Science Press Volume 10 Number 25 2017 Control of DC-DC Buck Boost Converter Output Voltage Using Fuzzy Logic Controller

More information

CHAPTER 4 PID CONTROLLER BASED SPEED CONTROL OF THREE PHASE INDUCTION MOTOR

CHAPTER 4 PID CONTROLLER BASED SPEED CONTROL OF THREE PHASE INDUCTION MOTOR 36 CHAPTER 4 PID CONTROLLER BASED SPEED CONTROL OF THREE PHASE INDUCTION MOTOR 4.1 INTRODUCTION Now a day, a number of different controllers are used in the industry and in many other fields. In a quite

More information

Intelligent Fuzzy-PID Hybrid Control for Temperature of NH3 in Atomization Furnace

Intelligent Fuzzy-PID Hybrid Control for Temperature of NH3 in Atomization Furnace 289 Intelligent Fuzzy-PID Hybrid Control for Temperature of NH3 in Atomization Furnace Assistant Professor, Department of Electrical Engineering B.H.S.B.I.E.T. Lehragaga Punjab technical University Jalandhar

More information

Simulation Analysis of Control System in an Innovative Magnetically-Saturated Controllable Reactor

Simulation Analysis of Control System in an Innovative Magnetically-Saturated Controllable Reactor Journal of Power and Energy Engineering, 2014, 2, 403-410 Published Online April 2014 in SciRes. http://www.scirp.org/journal/jpee http://dx.doi.org/10.4236/jpee.2014.24054 Simulation Analysis of Control

More information

A Comparative Study of P-I, I-P, Fuzzy and Neuro-Fuzzy Controllers for Speed Control of DC Motor Drive

A Comparative Study of P-I, I-P, Fuzzy and Neuro-Fuzzy Controllers for Speed Control of DC Motor Drive International Journal of Electrical Systems Science and Engineering : 9 A Comparative Study of PI, IP, Fuzzy and NeuroFuzzy Controllers for Speed Control of DC Motor Drive S.R. Khuntia, K.B. Mohanty, S.

More information

Fuzzy auto-tuning for a PID controller

Fuzzy auto-tuning for a PID controller Fuzzy auto-tuning for a PID controller Alain Segundo Potts 1, Basilio Thomé de Freitas Jr 2. and José Carlos Amaro 2 1 Department of Telecommunication and Control. University of São Paulo. Brazil. e-mail:

More information

FUZZY LOGIC BASED DIRECT TORQUE CONTROL OF THREE PHASE INDUCTION MOTOR

FUZZY LOGIC BASED DIRECT TORQUE CONTROL OF THREE PHASE INDUCTION MOTOR Volume 116 No. 11 2017, 171-179 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu doi: 10.12732/ijpam.v116i11.18 ijpam.eu FUZZY LOGIC BASED DIRECT TORQUE CONTROL

More information

Implementation of a Fuzzy Logic-Based Embedded System for Engine RPM Control. (Speed Control)

Implementation of a Fuzzy Logic-Based Embedded System for Engine RPM Control. (Speed Control) Implementation of a Fuzzy Logic-Based Embedded System for Engine RPM Control (Speed Control) Introduction implements an embedded system for the Engine RPM control based on a development board developed

More information

Fuzzy Adapting PID Based Boiler Drum Water Level Controller

Fuzzy Adapting PID Based Boiler Drum Water Level Controller IJSRD - International Journal for Scientific Research & Development Vol., Issue 0, 203 ISSN (online): 232-063 Fuzzy Adapting PID Based Boiler Drum ater Level Controller Periyasamy K Assistant Professor

More information

Position Control of a Hydraulic Servo System using PID Control

Position Control of a Hydraulic Servo System using PID Control Position Control of a Hydraulic Servo System using PID Control ABSTRACT Dechrit Maneetham Mechatronics Engineering Program Rajamangala University of Technology Thanyaburi Pathumthani, THAIAND. (E-mail:Dechrit_m@hotmail.com)

More information