Fuzzy auto-tuning for a PID controller

Size: px
Start display at page:

Download "Fuzzy auto-tuning for a PID controller"

Transcription

1 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. alain 2do@yahoo.com 2 Sollwert Industria e Comercio LTDA. São Paulo, Brazil. basilio@sollwert.com.br. josecarlos@sollwert.com.br Abstract This paper presents a fuzzy tuning system for realtime industrial PID controllers. The system is tested in an austempering process but can be applied in any industrial process. Besides, an analysis between the response of the process with a PID controller and the system of fuzzy auto-tuning for PID proposed was made. I. INTRODUCTION The fuzzy logic was introduced by Lotfi Zadeh to mediated the 1960s as a theory of fuzzy sets. This theory can be studied as a multi-evaluated logical or like to extension of boolean logic, due to the fact that it admits values intermediate between the logical FALSE (0) and TRUE (1). This means that a fuzzy logic value is any value in the range of values between 0 and 1. The implementations of fuzzy logic allow that indeterminate states can be treated by control devices. Thus, it is possible to evaluate non-quantifiable concepts. This fact was used by Mandani from 1974 in control systems that were too difficult to model [7]. Since then, fuzzy logic has been used as an alternative or complement to the control and modeling of large number of industrial processes, especially in those industrial processes with uncertainties. Although all the advantages of fuzzy logic and the large amount of research on the subject, yet the majority of industrial controllers operating are PID (Proportional-Integral- Derivative). The use of these get to the point that much authors say that they occupy between a 90% to 99% of an industrial process control [1]. Three main factors can be cited about the widespread use of PID controllers: The PID controllers are robust and easy to design. There is a clear relationship between the parameters of PID controller and the control response. There are many techniques of tuning to facilitate the work. Despite this, the PID controllers are not the best solution to all control processes. In very complex processes with nonlinearities, time varying parameters and delays in the process, that are difficult to model analytically, the response of the PID is really very poor. In these cases the control classic methodology can simplify the model of the plant but did not get good performance. By which there must be a human constant supervision of the process. Other problems arise here, because the human control is vulnerable to mistakes and is very dependent on experience and qualifications of the operator. One way to solve this problem would be to automate the process of adjustment and tuning of the PID controller. Conventional techniques such as tuning method of Ziegler-Nichols or the analytical method of setting poles or optimization existed for several decades but they fail when the process can not be modeled accurately or its parameters vary with respect to the time. In those cases we need an automatic real-time tuning of the controller [2]. In this paper is proposed a fuzzy controller as a system auto-tuning in real-time for a PID controller in industrial applications. II. PID CONTROLLER The PID controller used is a basic discrete PID industrial controller. T µ(t) = µ(t 1) + (e(t) e(t 1))K p + e(t)k p T i + T (e(t) 2e(t 1) + e(t 2))K d (1) p T where: K p is the proportional gain. T i is the integral time. T d is the derivative time. T is the sampling period. e(t) = r(t) y(t) is the error between the reference (or setpoint) and the process output. The proportional gain K p, integral time T i, and derivative time T d, represent the strengths of different control action. Larger values of K p typically mean faster response since the larger the error, the larger the proportional term compensation. An excessively large proportional gain will lead to process instability and oscillation. Larger values of T i imply steady state errors are eliminated more quickly. The trade-off is larger overshoot: any negative error integrated during transient response must be integrated away by positive error before reaching steady state. Finally larger values of T d decrease overshoot, but slow down transient response and may lead to instability due to signal noise amplification in the differentiation of the error [1] and [8]. III. FUZZY CONTROL STRUCTURE The fuzzy system was designed by following the standard procedure of fuzzy controller design, which consists of fuzzification, control rule base establishment, and defuzzification.

