Sensors & Transducers 2015 by IFSA Publishing, S. L.

Size: px
Start display at page:

Download "Sensors & Transducers 2015 by IFSA Publishing, S. L."

Transcription

1 Sensors & Transducers 2015 by IFSA Publishing, S. L. Real Time Control of Non-Linear Conical Tank Sitanshu SATPATHY, Prabhu RAMANATHAN School of Electrical Engineering, VIT University, Vellore , Tamil Nadu, India Tel.: Received: 14 January 2015 /Accepted: 27 February 2015 /Published: 31 March 2015 Abstract: In this paper a real time control of non-linear conical tank has been performed. In this article control comparison between fuzzy controller and conventional PI controller is made for the conical tank system. Conical tank is used in most of the industrial processes because it assures optimal stirring and mixing of ingredient. The tank can easily and quickly be emptied and also conical shape ensures efficient cleaning, better mixing and drainage of solid wastes, slurries, thick liquids etc. Moreover these tanks can be used for both boiling as well as extraction process. Controlling the liquid level and flow of liquid in conical tank is a complex process because of the nonlinearity and constantly changing cross section of the tank. A conventional PI (proportional-integral) controller and MISO (multiple input single output) fuzzy controller was used and their performance is compared. Copyright 2015 IFSA Publishing, S. L. Keywords: Non-linear process, Conical tank, PI controller, Fuzzy controller, LabVIEW control design and simulation toolbox, Fuzzification. 1. Introduction Process industries face a major problem in the form of controlling the level of liquid in the conical tanks used in their processes [1, 2]. Controlling of liquid level in a conical tank becomes a challenging problem because of its non-linearity and continuously changing cross section. In industries the liquid has to be pumped in and out of the tank, it has to be transferred to different systems and at the same time a well-defined accurate level of liquid has to be maintained in the tank and its flow should be controlled. Conical tanks are widely used in process industries like food industries, waste water treatment industries, chemical process plants and many other production processes. The liquid level in various chemical processes has to be accurately controlled as it may affect the equilibrium of chemical reactions which would ultimately affect the production process. Because of these reasons process industries are in need of a robust and high performance controller. This paper endeavours to design two controllers, viz., a PI controller and a fuzzy controller and compare their performance. A PI controller is a part of feedback control loop mechanism used in large number of industrial process control systems. It is a solution to almost all control loop problems [3-5]. An error value is calculated by subtracting the process variable from the set point. The main aim of the controller is to reduce the error to zero. This is obtained by tuning the controller by changing the proportional and the integral constants namely K P and K I respectively. PI controller becomes inefficient when the system becomes highly complex or is poorly understood as in [3] and in these conditions fuzzy controller is used [6-11]. A fuzzy controller makes use of human understood crisp variables [12]. These variables are 148