2 Fig. 1. Structure of the classic fuzzy system A. Fuzzification Fuzzification is mapping from the crisp domain into the fuzzy domain. In others words, means the assigning of linguistic value, defined by relative small number of membership functions to variable [3]. There are three inputs to the fuzzy controller, the setpoint, the error and the derivative of the error: e(t) = e(t) e(t 1). The election of the setpoint as input the fuzzy system is due to the fact that variations in the setpoint trigger an increase in the output of the system. For all inputs and outputs, were chosen symmetrical triangular membership function, where the triangular curve is a function of a vector, x, and depends on three scalar parameters a, b, and c, as given by: ( ( x a µ(x : a, b, c) = max min b a, c x ) ), 0 c b where a and c form the base of the triangle and b its peak. (2) Fig. 4. B. Rule bases Member ships functions of derivative of error input For the rule bases a classic interpretation of Mandani was used. For the logics operations and and or was used the min and max functions. Then through of a set of IF-THEN rules is possible to implement the fuzzy algorithm. Thats rule bases can be describe by a two dimensional table rules I, II and III. In the system under study the universe of discourse for both e(t) and e(t) may be normalized from [ 1, 1], and the setpoint was normalized according to the maximum allowable value of the process. The linguistic labels are negative big (NG), negative medium (NM), negative small (NP), zero (Z), positive small (PP), positive medium (PM) and positive big (PG). The linguistic labels of the outputs are zero (Z), small (P), medium (M), big (G), and very big (GG). TABLE I RULE BASE FOR PROPORTIONAL GAIN K p Sp e(t) NG NM NP Z PP PM PG Z M M P Z P M M P G G M P M G G M G G G M G G G G GG GG G G G GG GG GG GG GG GG GG GG GG GG Fig. 2. Member ships functions of setpoint input TABLE II RULE BASE FOR INTEGRAL TIME T i e(t) e(t) NG NM NP Z PP PM PG NP Z P P M P P Z NM P M M G M M P NG M G G G G G M Z G G G G G G G PP M G G G G G M PM P M M G M M P PG Z P P M P P Z Fig. 3. Member ships functions of error input These tables of the rule bases could be also represent like the surface formed by the inputs and the outputs of the system in the space. C. Defuzzification The center of area method was used for defuzzification. This method, also called center of gravity method, determines the center of the area of the combined membership functions.

3 TABLE III RULE BASE FOR DERIVATIVE TIME T d e(t) e(t) NG NM NP Z PP PM PG NP GG GG G M P Z Z NM GG G M P Z Z Z NG G M P Z Z P M Z M M Z Z Z P M PP M P Z Z P M G PM P Z Z P M G GG PG Z Z P M G GG GG where µ(z j ) is is membership value of the element z j, z the output of the fuzzy system and n is number of quantization levels of the output. Fig. 8. Member ships functions of K p output. Fig. 5. Surface of the rule base of K p Fig. 9. Member ships functions of T i output. Fig. 6. Surface of the rule base of T i Fig. 7. Surface of the rule base of T d Fig. 10. Member ships functions of T d output. z = n j=1 z jµ(z j ) n j=1 µ(z j) (3) The output of the fuzzy system is normalized within a range 0 1. Later this output is adjusted to work within the predetermined maximum and minimum values of each parameter of the PID controller.

4 IV. APPLICATION This system was used to control the temperature in an austempering industrial process. The austempering is a hardening process that is used on iron-based metals to promote better mechanical properties. The metal is heated into the austenite region of the ironcementite phase diagram and then quenched in a salt bath or heat extraction medium that is between temperatures of 300 to 375 C (572 to 707 F). The metal is annealed in this temperature range until the austenite turns to bainite or ausferrite (bainitic ferrite + high-carbon austenite) [6]. By changing the temperature for austenitization, the austempering process can yield different and desired microstructures. A higher austenitization temperature can produce a higher carbon content in austenite, whereas a lower temperature produces a more uniform distribution of austempered structure. The carbon content in austenite as a function of austempering time has been established [4] and [5]. The process also is subject to variations in its working arrangements. These variations of setpoint must be happen in a fixed time, which is usually fast, whereby the response of the system must be as quick as possible. The process is also subject to disturbances product of differential loads from the oven. For all this is necessary a fine adjust of the controller in real time. A. Test with the fuzzy auto-tuning for PID controller The main objective of the test was obtain a faster response for the process without overshooting. Thus the controller optimizes the power consumption in a process with high electrical consumption. Fig. 12. Output system controller by Fuzzy-PID auto-tuning Fig. 13. Tuning of the parameters K p Fig. 14. Tuning of the parameters T i Fig. 11. Structure of the Auto-Tuning Fuzzy-PID system The system was calibrated to work in a range of permissible values. TABLE IV PERMISSIBLE VALUES FOR THE PROCESS K p T i (min) T d (s) min max In this test, three continuous variations of the setpoint were given to the oven. Note that the response was an exponential curve relatively quick. The process variable reaches the setpoint without overshooting and the stationary response was good. Fig. 15. Tuning of the parameters T d B. Test with a simples PID controller The same process was now controlled by a simples PID controller. The PID parameters used were the middles values

5 of the range of permissible values: K p = 175, T i = 10min and T d = 2.5s. Note the differences in the transient and stationary response, for example, the time of establishment was approximately 31% higher. [1] M. M. F. Algreer and Y. R. M. Kuraz, Design Fuzzy Self Tuning of PID Controller for Chopper-Fed DC Motor Drive, Al-Rafidain Engineering Vol.16 No.2 pp 54-66, [2] K. J. Astrom and T. Hagglund, PID Controllers: Theory, Design, and Tuning, 2nd ed. International Society for Measurement and Con, [3] Y. Bai, H. Zhuang and D. Wang, Advanced Fuzzy Logic Technologies in Industrial Applications (Advances in Industrial Control), 1st ed. Springer, [4] U. Batra, S. Ray and SR. Prabhakar, Effect of austenitization on austempering of copper alloyed ductile iron, Journal of Materials Engineering and Performance. Vol. 12 No. 5 pp Springer New York, [5] S. Chupatanakul and P. Nash, Dilatometric measurement of carbon enrichment in austenite during bainite transformation, Journal Mater Science. Vol. 41 No.15 pp Springer Science and Business Media, [6] V. Kilicli and M. Erdogan, The Strain-Hardening Behavior of Partially Austenitized and the Austempered Ductile Irons with Dual Matrix Structures, Journal of Materials Engineering and Performance. Vol. 17 No. 2 pp Springer New York, [7] K. M. Passino and S. Yurkovich, Fuzzy Control, 1st ed. Addison Wesley Publishing Company, [8] K. Ogata, Modern Control Engineering 5th ed. Prentice Hall, Fig. 16. Output system controller by PID controller V. CONCLUSION Fuzzy auto-tuning system optimized the response of the plant. All rule bases were chosen according with engineers s experience that have worked tuning PID controller for many years. The setpoint was reached quickly and there was not overshooting. The use of this systems is based in processes for which there are large variations of labor characteristics, eg large variations of setpoint, different types of loads or disturbances. Use of Fuzzy-PID auto-tuning system mean a energy savings since the time of establishment (31% minor) and the average of the output control (5% minor) were improved. Another important fact was the stationary response, while the response from PID fluctuated, the fuzzy auto-tuning system for PID controller was more stable. REFERENCES

Experiment 9. PID Controller

Experiment 9. PID Controller Experiment 9 PID Controller Objective: - To be familiar with PID controller. - Noting how changing PID controller parameter effect on system response. Theory: The basic function of a controller is to execute

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

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

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

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

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

SINGLE PHASE STATIC REACTIVE POWER COMPENSATION WITH ADAPTIVE FUZZY-PID BY USING PLC

SINGLE PHASE STATIC REACTIVE POWER COMPENSATION WITH ADAPTIVE FUZZY-PID BY USING PLC International Journal on Technical and Physical Problems of Engineering (IJTPE) Published by International Organization of IOTPE ISSN 277-3528 IJTPE Journal www.iotpe.com ijtpe@iotpe.com March 26 Issue

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

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 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

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

Cohen-coon PID Tuning Method; A Better Option to Ziegler Nichols-PID Tuning Method

Cohen-coon PID Tuning Method; A Better Option to Ziegler Nichols-PID Tuning Method Cohen-coon PID Tuning Method; A Better Option to Ziegler Nichols-PID Tuning Method Engr. Joseph, E. A. 1, Olaiya O. O. 2 1 Electrical Engineering Department, the Federal Polytechnic, Ilaro, Ogun State,

More information

Al-Rafidain Engineering Vol.16 No IntroRducti eceiveodn7 Dec Accepted 3 July 2007