2 then mapped into membership functions and depending upon the number of input and output variables, the desired process rules are formed [13]. The resultant output is then defuzzified and fed into the control device. The selection of membership functions is the major difficulty in this type of controllers. Fuzzy controllers are being extensively used in various industrial processes [14]. Thus fuzzy expert systems make use of fuzzy data, fuzzy logic with rules and membership functions as the basic knowledge base of the system [15-17]. These don t make use of any mathematical model and can be easily controlled [18]. Multivariable fuzzy controllers have also been easily implemented in various processes [19, 20] though simpler approaches are generally preferred. 2. Conical Tank Level System A conical tank system consists of a non-linear conical tank in which the level of the liquid is controlled: F in Inflow (cm 3 /sec); F out Outflow (cm 3 /sec); R Radius of the tank (cm); r Radius of water level (cm); H Height of the tank (cm); h Height of the water in the tank (cm); b Valve coefficient ( cm 2 /sec); Angle between central line joining the two openings and slant height (degree); Here the controlled variable is level (h) and manipulated variable is the inflow of the liquid (F in ). The structure of the tank is given in Fig. 1. Now, tan Using (3) in (1) we get (2) (3) (4) Now, according to law of conservation of mass Accumulation = inflow rate outflow rate F in - F out, (5) where is the rate of change of level with respect to time. Substituting (6) in (5) F out = (6) F in (7) (F in - ) /A (8) Substituting the value of A found in (4) in (8) we get ((F in / / (9) Now on integrating (9) mathematical model of the tank can be obtained. Thus it can be inferred from the above mathematical derivation that the conical tank introduces non-linearity due to changes in its area [21, 22] System Dynamics The setup used for the experiment is shown in Fig. 2. Fig. 1. Conical tank Mathematical Modelling Area of the tank A is (1) Fig. 2. Prototype of the conical tank used. 149

3 Height (h) is measured using differential pressure transducer whose output is in the form of 4-20 ma current signals. Control valves fitted with positioners act as the actuating element which takes 4-20 ma as input signal. This current signal is converted into 0-5 V using I/V converter and further interfaced with PC using NI USB DAQ hardware. NI LabVIEW software is used for programming and as a man machine interface [23]. The specification of the conical tank is summarized in Table 1. Table 1. System specifications of the conical tank. Material Upper diameter Bottom diameter Height Thickness 3. Real Time Control SS316 (stainless steel grade) 400 mm 150 mm 600 mm 2 mm 3.1. Implementation of PI Controller Controllers designed in this article are implemented in LabVIEW using Control Design and Simulation toolbox. The K P and K I parameters used are specified in Table 2. The block diagram of the PI controller implemented is shown in Fig. 3. Table 2. KP and KI parameters of the PI Controller. Set point KP KI Implementation of Fuzzy Controller Fuzzy controller used has two input variables and one output variable. Error and change in error as the input variables and output to the valve as the output variable. For fuzzification, triangular membership functions were used for both the input and output variables with seven fuzzy sets. Membership functions used in one of the variables is shown in Fig. 4. Fuzzy sets used are defined by variables negative large (NL), negative medium (NM), negative small (NS), zero (Z), positive small (PS), positive medium (PM) and positive large (PL). The rule base used in the system is shown in Table 3, and input and output scaling factors in Table 4. The rule base is referred from [24, 25]. To improve its performance, controller is tuned with input and output scaling factors. These are one of the most important factors affecting the system performance [26-28]. Input-output relationship is shown in Fig. 5. Centre of gravity method is used for defuzzification, as there is no loss of information in it [29]. The block diagram of the controller is shown in Fig. 6. Fig. 3. PI controller implemented in LabVIEW. 150

4 Table 4. Input and output scaling factors. Variable Scaling factor Error 5 Change in error 5 Output 5 Fig. 4. The input membership function of the fuzzy controller. Table 3. The rule base used in the MISO fuzzy controller used. E e PL PM PS Z NS NM NL NL Z NS NM NL NL NL NL NM PS Z NS NM NL NL NL NS PM PS Z NS NM NL NL Z PL PM PS Z NS NM NL PS PL PL PM PS Z NS NM PM PL PL PL PM PS Z NS PL PL PL PL PL PM PS Z Fig. 5. Input output relationship of the fuzzy system. Fig. 6. Fuzzy controller implemented in LabVIEW. 4. Results and Comparison Real time implementation of PI and Fuzzy controllers was done in LabVIEW environment. Performances of these controllers were compared on the basis of rise time, settling time, steady state error and overshoot. From the graph shown in Fig. 7 and Table 5 it can be observed that the implemented fuzzy controller has a better transient time response than the conventional PI controller used. Fuzzy controller s rise time and settling time is better than PI whereas PI controller s response is very slow and takes comparatively large time to settle. Zero steady state error in case of fuzzy controller is attained much faster as compared to the PI controller. There is no overshoot in case of both the controllers. 151

5 Fig. 7. Transient response of the PI and The fuzzy controller. Table 5. Some of the points in the performance graph of PI and Fuzzy controller. Instance PI Fuzzy Set Point Conclusion The non-linear conical tank is controlled using fuzzy and PI controller. It is found that the performance of the Fuzzy controller is better than the PI controller. Fuzzy controller gave zero steady state error and also had better settling time whereas the PI has very slow response. Conical tanks are required in most of the industrial processes and use of fuzzy controller provides an efficient control of the process. Fuzzy controller doesn t require a system transfer function, rules are easy to frame and also has a better performance in case of complex industrial processes. Thus fuzzy controller can be used as an alternative to PI controllers for controlling non-linear tanks [30]. The controlled and stable operation of non-linear processes such as conical tank attracts lots of researches, increasing its scope more and more. LabVIEW provides the most comprehensive approach for virtual instrumentation. This approach finds use in applications such as biomedical, communication, energy, automation, and many others. It can be easily used for designing, testing and prototyping new technology. LabVIEW ignores the hardware issues and low-level programming and mainly focuses on designing algorithms, data flow charts, modelling, and so on. Some key benefits of LabVIEW include ease of implementation, faster results and designing, using various embedded technology, data acquisition etc. Data acquisition is most important aspect of gathering and generating information. LabVIEW provides a large set of data acquisition devices. Thus virtual instrumentation platform provided by LabVIEW is a powerful and flexible tool for various scientific researches. Acknowledgements The authors would like to thank Vellore Institute of Technology, Vellore for providing facilities required to conduct this research. References [1]. N. S. Bhubaneswari, G. Uma, T. R Rangaswamy, Adaptive and optimal control of a non-linear process using intelligent controllers, Applied Soft Computing, 9, 2009, pp [2]. Rajni Jain, N. Sivakumaran, T. K. Radhakrishnan, Design of self-tuning fuzzy controllers for nonlinear systems, Expert Systems with Applications, 38, 2011, pp [3]. Astrom, K. J., Wittenmark, B., Adaptive control (2 nd ed.). Boston, MA, USA, Addison-Wesley Longman Publishing Co., Inc, [4]. Haddad, W., Chellaboina, V., Nonlinear dynamical systems and control: A lyapunov-based approach. Princeton University Press, [5]. Sastry, S., Bodson, M., Adaptive control: Stability, convergence and robustness. Dover books on electrical engineering series, Dover Publications, [6]. Mamdani, E. H., Twenty years of fuzzy control: Experiences gained and lessons learnt, in Proceedings of the 2 nd IEEE International Conference on Fuzzy Systems, pp , San Francisco, CA,

6 [7]. Caner, M., Umurkan, N., Tokat, S., Ustun, S. V., Determination of optimal hierarchical fuzzy controller parameters according to load condition with ANN, Expert Systems with Applications, 34, 2008, pp [8]. Elmas, C., Ustun, O., & Sayan, H. H., A neuro-fuzzy controller for speed control of a permanent magnet synchronous motor drive, Expert Systems with Applications, 34, 2008, pp [9]. Sugeno, M., Industrial applications of fuzzy control. Amsterdam, Elsevier, The Netherlands, [10]. Yesil, E., Guzelkaya, M., & Eksin, I., Self-tuning fuzzy PID-type load frequency controller, Energy Conversion and Management, 45, 3, 2004, pp [11]. L. A. Zadeh, Fuzzy sets, Information and Control, 8, 1965, pp [12]. Mamdani, E. H., Application of fuzzy algorithm for simple dynamic plant, in Proceedings of the IEEE, 1974, pp [13]. Vincent C. Yen, Rule selections in fuzzy expert systems, Expert Systems with Applications, 16, 1999, pp [14]. Mendel, J. M., Fuzzy logic systems for engineering applications: A tutorial, Proceedings of IEEE, 83, 3, 1995, pp [15]. Kandel, A. (Ed.), Fuzzy expert systems, CRC Press, Boca Raton, FL, [16]. Wang, P. & Li, H.-X., Fuzzy Systems Theory and Fuzzy Computers, Science Press, Beijing, 1986, (in Chinese). [17]. Wang, P. & Li, H.-X., Mathematical Theory of Knowledge Representation, Tianjin Scientific and Technical Press, Tianjin, China, [18]. Castro, J. L., Fuzzy logic controllers are universal approximators, IEEE Transaction Systems, Man and Cybernetics, Part B, Cybernetics, 25, 1995, pp [19]. Koutb, M. A., El-Rabaie, N. M., Awad, H. A., Hewaidy, S. M., Multivariable fuzzy control for a nonlinear drum boiler process, in Proceedings of the International Conference on Electrical, Electronic and Computer Engineering, 2004, pp [20]. D. Wu, W. W. Tan, Genetic learning and performance evaluation of interval type-2 fuzzy logic controllers, Engineering Applications of Artificial Intelligence, 19, 2006, pp [21]. P. Aravind, M. Valluvan, S. Ranganathan, Modelling and Simulation of Non Linear Tank, International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering, Vol. 2, Issue 2, February [22]. T. Pushpaveni, S. Srinivasulu Raju, N. Archana, M. Chandana, Modeling and Controlling of Conical tank system using adaptive controllers and performance comparison with conventional PID, International Journal of Scientific & Engineering Research, Vol. 4, Issue 5, May 2013, pp [23]. K. P. S. Rana, Fuzzy control of an electrodynamic shaker for automotive and aerospace vibration testing, Expert Systems with Applications, 38, 2011, pp [24]. Hakk Murat Genc, Engin Yesil, Ibrahim Eksin, Mujde Guzelkaya, Ozgur Aydın Tekin, A rule base modification scheme in fuzzy controllers for timedelay systems, Expert Systems with Applications, 36, 2009, pp [25]. M. Amjad, Kashif M. I., S. S Abdullah, Z. Shareef, Fuzzy logic control of ball and beam system, in Proceedings of the 2nd International Conference on Education Technology and Computer (ICETC), 2010, pp [26]. Guzelkaya, M., Eksin, I., Yesil, E., Self-tuning of PID-type fuzzy logic controller coefficients via relative rate observer, Engineering Applications of Artificial Intelligence, 16, 2003, pp [27]. Mudi, R. K., Pal, N. R., A robust self-tuning scheme for PI and PD type fuzzy controllers, IEEE Transactions on Fuzzy Systems, 7, 1, 1999, pp [28]. Qiao, W. Z., Mizumoto, M., PID type fuzzy controller and parameters adaptive method, Fuzzy Sets and Systems, 78, 1996, pp [29]. Tang, K. S., Man, K. F., Chen, G., Kwong, S., An optimal fuzzy PID controller, IEEE Transactions on Industrial Electronics, 48, 4, 2001, pp [30]. D. Hariharan and S. Vijayachitra, Modelling and real time control of two conical tank systems of noninteracting and interacting type, International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering, Vol. 2, Issue 11, November Copyright, International Frequency Sensor Association (IFSA) Publishing, S. L. All rights reserved. ( 153

Real Time Level Control of Conical Tank and Comparison of Fuzzy and Classical Pid Controller

Real Time Level Control of Conical Tank and Comparison of Fuzzy and Classical Pid Controller Indian Journal of Science and Technology, Vol 8(S2), 40 44, January 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 DOI : 10.17485/ijst/2015/v8iS2/58407 Real Time Level Control of Conical Tank

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

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

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

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

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

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

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

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

FUZZY LOGIC CONTROL FOR NON-LINEAR MODEL OF THE BALL AND BEAM SYSTEM

FUZZY LOGIC CONTROL FOR NON-LINEAR MODEL OF THE BALL AND BEAM SYSTEM 11th International DAAAM Baltic Conference INDUSTRIAL ENGINEERING 20-22 nd April 2016, Tallinn, Estonia FUZZY LOGIC CONTROL FOR NON-LINEAR MODEL OF THE BALL AND BEAM SYSTEM Moezzi Reza & Vu Trieu Minh

More information

Non-Integer Order Controller Based Robust Performance Analysis of a Conical Tank System

Non-Integer Order Controller Based Robust Performance Analysis of a Conical Tank System Journal of Advanced Computing and Communication Technologies (ISSN: 347-84) Volume No. 5, Issue No., April 7 Non-Integer Order Controller Based Robust Performance Analysis of a Conical Tank System By S.Janarthanan,

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

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

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

CONTROLLER TUNING FOR NONLINEAR HOPPER PROCESS TANK A REAL TIME ANALYSIS

CONTROLLER TUNING FOR NONLINEAR HOPPER PROCESS TANK A REAL TIME ANALYSIS Journal of Engineering Science and Technology EURECA 2013 Special Issue August (2014) 59-67 School of Engineering, Taylor s University CONTROLLER TUNING FOR NONLINEAR HOPPER PROCESS TANK A REAL TIME ANALYSIS

More information

Fuzzy Gain Scheduled PI Controller for a Two Tank Conical Interacting Level System

Fuzzy Gain Scheduled PI Controller for a Two Tank Conical Interacting Level System Fuzzy Gain Scheduled PI Controller for a Two Tank Conical Interacting Level System S.Vadivazhagi, Dr.N.Jaya Research Scholar, Department of Electronics and Instrumentation Engineering,Annamalai University

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

FUZZY ADAPTIVE PI CONTROLLER FOR SINGLE INPUT SINGLE OUTPUT NON-LINEAR SYSTEM

FUZZY ADAPTIVE PI CONTROLLER FOR SINGLE INPUT SINGLE OUTPUT NON-LINEAR SYSTEM FUZZY ADAPTIVE PI CONTROLLER FOR SINGLE INPUT SINGLE OUTPUT NON-LINEAR SYSTEM A. Ganesh Ram and S. Abraham Lincoln Department of E and I, FEAT, Annamalai University, Annamalainagar, Tamil Nadu, India E-Mail:

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

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

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

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

EFFICIENT CONTROL OF LEVEL IN INTERACTING CONICAL TANKS USING REAL TIME CONCEPTS

EFFICIENT CONTROL OF LEVEL IN INTERACTING CONICAL TANKS USING REAL TIME CONCEPTS EFFICIENT CONTROL OF LEVEL IN INTERACTING CONICAL TANKS USING REAL TIME CONCEPTS V. Karthikeyan Department of Electrical and Electronics Engineering, Dr. M.G.R. Educational and Research Institute, University,

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

CONTROLLER DESIGN ON ARX MODEL OF ELECTRO-HYDRAULIC ACTUATOR

CONTROLLER DESIGN ON ARX MODEL OF ELECTRO-HYDRAULIC ACTUATOR Journal of Fundamental and Applied Sciences ISSN 1112-9867 Research Article Special Issue Available online at http://www.jfas.info MODELING AND CONTROLLER DESIGN ON ARX MODEL OF ELECTRO-HYDRAULIC ACTUATOR

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

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

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

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

A PLC-based Self-tuning PI-Fuzzy Controller for Linear and Non-linear Drives Control

A PLC-based Self-tuning PI-Fuzzy Controller for Linear and Non-linear Drives Control A PLC-based Self-tuning PI-Fuzzy Controller for Linear and Non-linear Drives Control Muhammad Arrofiq *1, Nordin Saad *2 Universiti Teknologi PETRONAS Tronoh, Perak, Malaysia muhammad_arrofiq@utp.edu.my

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

Performance Analysis of PSO Optimized Fuzzy PI/PID Controller for a Interconnected Power System

Performance Analysis of PSO Optimized Fuzzy PI/PID Controller for a Interconnected Power System Performance Analysis of PSO Optimized Fuzzy PI/PID Controller for a Interconnected Power System 1 Pogiri Ramu, Anusha M 2, Gayatri B 3 and *Halini Samalla 4 Department of Electrical & Electronics Engineering

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

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

Implementation of Proportional and Derivative Controller in a Ball and Beam System

Implementation of Proportional and Derivative Controller in a Ball and Beam System Implementation of Proportional and Derivative Controller in a Ball and Beam System Alexander F. Paggi and Tooran Emami United States Coast Guard Academy Abstract This paper presents a design of two cascade

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

Labview Based Gain scheduled PID Controller for a Non Linear Level Process Station

Labview Based Gain scheduled PID Controller for a Non Linear Level Process Station IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735 PP 05-11 www.iosrjournals.org Labview Based Gain scheduled PID Controller for a Non Linear Level

More information

Design of Self-Tuning Fuzzy PI controller in LABVIEW for Control of a Real Time Process

Design of Self-Tuning Fuzzy PI controller in LABVIEW for Control of a Real Time Process International Journal of Electronics and Computer Science Engineering 538 Available Online at www.ijecse.org ISSN- 2277-1956 Design of Self-Tuning Fuzzy PI controller in LABVIEW for Control of a Real Time

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

Open Access Design of Diesel Engine Adaptive Active Disturbance Rejection Speed Controller

Open Access Design of Diesel Engine Adaptive Active Disturbance Rejection Speed Controller Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 05, 7, 49-433 49 Open Access Design of Diesel Engine Adaptive Active Disturbance Rejection Speed

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

Comparative Analysis Between Fuzzy and PID Control for Load Frequency Controlled Power

Comparative Analysis Between Fuzzy and PID Control for Load Frequency Controlled Power This work by IJARBEST is licensed under a Creative Commons Attribution 4.0 International License. Available at https://www.ij arbest.com Comparative Analysis Between Fuzzy and PID Control for Load Frequency

More information

Performance Analysis Of Various Anti-Reset Windup Algorithms For A Flow Process Station

Performance Analysis Of Various Anti-Reset Windup Algorithms For A Flow Process Station RESEARCH ARTICLE OPEN ACCESS Performance Analysis Of Various Anti-Reset Windup Algorithms For A Flow Process Station Shaunak Chakrabartty 1, Dr.I.Thirunavukkarasu 2 And Mukul Kumar Shahi 3 1 Department

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

E-ISSN :

E-ISSN : International Conference on Engineering Innovations and Solutions DESIGN OF CASCADE CONTROL BASED FPID TUNING FOR NON-LINEAR PROCESS N.Jayaprakashnarayanan ( PG Scholar) Dept of Electronics and Instrumentation

More information

Control Applications Using Computational Intelligence Methodologies

Control Applications Using Computational Intelligence Methodologies Control Applications Using Computational Intelligence Methodologies P. Burbano, Member, IEEE, O. Cerón, Member, IEEE, A. Prado, Member, IEEE Dept. of Automation and Industrial Electronics, Escuela Politécnica

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

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

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

Model Based Predictive Peak Observer Method in Parameter Tuning of PI Controllers

Model Based Predictive Peak Observer Method in Parameter Tuning of PI Controllers 23 XXIV International Conference on Information, Communication and Automation Technologies (ICAT) October 3 November, 23, Sarajevo, Bosnia and Herzegovina Model Based Predictive in Parameter Tuning of

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

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

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

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 Simulation of Gain Scheduled Adaptive Controller using PI Controller for Conical Tank Process

Design and Simulation of Gain Scheduled Adaptive Controller using PI Controller for Conical Tank Process IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 04 September 2015 ISSN (online): 2349-6010 Design and Simulation of Gain Scheduled Adaptive Controller using

More information

Keywords: Fuzzy Logic, Genetic Algorithm, Non-linear system, PI Controller.

Keywords: Fuzzy Logic, Genetic Algorithm, Non-linear system, PI Controller. Volume 3, Issue 8, August 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Implementation

More information

Comparative Analysis of Air Conditioning System Using PID and Neural Network Controller

Comparative Analysis of Air Conditioning System Using PID and Neural Network Controller International Journal of Scientific and Research Publications, Volume 3, Issue 8, August 2013 1 Comparative Analysis of Air Conditioning System Using PID and Neural Network Controller Puneet Kumar *, Asso.Prof.

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

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 OF PID CONTROLLERS USING PARTICLE SWARM OPTIMIZATION

TUNING OF PID CONTROLLERS USING PARTICLE SWARM OPTIMIZATION TUNING OF PID CONTROLLERS USING PARTICLE SWARM OPTIMIZATION 1 K.LAKSHMI SOWJANYA, 2 L.RAVI SRINIVAS M.Tech Student, Department of Electrical & Electronics Engineering, Gudlavalleru Engineering College,

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

Load Frequency Control of Multi Area Hybrid Power System Using Intelligent Controller Based on Fuzzy Logic

Load Frequency Control of Multi Area Hybrid Power System Using Intelligent Controller Based on Fuzzy Logic Load Frequency Control of Multi Area Hybrid Power System Using Intelligent Controller Based on Fuzzy Logic Rahul Chaudhary 1, Naresh Kumar Mehta 2 M. Tech. Student, Department of Electrical and Electronics

More information

A Novel Fuzzy Variable-Band Hysteresis Current Controller For Shunt Active Power Filters

A Novel Fuzzy Variable-Band Hysteresis Current Controller For Shunt Active Power Filters A Novel Fuzzy Variable-Band Hysteresis Current Controller For Shunt Active Power Filters D. A. Gadanayak, Dr. P. C. Panda, Senior Member IEEE, Electrical Engineering Department, National Institute of Technology,

More information

SPEED CONTROLLER DESIGN FOR STEAM TURBINE

SPEED CONTROLLER DESIGN FOR STEAM TURBINE SPEED CONTROLLER DESIGN FOR STEAM TURBINE Rekha Rajan 1, Muhammed Salih. P 2, N. Anilkumar 3 PG Student [I&C], Dept. of EEE, MES College of Engineering, Kuttippuram, Kerala, India 1 Assistant professor,

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

Non Linear Tank Level Control using LabVIEW Jagatis Kumaar B 1 Vinoth K 2 Vivek Vijayan C 3 P Aravind 4

Non Linear Tank Level Control using LabVIEW Jagatis Kumaar B 1 Vinoth K 2 Vivek Vijayan C 3 P Aravind 4 IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 01, 2015 ISSN (online): 2321-0613 Non Linear Tank Level Control using LabVIEW Jagatis Kumaar B 1 Vinoth K 2 Vivek Vijayan

More information

Comparison Effectiveness of PID, Self-Tuning and Fuzzy Logic Controller in Heat Exchanger

Comparison Effectiveness of PID, Self-Tuning and Fuzzy Logic Controller in Heat Exchanger J. Appl. Environ. Biol. Sci., 7(4S)28-33, 2017 2017, TextRoad Publication ISSN: 2090-4274 Journal of Applied Environmental and Biological Sciences www.textroad.com Comparison Effectiveness of PID, Self-Tuning

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

Design of PID Control System Assisted using LabVIEW in Biomedical Application

Design of PID Control System Assisted using LabVIEW in Biomedical Application Design of PID Control System Assisted using LabVIEW in Biomedical Application N. H. Ariffin *,a and N. Arsad b Department of Electrical, Electronic and Systems Engineering, Faculty of Engineering and Built

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

ISSN: X Impact factor: 4.295

ISSN: X Impact factor: 4.295 ISSN: 2454-132X Impact factor: 4.295 (Volume3, Issue1) Available online at: www.ijariit.com Modeling and Simulation of PID and Fuzzy based Controller of a Nonlinear Liquid Level Process using LABVIEW Nayanmani

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

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

Fuzzy Logic Controller on DC/DC Boost Converter

Fuzzy Logic Controller on DC/DC Boost Converter 21 IEEE International Conference on Power and Energy (PECon21), Nov 29 - Dec 1, 21, Kuala Lumpur, Malaysia Fuzzy Logic Controller on DC/DC Boost Converter N.F Nik Ismail, Member IEEE,Email: nikfasdi@yahoo.com

More information

Automation of Domestic Flour Mill Using Fuzzy Logic Control

Automation of Domestic Flour Mill Using Fuzzy Logic Control Middle-East Journal of Scientific Research 23 (Sensing, Signal Processing and Security): 243-248, 2015 ISSN 1990-9233 IDOSI Publications, 2015 DOI: 10.5829/idosi.mejsr.2015.23.ssps.103 Automation of Domestic

More information

Modeling and Control of Liquid Level Non-linear Interacting and Non-interacting System

Modeling and Control of Liquid Level Non-linear Interacting and Non-interacting System ISSN (Print) : 30 3765 ISSN (Online): 78 8875 (An ISO 397: 007 Certified Organization) Vol. 3, Issue 3, March 04 Modeling and Control of Liquid Level Non-linear Inter and Non-inter System S.Saju B.E.M.E.(Ph.D.),

More information

COMPARATIVE STUDY OF PID AND FUZZY CONTROLLER ON EMBEDDED COMPUTER FOR WATER LEVEL CONTROL

COMPARATIVE STUDY OF PID AND FUZZY CONTROLLER ON EMBEDDED COMPUTER FOR WATER LEVEL CONTROL COMPARATIVE STUDY OF PID AND FUZZY CONTROLLER ON EMBEDDED COMPUTER FOR WATER LEVEL CONTROL A G Suresh 1, Jyothish Kumar S Y 2, Pradipkumar Dixit 3 1 Research scholar Jain university, Associate Prof of

More information

Simulation and Analysis of Cascaded PID Controller Design for Boiler Pressure Control System

Simulation and Analysis of Cascaded PID Controller Design for Boiler Pressure Control System PAPER ID: IJIFR / V1 / E10 / 031 www.ijifr.com ijifr.journal@gmail.com ISSN (Online): 2347-1697 An Enlightening Online Open Access, Refereed & Indexed Journal of Multidisciplinary Research Simulation and

More information

Design and Analysis of Neuro Fuzzy Logic PD Controller for PWM-Based Switching Converter

Design and Analysis of Neuro Fuzzy Logic PD Controller for PWM-Based Switching Converter Universal Journal of Control and Automation 2(2): 58-64, 2014 DOI: 10.13189/ujca.2014.020202 http://www.hrpub.org Design and Analysis of Neuro Fuzzy Logic PD Controller for PWM-Based Switching Converter

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 Harith Mohan 1, Remya K P 2, Gomathy S 3 1 Harith Mohan, P G Scholar, EEE, ASIET Kalady, Kerala, India 2 Remya K P, Lecturer, EEE, ASIET

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

Figure 1: Unity Feedback System. The transfer function of the PID controller looks like the following:

Figure 1: Unity Feedback System. The transfer function of the PID controller looks like the following: Islamic University of Gaza Faculty of Engineering Electrical Engineering department Control Systems Design Lab Eng. Mohammed S. Jouda Eng. Ola M. Skeik Experiment 3 PID Controller Overview This experiment

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

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

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

Negative Output Multiple Lift-Push-Pull Switched Capacitor for Automotive Applications by Using Soft Switching Technique

Negative Output Multiple Lift-Push-Pull Switched Capacitor for Automotive Applications by Using Soft Switching Technique IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 232-3331 PP 4-44 www.iosrjournals.org Negative Output Multiple Lift-Push-Pull Switched Capacitor for Automotive

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

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

Design of Fuzzy- PID Controller for First Order Non-Linear Liquid Level System

Design of Fuzzy- PID Controller for First Order Non-Linear Liquid Level System Closed Loop Control of Soft Switched Forward Converter Using Intelligent Controller 5 IJCTA, 9(39), 26, pp. 5-57 International Science Press Design of Fuzzy- PID Controller for First Order Non-Linear Liquid

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

DC Motor Speed Control using Artificial Neural Network

DC Motor Speed Control using Artificial Neural Network International Journal of Modern Communication Technologies & Research (IJMCTR) ISSN: 2321-0850, Volume-2, Issue-2, February 2014 DC Motor Speed Control using Artificial Neural Network Yogesh, Swati Gupta,

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

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

Study on Synchronous Generator Excitation Control Based on FLC

Study on Synchronous Generator Excitation Control Based on FLC World Journal of Engineering and Technology, 205, 3, 232-239 Published Online November 205 in SciRes. http://www.scirp.org/journal/wjet http://dx.doi.org/0.4236/wjet.205.34024 Study on Synchronous Generator

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

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

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

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