Al-Rafidain Engineering Vol.16 No IntroRducti eceiveodn7 Dec Accepted 3 July 2007 مضبب FLC K I K p و PID المرجع. إن إشارة ) PI تم استبدال. للا بقاء على إشارة الا خراج تحت أن K D للسرعة).. Fuzzy logic control (FLC) is one of the most successful applications of fuzzy set theory, introduced

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

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

Chapter 4 PID Design Example

Chapter 4 PID Design Example Chapter 4 PID Design Example I illustrate the principles of feedback control with an example. We start with an intrinsic process P(s) = ( )( ) a b ab = s + a s + b (s + a)(s + b). This process cascades

More information

ADVANCES in NATURAL and APPLIED SCIENCES

ADVANCES in NATURAL and APPLIED SCIENCES ADVANCES in NATURAL and APPLIED SCIENCES ISSN: 1995-0772 Published BYAENSI Publication EISSN: 1998-1090 http://www.aensiweb.com/anas 2017 Special 11(5): pages 129-137 Open Access Journal Comparison of

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

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

MM7 Practical Issues Using PID Controllers

MM7 Practical Issues Using PID Controllers MM7 Practical Issues Using PID Controllers Readings: FC textbook: Section 4.2.7 Integrator Antiwindup p.196-200 Extra reading: Hou Ming s lecture notes p.60-69 Extra reading: M.J. Willis notes on PID controler

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

AVR221: Discrete PID Controller on tinyavr and megaavr devices. Introduction. AVR 8-bit Microcontrollers APPLICATION NOTE

AVR221: Discrete PID Controller on tinyavr and megaavr devices. Introduction. AVR 8-bit Microcontrollers APPLICATION NOTE AVR 8-bit Microcontrollers AVR221: Discrete PID Controller on tinyavr and megaavr devices APPLICATION NOTE Introduction This application note describes a simple implementation of a discrete Proportional-

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

Some Tuning Methods of PID Controller For Different Processes

Some Tuning Methods of PID Controller For Different Processes International Conference on Information Engineering, Management and Security [ICIEMS] 282 International Conference on Information Engineering, Management and Security 2015 [ICIEMS 2015] ISBN 978-81-929742-7-9

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

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

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

PERFORMANCE ANALYSIS OF PERMANENT MAGNET SYNCHRONOUS MOTOR WITH PI & FUZZY CONTROLLERS

PERFORMANCE ANALYSIS OF PERMANENT MAGNET SYNCHRONOUS MOTOR WITH PI & FUZZY CONTROLLERS International Journal of Advanced Research in Biology Engineering Science and Technology (IJARBEST) Vol. 2, Special Issue 16, May 2016 PERFORMANCE ANALYSIS OF PERMANENT MAGNET SYNCHRONOUS MOTOR WITH PI

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

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

Fuzzy Expert Systems Lecture 9 (Fuzzy Systems Applications) (Fuzzy Control)

Fuzzy Expert Systems Lecture 9 (Fuzzy Systems Applications) (Fuzzy Control) Fuzzy Expert Systems Lecture 9 (Fuzzy Systems Applications) (Fuzzy Control) The fuzzy controller design methodology primarily involves distilling human expert knowledge about how to control a system into

More information

ScienceDirect. Optimization of Fuzzy Controller Parameters for the Temperature Control of Superheated Steam

ScienceDirect. Optimization of Fuzzy Controller Parameters for the Temperature Control of Superheated Steam Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 100 (015 ) 1547 1555 5th DAAAM International Symposium on Intelligent Manufacturing and Automation, DAAAM 014 Optimization of

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

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

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

MODEL BASED CONTROL FOR INTERACTING AND NON-INTERACTING LEVEL PROCESS USING LABVIEW

MODEL BASED CONTROL FOR INTERACTING AND NON-INTERACTING LEVEL PROCESS USING LABVIEW MODEL BASED CONTROL FOR INTERACTING AND NON-INTERACTING LEVEL PROCESS USING LABVIEW M.Lavanya 1, P.Aravind 2, M.Valluvan 3, Dr.B.Elizabeth Caroline 4 PG Scholar[AE], Dept. of ECE, J.J. College of Engineering&

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

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

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

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

DC Link Capacitor Voltage of D-Statcom With Fuzzy Logic Supervision

DC Link Capacitor Voltage of D-Statcom With Fuzzy Logic Supervision DC Link Capacitor Voltage of D-Statcom With Fuzzy Logic Supervision M.Pavani, Dr.I.Venugopal, II M.Tech (Pe&Ps), Professor, Kecw, Kesanupalli, Narsaraopet E-Mail:Matamalapavani32@Gmail.Com Abstract: In

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

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

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

International Journal of Research in Advent Technology Available Online at:

International Journal of Research in Advent Technology Available Online at: OVERVIEW OF DIFFERENT APPROACHES OF PID CONTROLLER TUNING Manju Kurien 1, Alka Prayagkar 2, Vaishali Rajeshirke 3 1 IS Department 2 IE Department 3 EV DEpartment VES Polytechnic, Chembur,Mumbai 1 manjulibu@gmail.com

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

The Pitch Control Algorithm of Wind Turbine Based on Fuzzy Control and PID Control

The Pitch Control Algorithm of Wind Turbine Based on Fuzzy Control and PID Control Energy and Power Engineering, 2013, 5, 6-10 doi:10.4236/epe.2013.53b002 Published Online May 2013 (http://www.scirp.org/journal/epe) The Pitch Control Algorithm of Wind Turbine Based on Fuzzy Control and

More information

A Brushless DC Motor Speed Control By Fuzzy PID Controller

A Brushless DC Motor Speed Control By Fuzzy PID Controller A Brushless DC Motor Speed Control By Fuzzy PID Controller M D Bhutto, Prof. Ashis Patra Abstract Brushless DC (BLDC) motors are widely used for many industrial applications because of their low volume,

More information

Application of Fuzzy Logic Controller in Shunt Active Power Filter

Application of Fuzzy Logic Controller in Shunt Active Power Filter IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 11 April 2016 ISSN (online): 2349-6010 Application of Fuzzy Logic Controller in Shunt Active Power Filter Ketan

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

Implementation of Fuzzy Controller to Magnetic Levitation System

Implementation of Fuzzy Controller to Magnetic Levitation System IX Control Instrumentation System Conference (CISCON - 2012), 16-17 November 2012 201 Implementation of Fuzzy Controller to Magnetic Levitation System Amit Kumar Choudhary, S.K. Nagar and J.P. Tiwari Abstract---

More information

Comparative Analysis of a PID Controller using Ziegler- Nichols and Auto Turning Method

Comparative Analysis of a PID Controller using Ziegler- Nichols and Auto Turning Method International Academic Institute for Science and Technology International Academic Journal of Science and Engineering Vol. 3, No. 10, 2016, pp. 1-16. ISSN 2454-3896 International Academic Journal of Science

More information

Module 08 Controller Designs: Compensators and PIDs

Module 08 Controller Designs: Compensators and PIDs Module 08 Controller Designs: Compensators and PIDs Ahmad F. Taha EE 3413: Analysis and Desgin of Control Systems Email: ahmad.taha@utsa.edu Webpage: http://engineering.utsa.edu/ taha March 31, 2016 Ahmad

More information

Procidia Control Solutions Dead Time Compensation

Procidia Control Solutions Dead Time Compensation APPLICATION DATA Procidia Control Solutions Dead Time Compensation AD353-127 Rev 2 April 2012 This application data sheet describes dead time compensation methods. A configuration can be developed within

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

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

Optimal Control System Design

Optimal Control System Design Chapter 6 Optimal Control System Design 6.1 INTRODUCTION The active AFO consists of sensor unit, control system and an actuator. While designing the control system for an AFO, a trade-off between the transient

More information

Modelling for Temperature Non-Isothermal Continuous Stirred Tank Reactor Using Fuzzy Logic

Modelling for Temperature Non-Isothermal Continuous Stirred Tank Reactor Using Fuzzy Logic Modelling for Temperature Non-Isothermal Continuous Stirred Tank Reactor Using Fuzzy Logic Nasser Mohamed Ramli, Mohamad Syafiq Mohamad 1 Abstract Many types of controllers were applied on the continuous

More information

CHBE320 LECTURE XI CONTROLLER DESIGN AND PID CONTOLLER TUNING. Professor Dae Ryook Yang

CHBE320 LECTURE XI CONTROLLER DESIGN AND PID CONTOLLER TUNING. Professor Dae Ryook Yang CHBE320 LECTURE XI CONTROLLER DESIGN AND PID CONTOLLER TUNING Professor Dae Ryook Yang Spring 2018 Dept. of Chemical and Biological Engineering 11-1 Road Map of the Lecture XI Controller Design and PID

More information

Position Control of DC Motor by Compensating Strategies

Position Control of DC Motor by Compensating Strategies Position Control of DC Motor by Compensating Strategies S Prem Kumar 1 J V Pavan Chand 1 B Pangedaiah 1 1. Assistant professor of Laki Reddy Balireddy College Of Engineering, Mylavaram Abstract - As the

More information

Find, read or write documentation which describes work of the control loop: Process Control Philosophy. Where the next information can be found:

Find, read or write documentation which describes work of the control loop: Process Control Philosophy. Where the next information can be found: 1 Controller uning o implement continuous control we should assemble a control loop which consists of the process/object, controller, sensors and actuators. Information about the control loop Find, read

More information

Closed loop performance investigation of various controllers based chopper fed DC drive in marine applications

Closed loop performance investigation of various controllers based chopper fed DC drive in marine applications Indian Journal of Geo Marine Sciences Vol. 46 (5), May 217, pp. 144-151 Closed loop performance investigation of various s based chopper fed DC drive in marine applications S.Selvaperumal *, P.Nedumal

More information

PRACTICAL IMPLEMENTATION OF FUZZY CONTROLLER FOR CONTROLLING THE CNC SPINDLE MOTOR USING PLC

PRACTICAL IMPLEMENTATION OF FUZZY CONTROLLER FOR CONTROLLING THE CNC SPINDLE MOTOR USING PLC ١٨٠ motor using PLC, pp. 1٨٠-198 PRACTICAL IMPLEMENTATION OF FUZZY CONTROLLER FOR CONTROLLING THE CNC SPINDLE MOTOR USING PLC O. Awida 1, *, M. El-Bardini 2, and N. El-Rabaie 3 Electrical engineer in 10

More information

Comparison of Adaptive Neuro-Fuzzy based PSS and SSSC Controllers for Enhancing Power System Oscillation Damping

Comparison of Adaptive Neuro-Fuzzy based PSS and SSSC Controllers for Enhancing Power System Oscillation Damping AMSE JOURNALS 216-Series: Advances C; Vol. 71; N 1 ; pp 24-38 Submitted Dec. 215; Revised Feb. 17, 216; Accepted March 15, 216 Comparison of Adaptive Neuro-Fuzzy based PSS and SSSC Controllers for Enhancing

More information

Welcome to SENG 480B / CSC 485A / CSC 586A Self-Adaptive and Self-Managing Systems

Welcome to SENG 480B / CSC 485A / CSC 586A Self-Adaptive and Self-Managing Systems Welcome to SENG 480B / CSC 485A / CSC 586A Self-Adaptive and Self-Managing Systems Dr. Hausi A. Müller Department of Computer Science University of Victoria http://courses.seng.uvic.ca/courses/2015/summer/seng/480a

More information

Different Controller Terms

Different Controller Terms Loop Tuning Lab Challenges Not all PID controllers are the same. They don t all use the same units for P-I-and D. There are different types of processes. There are different final element types. There

More information

Design of Model Based PID Controller Tuning for Pressure Process

Design of Model Based PID Controller Tuning for Pressure Process ISSN (Print) : 3 3765 Design of Model Based PID Controller Tuning for Pressure Process A.Kanchana 1, G.Lavanya, R.Nivethidha 3, S.Subasree 4, P.Aravind 5 UG student, Dept. of ICE, Saranathan College Engineering,

More information

Design of Fractional Order Proportionalintegrator-derivative. Loop of Permanent Magnet Synchronous Motor

Design of Fractional Order Proportionalintegrator-derivative. Loop of Permanent Magnet Synchronous Motor I J C T A, 9(34) 2016, pp. 811-816 International Science Press Design of Fractional Order Proportionalintegrator-derivative Controller for Current Loop of Permanent Magnet Synchronous Motor Ali Motalebi

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

Loop Design. Chapter Introduction

Loop Design. Chapter Introduction Chapter 8 Loop Design 8.1 Introduction This is the first Chapter that deals with design and we will therefore start by some general aspects on design of engineering systems. Design is complicated because

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

The Open Automation and Control Systems Journal, 2015, 7, Application of Fuzzy PID Control in the Level Process Control

The Open Automation and Control Systems Journal, 2015, 7, Application of Fuzzy PID Control in the Level Process Control Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 205, 7, 38-386 38 Application of Fuzzy PID Control in the Level Process Control Open Access Wang

More information

Automatic Controller Dynamic Specification (Summary of Version 1.0, 11/93)

Automatic Controller Dynamic Specification (Summary of Version 1.0, 11/93) The contents of this document are copyright EnTech Control Engineering Inc., and may not be reproduced or retransmitted in any form without the express consent of EnTech Control Engineering Inc. Automatic

More information

Fuzzy Based Control Using Lab view For Temperature Process

Fuzzy Based Control Using Lab view For Temperature Process Fuzzy Based Control Using Lab view For Temperature Process 1 S.Kavitha, 2 B.Chinthamani, 3 S.Joshibha Ponmalar 1 Assistant Professor, Dept of EEE, Saveetha Engineering College Tamilnadu, India 2 Assistant

More information

Tuning Methods of PID Controller for DC Motor Speed Control

Tuning Methods of PID Controller for DC Motor Speed Control Indonesian Journal of Electrical Engineering and Computer Science Vol. 3, No. 2, August 2016, pp. 343 ~ 349 DOI: 10.11591/ijeecs.v3.i2.pp343-349 343 Tuning Methods of PID Controller for DC Motor Speed

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

6545(Print), ISSN (Online) Volume 4, Issue 1, January- February (2013), IAEME & TECHNOLOGY (IJEET)

6545(Print), ISSN (Online) Volume 4, Issue 1, January- February (2013), IAEME & TECHNOLOGY (IJEET) INTERNATIONAL International Journal of JOURNAL Electrical Engineering OF ELECTRICAL and Technology (IJEET), ENGINEERING ISSN 0976 & TECHNOLOGY (IJEET) ISSN 0976 6545(Print) ISSN 0976 6553(Online) Volume

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

Lecture 10. Lab next week: Agenda: Control design fundamentals. Proportional Control Proportional-Integral Control

Lecture 10. Lab next week: Agenda: Control design fundamentals. Proportional Control Proportional-Integral Control 264 Lab next week: Lecture 10 Lab 17: Proportional Control Lab 18: Proportional-Integral Control (1/2) Agenda: Control design fundamentals Objectives (Tracking, disturbance/noise rejection, robustness)

More information

Consider the control loop shown in figure 1 with the PI(D) controller C(s) and the plant described by a stable transfer function P(s).

Consider the control loop shown in figure 1 with the PI(D) controller C(s) and the plant described by a stable transfer function P(s). PID controller design on Internet: www.pidlab.com Čech Martin, Schlegel Miloš Abstract The purpose of this article is to introduce a simple Internet tool (Java applet) for PID controller design. The applet

More information

Development of Sensors and Microcontrollers for Small Temperature Controller Systems

Development of Sensors and Microcontrollers for Small Temperature Controller Systems Development of Sensors and Microcontrollers for Small Temperature Controller Systems Ali Jebelli and Mustapha C. E. Yagoub School of Electrical Engineering and Computer Science, University of Ottawa, Ottawa,

More information

Relay Feedback based PID Controller for Nonlinear Process

Relay Feedback based PID Controller for Nonlinear Process Relay Feedback based PID Controller for Nonlinear Process I.Thirunavukkarasu, Dr.V.I.George, * and R.Satheeshbabu Abstract This work is about designing a relay feedback based PID controller for a conical

More information

Temperature Control of Water Tank Level System by

Temperature Control of Water Tank Level System by Temperature Control of Water Tank Level System by using Fuzzy PID Controllers B. Varalakshmi 1 and T. Bhaskaraiah 2 1 PG Scholar, SIETK, Puttur, India 2 Assistant Professor, SIETK, Puttur, India Abstract-

More information

Development of Fuzzy Logic Controller for Quanser Bench-Top Helicopter

Development of Fuzzy Logic Controller for Quanser Bench-Top Helicopter IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Development of Fuzzy Logic Controller for Quanser Bench-Top Helicopter To cite this article: M. H. Jafri et al 2017 IOP Conf.

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

Fuzzy PID Speed Control of Two Phase Ultrasonic Motor

Fuzzy PID Speed Control of Two Phase Ultrasonic Motor TELKOMNIKA Indonesian Journal of Electrical Engineering Vol. 12, No. 9, September 2014, pp. 6560 ~ 6565 DOI: 10.11591/telkomnika.v12i9.4635 6560 Fuzzy PID Speed Control of Two Phase Ultrasonic Motor Ma

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

Self Tuning Mechanism using Input Scaling Factors of PI like Fuzzy Controller for Improved Process Performance

Self Tuning Mechanism using Input Scaling Factors of PI like Fuzzy Controller for Improved Process Performance ISSN: 2277 943 Volume 2, Issue, November 23 Self Tuning Mechanism using Input Scaling Factors of PI like Fuzzy Controller for Improved Performance Neha K. Patil, Bhagsen J. Parvat Abstract Design of fuzzy

More information

Relay Based Auto Tuner for Calibration of SCR Pump Controller Parameters in Diesel after Treatment Systems

Relay Based Auto Tuner for Calibration of SCR Pump Controller Parameters in Diesel after Treatment Systems Abstract Available online at www.academicpaper.org Academic @ Paper ISSN 2146-9067 International Journal of Automotive Engineering and Technologies Special Issue 1, pp. 26 33, 2017 Original Research Article

More information

Closed-Loop Transportation Simulation. Outlines

Closed-Loop Transportation Simulation. Outlines Closed-Loop Transportation Simulation Deyang Zhao Mentor: Unnati Ojha PI: Dr. Mo-Yuen Chow Aug. 4, 2010 Outlines 1 Project Backgrounds 2 Objectives 3 Hardware & Software 4 5 Conclusions 1 Project Background

More information

Embedded based Automation System for Industrial Process Parameters

Embedded based Automation System for Industrial Process Parameters Embedded based Automation System for Industrial Process Parameters Godhini Prathyusha 1 Lecturer, Department of Physics (P.G), Govt.Degree College, Anantapur, Andhra Pradesh, India 1 ABSTRACT: Automation

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

Rotational Speed Control Based on Microcontrollers

Rotational Speed Control Based on Microcontrollers Rotational Speed Control Based on Microcontrollers Valter COSTA Natural and Exact Science Department, Federal University of Semi-Arid Camila BARROS Natural and Exact Science Department, Federal University

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

Speed Control of Three Phase Induction Motor Using Fuzzy-PID Controller

Speed Control of Three Phase Induction Motor Using Fuzzy-PID Controller Speed Control of Three Phase Induction Motor Using Fuzzy-PID Controller Mr. Bidwe Umesh. B. 1, Mr. Shinde Sanjay. M. 2 1 PG Student, Department of Electrical Engg., Govt. College of Engg. Aurangabad (M.S.)

More information

IT is well known that up until now, a conventional proportional

IT is well known that up until now, a conventional proportional IEEE TRANSACTIONS ON FUZZY SYSTEMS, VOL. 6, NO. 4, NOVEMBER 1998 449 Design of a Hybrid Fuzzy Logic Proportional Plus Conventional Integral-Derivative Controller Wei Li, Member, IEEE Abstract This paper

More information

LFC in hydro thermal System Using Conventional and Fuzzy Logic Controller

LFC in hydro thermal System Using Conventional and Fuzzy Logic Controller LFC in hydro thermal System Using Conventional and Fuzzy Logic Controller Nitiksha Pancholi 1, YashviParmar 2, Priyanka Patel 3, Unnati Mali 4, Chand Thakor 5 Lecturer, Department of Electrical Engineering,

More information

PID Controller tuning and implementation aspects for building thermal control

PID Controller tuning and implementation aspects for building thermal control PID Controller tuning and implementation aspects for building thermal control Kafetzis G. (Technical University of Crete) Patelis P. (Technical University of Crete) Tripolitakis E.I. (Technical University

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

Glossary of terms. Short explanation

Glossary of terms. Short explanation Glossary Concept Module. Video Short explanation Abstraction 2.4 Capturing the essence of the behavior of interest (getting a model or representation) Action in the control Derivative 4.2 The control signal

More information