Inter-Ing 2005 INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC CONFERENCE WITH INTERNATIONAL PARTICIPATION, TG. MUREŞ ROMÂNIA, NOVEMBER 2005.

Size: px
Start display at page:

Download "Inter-Ing 2005 INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC CONFERENCE WITH INTERNATIONAL PARTICIPATION, TG. MUREŞ ROMÂNIA, NOVEMBER 2005."

Transcription

1 Inter-Ing 5 INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC CONFERENCE WITH INTERNATIONAL PARTICIPATION, TG. MUREŞ ROMÂNIA, 1-11 NOVEMBER 5. FUZZY CONTROL FOR A MAGNETIC LEVITATION SYSTEM. MODELING AND SIMULATION DUKA ADRIAN-VASILE, GRIF HORATIU PETRU MAIOR UNIVERSITY TG. MURES Key words: magnetic levitation system, fuzzy control, modeling simulation Abstract: This paper investigates a fuzzy control design methodology that can be used to construct a fuzzy controller for a one degree of freedom magnetic levitation (Maglev) system for keeping a steel ball suspended in the air. By controlling the current of an electromagnet, at equilibrium, the generated electromagnetic force will counteract the weight of the steel ball. Fuzzy control provides a formal methodology for representing, manipulating, and implementing a human s heuristic knowledge about how to control a system. The performances of the proposed control algorithm are evaluated and shown by means of digital simulation. 1. Introduction Magnetic levitation systems have many uses such as frictionless bearings, suspension of wind tunnel models, high speed passenger trains etc. These electromagnetic suspension systems can be divided into two types: (1) repulsion type which are naturally stable, and therefore easier to control, and () attraction type which are unstable. This paper examines the design methodology of a fuzzy logic controller for an attraction type magnetic levitation device with one degree of freedom. This plant is characterized by a nonlinear dynamic that is open-loop unstable and, as a result, feedback fuzzy control will be used to stabilize it. The design of controllers, using conventional techniques, for plants with nonlinear dynamics and modeling uncertainties can be often quite difficult. Fuzzy control is a practical alternative for a variety of challenging control applications, since it provides a convenient method for constructing nonlinear controllers via the use of heuristic information. The control objective is to keep a ferro-magnetic object (steel ball) suspended in midair by controlling the current through an electromagnet. The basic principle is to use the current to manipulate the electromagnetic force which can counteract the weight of the steel ball and keep it suspended in the air. By measuring the location of the object using a non-contact sensor, and adjusting the current in the electromagnet based on this measurement, the levitated object can be maintained at a predetermined location.. Dynamical model of the plant The dynamic of the magnetic levitation system shown in Figure 1 is described by the following nonlinear equation. d x( m = mg + f ( x, e (1) dt where f e (x, is the electromagnetic force that counteracts the weight of the ball, x is the distance between the electromagnet and the steel ball, m is the mass of the ball and g is the gravitational constant The electromagnetic force produced by current i(, which acts on the steel ball, is found using the magnetic energy equation as follows: 393

2 L( x) i ( W ( i, x, = W ( i, x, i ( dl( x) i( f e ( x, = = = C (3) x dx x( C is a nonlinear electromagnetic parameter which depends on the incremental inductivity caused by the steel ball (L ) and the levitation distance (X ). For a given distance (X ) this parameter can be determined experimentally based on equation (6). L X C = (4) () Fig. 1 Magnetic levitation system Since the position of the ball influences the electromagnet s inductivity (3) and therefore the electromagnetic force, the changes being nonlinear, and the equilibrium point between the electromagnetic force and the gravity is unstable, the linearization of the electromagnetic force is required as a solution to solving this problem. The linearization is done, using Taylor expansion around a predetermined equilibrium point (I, X ), as follows: I CI CI f e ( x, = C( ) ( )( i I ) + ( )( x X ) (5) X X X where I is the current of the electromagnetic coil when the ball is at X. These linearization values were determined experimentally based on equation (6). At equilibrium the electromagnetic force cancels the gravity. At this moment the acceleration is zero and equation (1) takes the following form: mg = C( X I ) Neglecting the higher order terms of the Taylor expansion (5) we get: 3 d x CI CI m = ( ) i+ ( ) x dt X X where: x = x X (8) i = i I Equation (7) represents the linear equation which describes the dynamic of magnetic levitation system (plan. The plant parameters are given in Tabel 1 (6) (7) 394

3 Tabel 1 Plant parameters Parameter Value M.11 kg X.76 m I.41 m C Nm /A 3. Design of the controller Figure shows the fuzzy control structure applied to the magnetic levitation system. Fig. Control system: block diagram The parameters of the system are: X - displacement of the ball from the equilibrium position; V x voltage supplied by the sensor, proportional to X ; V ref reference voltage needed to keep the ball at the desired position X = ; e control error; V supply voltage needed for I ; V - output control voltage; I electromagnet current. The sensor system consists of an infra-red LED and a phototransistor. Its transfer function is given next: K sensor = 3333[ V / m] (1) The transfer function for the current amplifier is given by equation (11) K amp =.1[ A/ V ] (11) The design of a direct fuzzy controller can be resumed to choosing and processing the inputs and outputs of the controller and designing its four component elements (the rule base, the inference engine, the fuzzification and the defuzzification interfaces). We consider the inputs to the fuzzy system the following variables: the error: e(=v r V x (1) and change in error: d c ( = e( (13) dt and the output variable the incremental control voltage V u = V (14) The universe of discourse of the variables (that is, their domain) was normalized to cover a range of [-1, 1] and scaling gains (g e, g c, g u ) were used to normalize. A standard choice for the membership functions was used with five membership functions for the three fuzzy variables (meaning 5 = 5 rules in the rule base) and symmetric, 5% overlapping triangular shaped membership functions (Figure 3), meaning that only 4 (= ) rules at most can be active at any given time. 395

4 Fig. 3 Membership functions for the fuzzy controller The fuzzy controller implements a rule base made of a set of IF-THEN type of rules. These rules were determined heuristically based on the knowledge of the plant. An example of IF-THEN rule is the following: IF e is negative big (NB) and c is negative big (NB) THEN u is positive big (PB) This rule quantifies the situation where the steel ball is far down of the equilibrium position (X ) and it is movingdownwards (it is falling), hence a large upward electromagnetic force is needed to counteract the movement of the steel ball so that it s gravity will be balanced. To get this large electromagnetic force an increase in the current flowing through the coil is required. This current is obtained by a large (positive big) control voltage supplied by the fuzzy controller. Tabel Rule table for the fuzzy controller d control voltage change in error e( u dt NB NS Z PS PB NB PB PB PB PS Z NS PB PB PS Z NS error Z PB PS Z NS NB e PS PS Z NS NB NB PB Z NS NB NB NB The min-max inference engine was chosen, which for the premises, uses maximum for the OR operator and minimum for the AND operator. The conclusion of each rule, introduced by THEN, is also done by minimum. The final conclusion for the active rules is obtained by the maximum of the considered fuzzy sets. To obtain the crisp output, the centre of gravity (COG) defuzzification method is employed. This crisp value is the resulting controller output 4. Simulation results In order to test the fuzzy controller a Simulink model of the plant was developed. Fig. 4 - Model of the plant 396

5 Using this model (Figure 4) the unstable character of the plant is shown by the step response presented in figure 5. Fig. 5 - Step response The performances of the fuzzy controller were tested on a Simulink model of the entire control scheme, as shown in the following figure. Fig. 6 Fuzzy control structure Based on this model several simulations have been performed. Some interesting results are shown in the following figures. At first the suspension of the steel ball at a predetermined distance has been tested. This distance represents the air gap between the electromagnet and the ball, and the linearizing value X has been chosen for the first simulation. The second simulation tests the controller for a square trajectory around the same linearizing value X ± x. In both figures the evolution of the ball s position and the controller output are shown. Fig. 7 Simulation results The controller s input and output gains used with these simulations were determined heuristically. They were tuned to the following values: g e =.1, g c = 1, g u = 5 which seemed to perform the best. 397

6 5. Conclusions This paper presents a simple method for controlling an electromagnetic levitation system using a simple fuzzy controller. The direct fuzzy controller we designed allowed the use of heuristics (which model the way a human would control the process) via the use of the rule table. Since we generally know and we are able to describe the way to keep the steel ball suspended in the air, the heuristics we have chosen in the design of the controller accomplished the required task successfully. The main goal of this control problem was to assure a stable working condition to keep the steel ball suspended in the air. Due to the particularities of the system (nonlinear, unstable, very fast varying dynamic response, the nonlinear parameter C) and to the uncertainties of the model caused by the experimental identification of the plant parameters further studies would demand a way to automatically tune the fuzzy controller so that it can adapt to different operating conditions. The simulations we performed provided some interesting results which make the fuzzy controller a suitable solution for this control problem. However, we have to consider that there is a deficiency in the plant model, due to the use of the nonlinear parameter C, which we have considered constant. This choice doesn t affect that much the way to control the plant and the results we get as long as the operating conditions are kept around the linearizing values (I and X ) for which parameter C has been determined based on equation (6) References [1] Barie, Walter and Chiasson, John Linear and nonlinear state-space controllers for magnetic levitation, International Journal of Systems Science, Vol. 7, No. 11, 1996, pp [] Chindriş Mircea, Cziker Andrei Utilizarea logicii fuzzy în energetică, Casa cărţii de ştiinţă Cluj Napoca, 4 [3] Craig, K.C. Mechatronics System Design at Rensselaer, Workshop on Mechatronics Education, Stanford University, July 1994 [4] Duka, Adrian-Vasile Studiul metodelor moderne de control automat pentru sistemul de levitaţie magnetică, proiect de diplomă, Universitatea Petru Maior Tg. Mureş, 4 [5] Duka, Adrian-Vasile Implementarea metodelor de control adaptive inteligente, lucrare de disertaţie, Universitatea Petru Maior Tg. Mureş, 5 [6] Franklin, Gene F., Powel, J. David, Emami-Naeini, Abbas - Feedback Control of Dynamic Systems, 4th edition, Prentice Hall, [7] Mathew L. Moore, John T. Musacchio, Kevin M. Passino - Genetic Adaptive Control for an Inverted Wedge: Experiments and Comparative Analyses, Engineering Applications of Artificial Intelligence, Vol. 14, No. 1, Feb. 1, pp [8] Kevin M. Passino, Stephen Yurkovich - Fuzzy Control, Addison Wesley Longman Inc., [9] Shiao, Ying-Shing - Design and Implementation of a Controller for a Magnetic Levitation System, Proc. Natl. Sci. Counc., 1 [1] Taghirad, H.D., Abrishamchian, M. and Ghabcheloo, R., Electromagnetic levitation system: An experimental approach, Proceedings of the 7th International Conference on Electrical Engineering, Power System Vol, pp 19-6, May 1998, Tehran 398

Inter-Ing 2005 INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC CONFERENCE WITH INTERNATIONAL PARTICIPATION, TG. MUREŞ ROMÂNIA, NOVEMBER 2005.

Inter-Ing 2005 INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC CONFERENCE WITH INTERNATIONAL PARTICIPATION, TG. MUREŞ ROMÂNIA, NOVEMBER 2005. Inter-Ing 5 INTERDISCIPLINARITY IN ENGINEERING SCIENTIFIC CONFERENCE WITH INTERNATIONAL PARTICIPATION, TG. MUREŞ ROMÂNIA, 1-11 NOVEMBER 5. DESIGN OF A SIMPLE DIGITAL CONTROLLER FOR A MAGNETIC LEVITATION

More information

Wide Range Stabilization Of A Magnetic Levitation System Using Analog Fuzzy Supervisory Phase Lead Compensated Controller

Wide Range Stabilization Of A Magnetic Levitation System Using Analog Fuzzy Supervisory Phase Lead Compensated Controller 11 International Conference on Modeling, Simulation and Control IPCSIT vol.1 (11) (11) IACSIT Press, Singapore Wide Range Stabilization f A Magnetic Levitation System Using Analog Fuzzy Supervisory Phase

More information

Index Terms Magnetic Levitation System, Interval type-2 fuzzy logic controller, Self tuning type-2 fuzzy controller.

Index Terms Magnetic Levitation System, Interval type-2 fuzzy logic controller, Self tuning type-2 fuzzy controller. Comparison Of Interval Type- Fuzzy Controller And Self Tuning Interval Type- Fuzzy Controller For A Magnetic Levitation System Shabeer Ali K P 1, Sanjay Sharma, Dr.Vijay Kumar 3 1 Student, E & CE Department,

More information

Control Using Sliding Mode Of the Magnetic Suspension System

Control Using Sliding Mode Of the Magnetic Suspension System International Journal of Electrical & Computer Sciences IJECS-IJENS Vol:10 No:03 1 Control Using Sliding Mode Of the Magnetic Suspension System Yousfi Khemissi Department of Electrical Engineering Najran

More information

H-infinity Model Reference Controller Design for Magnetic Levitation System

H-infinity Model Reference Controller Design for Magnetic Levitation System H.I. Ali Control and Systems Engineering Department, University of Technology Baghdad, Iraq 6043@uotechnology.edu.iq H-infinity Model Reference Controller Design for Magnetic Levitation System Abstract-

More information

Enhanced Fuzzy Model Reference Learning Control for Conical tank process

Enhanced Fuzzy Model Reference Learning Control for Conical tank process Enhanced Fuzzy Model Reference Learning Control for Conical tank process S.Ramesh 1 Assistant Professor, Dept. of Electronics and Instrumentation Engineering, Annamalai University, Annamalainagar, Tamilnadu.

More information

DISTURBANCE ATTENUATION IN A MAGNETIC LEVITATION SYSTEM WITH ACCELERATION FEEDBACK

DISTURBANCE ATTENUATION IN A MAGNETIC LEVITATION SYSTEM WITH ACCELERATION FEEDBACK DISTURBANCE ATTENUATION IN A MAGNETIC LEVITATION SYSTEM WITH ACCELERATION FEEDBACK Feng Tian Department of Mechanical Engineering Marquette University Milwaukee, WI 53233 USA Email: feng.tian@mu.edu Kevin

More information

FUZZY CONTROL CONVENTIONAL CONTROL CONVENTIONAL CONTROL CONVENTIONAL CONTROL CONVENTIONAL CONTROL CONVENTIONAL CONTROL

FUZZY CONTROL CONVENTIONAL CONTROL CONVENTIONAL CONTROL CONVENTIONAL CONTROL CONVENTIONAL CONTROL CONVENTIONAL CONTROL Eample: design a cruise control system After gaining an intuitive understanding of the plant s dynamics and establishing the design objectives, the control engineer typically solves the cruise control

More information

Application of Neuro Fuzzy Reduced Order Observer in Magnetic Bearing Systems

Application of Neuro Fuzzy Reduced Order Observer in Magnetic Bearing Systems Application of Neuro Fuzzy Reduced Order Observer in Magnetic Bearing Systems M. A., Eltantawie, Member, IAENG Abstract Adaptive Neuro-Fuzzy Inference System (ANFIS) is used to design fuzzy reduced order

More information

Efficient Fuzzy Logic Controller for Magnetic Levitation Systems

Efficient Fuzzy Logic Controller for Magnetic Levitation Systems 50 NIGERIAN JOURNAL OF TECHNOLOGICAL DEVELOPMENT, VOL. 13, NO. 2, DECEMBER 2016 Efficient Fuzzy Logic Controller for Magnetic Levitation Systems D. S Shu aibu, H. Rabiu *, N. Shehu Department of Electrical

More information

Design and Stability Analysis of Single-Input Fuzzy Logic Controller

Design and Stability Analysis of Single-Input Fuzzy Logic Controller IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL. 30, NO. 2, APRIL 2000 303 Design and Stability Analysis of Single-Input Fuzzy Logic Controller Byung-Jae Choi, Seong-Woo Kwak,

More information

Fuzzy Control Systems Process of Fuzzy Control

Fuzzy Control Systems Process of Fuzzy Control Fuzzy Control Systems The most widespread use of fuzzy logic today is in fuzzy control applications. Across section of applications that have successfully used fuzzy control includes: Environmental Control

More information

Design of Decentralized Fuzzy Controllers for Quadruple tank Process

Design of Decentralized Fuzzy Controllers for Quadruple tank Process IJCSNS International Journal of Computer Science and Network Security, VOL.8 No.11, November 2008 163 Design of Fuzzy Controllers for Quadruple tank Process R.Suja Mani Malar1 and T.Thyagarajan2, 1 Assistant

More information

Models for Inexact Reasoning. Fuzzy Logic Lesson 8 Fuzzy Controllers. Master in Computational Logic Department of Artificial Intelligence

Models for Inexact Reasoning. Fuzzy Logic Lesson 8 Fuzzy Controllers. Master in Computational Logic Department of Artificial Intelligence Models for Inexact Reasoning Fuzzy Logic Lesson 8 Fuzzy Controllers Master in Computational Logic Department of Artificial Intelligence Fuzzy Controllers Fuzzy Controllers are special expert systems KB

More information

RamchandraBhosale, Bindu R (Electrical Department, Fr.CRIT,Navi Mumbai,India)

RamchandraBhosale, Bindu R (Electrical Department, Fr.CRIT,Navi Mumbai,India) Indirect Vector Control of Induction motor using Fuzzy Logic Controller RamchandraBhosale, Bindu R (Electrical Department, Fr.CRIT,Navi Mumbai,India) ABSTRACT: AC motors are widely used in industries for

More information

FUZZY-ARITHMETIC-BASED LYAPUNOV FUNCTION FOR DESIGN OF FUZZY CONTROLLERS Changjiu Zhou

FUZZY-ARITHMETIC-BASED LYAPUNOV FUNCTION FOR DESIGN OF FUZZY CONTROLLERS Changjiu Zhou Copyright IFAC 5th Triennial World Congress, Barcelona, Spain FUZZY-ARITHMTIC-BASD LYAPUNOV FUNCTION FOR DSIGN OF FUZZY CONTROLLRS Changjiu Zhou School of lectrical and lectronic ngineering Singapore Polytechnic,

More information

Intelligent Systems and Control Prof. Laxmidhar Behera Indian Institute of Technology, Kanpur

Intelligent Systems and Control Prof. Laxmidhar Behera Indian Institute of Technology, Kanpur Intelligent Systems and Control Prof. Laxmidhar Behera Indian Institute of Technology, Kanpur Module - 2 Lecture - 4 Introduction to Fuzzy Logic Control In this lecture today, we will be discussing fuzzy

More information

Computer Exercise Modeling and control of a magnetic suspension system N S. magnetic. gravity. Figure 1: Sketch of the magnetic levitation system.

Computer Exercise Modeling and control of a magnetic suspension system N S. magnetic. gravity. Figure 1: Sketch of the magnetic levitation system. Control Systems Automatic I Computer Exercise Modeling and control of a magnetic suspension system magnetic N S x gravity N Figure 1: Sketch of the magnetic levitation system. Scope of the project and

More information

NONLINEAR CONTROL OF A MAGNETIC LEVITATION SYSTEM USING FEEDBACK LINEARIZATION

NONLINEAR CONTROL OF A MAGNETIC LEVITATION SYSTEM USING FEEDBACK LINEARIZATION NONLINEAR CONTROL OF A MAGNETIC LEVITATION SYSTEM USING FEEDBACK LINEARIZATION *Raghuwansh Singh ABSTRACT The given problem is modeling and testing a magnetic levitation of system which will levitate a

More information

5. Lecture Fuzzy Systems

5. Lecture Fuzzy Systems Soft Control (AT 3, RMA) 5. Lecture Fuzzy Systems Fuzzy Control 5. Structure of the lecture. Introduction Soft Control: Definition and delimitation, basic of 'intelligent' systems 2. Knowledge representation

More information

Journal of System Design and Dynamics

Journal of System Design and Dynamics Zero Power Non-Contact Suspension System with Permanent Magnet Motion Feedback* Feng SUN** and Koichi OKA** ** Kochi University of Technology 185 Miyanokuchi, Tosayamada, Kami city, Kochi 782-8502, Japan

More information

Fuzzy Logic Control for Half Car Suspension System Using Matlab

Fuzzy Logic Control for Half Car Suspension System Using Matlab Fuzzy Logic Control for Half Car Suspension System Using Matlab Mirji Sairaj Gururaj 1, Arockia Selvakumar A 2 1,2 School of Mechanical and Building Sciences, VIT Chennai, Tamilnadu, India Abstract- To

More information

Learning from Examples

Learning from Examples Learning from Examples Adriano Cruz, adriano@nce.ufrj.br PPGI-UFRJ September 20 Adriano Cruz, adriano@nce.ufrj.br (PPGI-UFRJ) Learning from Examples September 20 / 40 Summary Introduction 2 Learning from

More information

Introduction to Systems Theory and Control Systems

Introduction to Systems Theory and Control Systems Introduction to Systems Theory and Control Systems Paula Raica Department of Automation Dorobantilor Str., room C21, tel: 0264-401267 Baritiu Str., room C14, tel: 0264-202368 email: Paula.Raica@aut.utcluj.ro

More information

Fuzzy Control. PI vs. Fuzzy PI-Control. Olaf Wolkenhauer. Control Systems Centre UMIST.

Fuzzy Control. PI vs. Fuzzy PI-Control. Olaf Wolkenhauer. Control Systems Centre UMIST. Fuzzy Control PI vs. Fuzzy PI-Control Olaf Wolkenhauer Control Systems Centre UMIST o.wolkenhauer@umist.ac.uk www.csc.umist.ac.uk/people/wolkenhauer.htm 2 Contents Learning Objectives 4 2 Feedback Control

More information

FUZZY LOGIC CONTROL Vs. CONVENTIONAL PID CONTROL OF AN INVERTED PENDULUM ROBOT

FUZZY LOGIC CONTROL Vs. CONVENTIONAL PID CONTROL OF AN INVERTED PENDULUM ROBOT http:// FUZZY LOGIC CONTROL Vs. CONVENTIONAL PID CONTROL OF AN INVERTED PENDULUM ROBOT 1 Ms.Mukesh Beniwal, 2 Mr. Davender Kumar 1 M.Tech Student, 2 Asst.Prof, Department of Electronics and Communication

More information

Design On-Line Tunable Gain Artificial Nonlinear Controller

Design On-Line Tunable Gain Artificial Nonlinear Controller Journal of Computer Engineering 1 (2009) 3-11 Design On-Line Tunable Gain Artificial Nonlinear Controller Farzin Piltan, Nasri Sulaiman, M. H. Marhaban and R. Ramli Department of Electrical and Electronic

More information

Reduced Size Rule Set Based Fuzzy Logic Dual Input Power System Stabilizer

Reduced Size Rule Set Based Fuzzy Logic Dual Input Power System Stabilizer 772 NATIONAL POWER SYSTEMS CONFERENCE, NPSC 2002 Reduced Size Rule Set Based Fuzzy Logic Dual Input Power System Stabilizer Avdhesh Sharma and MLKothari Abstract-- The paper deals with design of fuzzy

More information

RULE-BASED FUZZY EXPERT SYSTEMS

RULE-BASED FUZZY EXPERT SYSTEMS University of Waterloo Department of Electrical and Computer Engineering E&CE 457 Applied Artificial Intelligence RULE-BASED FUZZY EXPERT SYSTEMS July 3 rd, 23 Ian Hung, 99XXXXXX Daniel Tse, 99XXXXXX Table

More information

CHAPTER 5 FREQUENCY STABILIZATION USING SUPERVISORY EXPERT FUZZY CONTROLLER

CHAPTER 5 FREQUENCY STABILIZATION USING SUPERVISORY EXPERT FUZZY CONTROLLER 85 CAPTER 5 FREQUENCY STABILIZATION USING SUPERVISORY EXPERT FUZZY CONTROLLER 5. INTRODUCTION The simulation studies presented in the earlier chapter are obviously proved that the design of a classical

More information

Design of a Variable Structure Controller for an Electromagnetic Suspension System

Design of a Variable Structure Controller for an Electromagnetic Suspension System International Journal of Applied Science and Technology Vol. 7, No. ; March 7 Design of a Variable Structure Controller for an Electromagnetic Suspension System Babagana M. Mustapha Department of Electrical

More information

Fuzzy Based Robust Controller Design for Robotic Two-Link Manipulator

Fuzzy Based Robust Controller Design for Robotic Two-Link Manipulator Abstract Fuzzy Based Robust Controller Design for Robotic Two-Link Manipulator N. Selvaganesan 1 Prabhu Jude Rajendran 2 S.Renganathan 3 1 Department of Instrumentation Engineering, Madras Institute of

More information

A Study on Performance of Fuzzy And Fuzyy Model Reference Learning Pss In Presence of Interaction Between Lfc and avr Loops

A Study on Performance of Fuzzy And Fuzyy Model Reference Learning Pss In Presence of Interaction Between Lfc and avr Loops Australian Journal of Basic and Applied Sciences, 5(2): 258-263, 20 ISSN 99-878 A Study on Performance of Fuzzy And Fuzyy Model Reference Learning Pss In Presence of Interaction Between Lfc and avr Loops

More information

Design and Comparison of Different Controllers to Stabilize a Rotary Inverted Pendulum

Design and Comparison of Different Controllers to Stabilize a Rotary Inverted Pendulum ISSN (Online): 347-3878, Impact Factor (5): 3.79 Design and Comparison of Different Controllers to Stabilize a Rotary Inverted Pendulum Kambhampati Tejaswi, Alluri Amarendra, Ganta Ramesh 3 M.Tech, Department

More information

Mechatronic System Case Study: Rotary Inverted Pendulum Dynamic System Investigation

Mechatronic System Case Study: Rotary Inverted Pendulum Dynamic System Investigation Mechatronic System Case Study: Rotary Inverted Pendulum Dynamic System Investigation Dr. Kevin Craig Greenheck Chair in Engineering Design & Professor of Mechanical Engineering Marquette University K.

More information

FUZZY CONTROL OF CHAOS

FUZZY CONTROL OF CHAOS International Journal of Bifurcation and Chaos, Vol. 8, No. 8 (1998) 1743 1747 c World Scientific Publishing Company FUZZY CONTROL OF CHAOS OSCAR CALVO CICpBA, L.E.I.C.I., Departamento de Electrotecnia,

More information

FUZZY CONTROL OF CHAOS

FUZZY CONTROL OF CHAOS FUZZY CONTROL OF CHAOS OSCAR CALVO, CICpBA, L.E.I.C.I., Departamento de Electrotecnia, Facultad de Ingeniería, Universidad Nacional de La Plata, 1900 La Plata, Argentina JULYAN H. E. CARTWRIGHT, Departament

More information

CL Digital Control

CL Digital Control CL 692 - Digital Control Kannan M. Moudgalya Department of Chemical Engineering Associate Faculty Member, Systems and Control IIT Bombay Autumn 26 CL 692 Digital Control, IIT Bombay 1 c Kannan M. Moudgalya,

More information

3- DOF Scara type Robot Manipulator using Mamdani Based Fuzzy Controller

3- DOF Scara type Robot Manipulator using Mamdani Based Fuzzy Controller 659 3- DOF Scara type Robot Manipulator using Mamdani Based Fuzzy Controller Nitesh Kumar Jaiswal *, Vijay Kumar ** *(Department of Electronics and Communication Engineering, Indian Institute of Technology,

More information

ELG4112. Electromechanical Systems and Mechatronics

ELG4112. Electromechanical Systems and Mechatronics ELG4112 Electromechanical Systems and Mechatronics 1 Introduction Based on Electromechanical Systems, Electric Machines, and Applied Mechatronics Electromechanical systems integrate the following: Electromechanical

More information

Modeling and Control Overview

Modeling and Control Overview Modeling and Control Overview D R. T A R E K A. T U T U N J I A D V A N C E D C O N T R O L S Y S T E M S M E C H A T R O N I C S E N G I N E E R I N G D E P A R T M E N T P H I L A D E L P H I A U N I

More information

INC 341 Feedback Control Systems: Lecture 3 Transfer Function of Dynamic Systems II

INC 341 Feedback Control Systems: Lecture 3 Transfer Function of Dynamic Systems II INC 341 Feedback Control Systems: Lecture 3 Transfer Function of Dynamic Systems II Asst. Prof. Dr.-Ing. Sudchai Boonto Department of Control Systems and Instrumentation Engineering King Mongkut s University

More information

Fuzzy Controller of Switched Reluctance Motor

Fuzzy Controller of Switched Reluctance Motor 124 ACTA ELECTROTEHNICA Fuzzy Controller of Switched Reluctance Motor Ahmed TAHOUR, Hamza ABID, Abdel Ghani AISSAOUI and Mohamed ABID Abstract- Fuzzy logic or fuzzy set theory is recently getting increasing

More information

Adaptive Inverse Control based on Linear and Nonlinear Adaptive Filtering

Adaptive Inverse Control based on Linear and Nonlinear Adaptive Filtering Adaptive Inverse Control based on Linear and Nonlinear Adaptive Filtering Bernard Widrow and Gregory L. Plett Department of Electrical Engineering, Stanford University, Stanford, CA 94305-9510 Abstract

More information

(Received on Mar. 30, 2013 and accepted on Jul. 11, 2013)

(Received on Mar. 30, 2013 and accepted on Jul. 11, 2013) Proc. Schl. Eng. Tokai Tokai Univ., Univ., Ser. ESer. E 38 (23) (23) - 59-66 Optimal Placement of Permanent Magnets in a Hybrid Magnetic evitation System for Thin Steel Plate by Takayoshi NARITA *, Shinya

More information

Lab 5a: Magnetic Levitation (Week 1)

Lab 5a: Magnetic Levitation (Week 1) ME C134 / EE C128 Fall 2017 Lab 5a Lab 5a: Magnetic Levitation (Week 1) Magnetism, as you recall from physics class, is a powerful force that causes certain items to be attracted to refrigerators. Dave

More information

FUZZY LOGIC CONTROL of SRM 1 KIRAN SRIVASTAVA, 2 B.K.SINGH 1 RajKumar Goel Institute of Technology, Ghaziabad 2 B.T.K.I.T.

FUZZY LOGIC CONTROL of SRM 1 KIRAN SRIVASTAVA, 2 B.K.SINGH 1 RajKumar Goel Institute of Technology, Ghaziabad 2 B.T.K.I.T. FUZZY LOGIC CONTROL of SRM 1 KIRAN SRIVASTAVA, 2 B.K.SINGH 1 RajKumar Goel Institute of Technology, Ghaziabad 2 B.T.K.I.T., Dwarhat E-mail: 1 2001.kiran@gmail.com,, 2 bksapkec@yahoo.com ABSTRACT The fuzzy

More information

International Journal of Emerging Technology and Advanced Engineering Website: (ISSN , Volume 2, Issue 5, May 2012)

International Journal of Emerging Technology and Advanced Engineering Website:   (ISSN , Volume 2, Issue 5, May 2012) FUZZY SPEED CONTROLLER DESIGN OF THREE PHASE INDUCTION MOTOR Divya Rai 1,Swati Sharma 2, Vijay Bhuria 3 1,2 P.G.Student, 3 Assistant Professor Department of Electrical Engineering, Madhav institute of

More information

CHAPTER 5 FUZZY LOGIC FOR ATTITUDE CONTROL

CHAPTER 5 FUZZY LOGIC FOR ATTITUDE CONTROL 104 CHAPTER 5 FUZZY LOGIC FOR ATTITUDE CONTROL 5.1 INTRODUCTION Fuzzy control is one of the most active areas of research in the application of fuzzy set theory, especially in complex control tasks, which

More information

Observer-Controller Design and Simulation of a High-Speed MAGLEV Vehicle

Observer-Controller Design and Simulation of a High-Speed MAGLEV Vehicle Observer-Controller Design and Simulation of a High-Speed AGLEV Vehicle Prof. Shu Guangwei.Sc. Shanghai Institute of Technology, Shanghai, P.R. China Prof. Dr.-Ing. Reinhold eisinger Georg-Simon-Ohm University

More information

1 x(k +1)=(Φ LH) x(k) = T 1 x 2 (k) x1 (0) 1 T x 2(0) T x 1 (0) x 2 (0) x(1) = x(2) = x(3) =

1 x(k +1)=(Φ LH) x(k) = T 1 x 2 (k) x1 (0) 1 T x 2(0) T x 1 (0) x 2 (0) x(1) = x(2) = x(3) = 567 This is often referred to as Þnite settling time or deadbeat design because the dynamics will settle in a Þnite number of sample periods. This estimator always drives the error to zero in time 2T or

More information

Simplified Analytical Model of a Six-Degree-of-Freedom Large-Gap Magnetic Suspension System

Simplified Analytical Model of a Six-Degree-of-Freedom Large-Gap Magnetic Suspension System NASA Technical Memorandum 112868 Simplified Analytical Model of a Six-Degree-of-Freedom Large-Gap Magnetic Suspension System Nelson J. Groom Langley Research Center, Hampton, Virginia June 1997 National

More information

ABSTRACT INTRODUCTION

ABSTRACT INTRODUCTION Design of Stable Fuzzy-logic-controlled Feedback Systems P.A. Ramamoorthy and Song Huang Department of Electrical & Computer Engineering, University of Cincinnati, M.L. #30 Cincinnati, Ohio 522-0030 FAX:

More information

FUZZY CONTROL. Main bibliography

FUZZY CONTROL. Main bibliography FUZZY CONTROL Main bibliography J.M.C. Sousa and U. Kaymak. Fuzzy Decision Making in Modeling and Control. World Scientific Series in Robotics and Intelligent Systems, vol. 27, Dec. 2002. FakhreddineO.

More information

STABILITY ANALYSIS OF MODEL PREDICTIVE CONTROLLER WITH CONSTRAINTSVARIATION FOR MAGNETIC LEVITATION SYSTEM

STABILITY ANALYSIS OF MODEL PREDICTIVE CONTROLLER WITH CONSTRAINTSVARIATION FOR MAGNETIC LEVITATION SYSTEM 134 STABILITY ANALYSIS OF MODEL PREDICTIVE CONTROLLER WITH CONSTRAINTSVARIATION FOR MAGNETIC LEVITATION SYSTEM Shailendra Chauhan 1, Himansh Kumar 2, Varunendra Kumar Singh 3, Ashis Behera 4 1 Department

More information

Fuzzy Control of a Multivariable Nonlinear Process

Fuzzy Control of a Multivariable Nonlinear Process Fuzzy Control of a Multivariable Nonlinear Process A. Iriarte Lanas 1, G. L.A. Mota 1, R. Tanscheit 1, M.M. Vellasco 1, J.M.Barreto 2 1 DEE-PUC-Rio, CP 38.063, 22452-970 Rio de Janeiro - RJ, Brazil e-mail:

More information

Automatic Stabilization of an Unmodeled Dynamical System Final Report

Automatic Stabilization of an Unmodeled Dynamical System Final Report Automatic Stabilization of an Unmodeled Dynamical System: Final Report 1 Automatic Stabilization of an Unmodeled Dynamical System Final Report Gregory L. Plett and Clinton Eads May 2000. 1 Introduction

More information

ELECTRODYNAMIC magnetic suspension systems (EDS

ELECTRODYNAMIC magnetic suspension systems (EDS 460 IEEE TRANSACTIONS ON MAGNETICS, VOL. 41, NO. 1, JANUARY 2005 Mathematical Model of the 5-DOF Sled Dynamics of an Electrodynamic Maglev System With a Passive Sled Jeroen de Boeij, Maarten Steinbuch,

More information

Design and Implementation of Control System For Magnetic Suspension Device

Design and Implementation of Control System For Magnetic Suspension Device Design and Implementation of Control System For Magnetic Suspension Device by MASSACHUSETTS INSTITUTE OF TECINOLOGY OCT20 2011 Omar Carrasquillo ARCHIVES SUBMITTED TO THE DEPARTMENT OF MECHANICAL ENGINEERING

More information

Modelling and Control of the Nonconventional Material Processing Technologies with Electron Beam

Modelling and Control of the Nonconventional Material Processing Technologies with Electron Beam FACULTY OF AUTOMATION AND COMPUTER SCIENCE Abstract of the PhD Thesis Modelling and Control of the Nonconventional Material Processing Technologies with Electron Beam PhD Student: eng. Stelian Emilian

More information

Skyhook Surface Sliding Mode Control on Semi-Active Vehicle Suspension System for Ride Comfort Enhancement

Skyhook Surface Sliding Mode Control on Semi-Active Vehicle Suspension System for Ride Comfort Enhancement Engineering, 2009, 1, 1-54 Published Online June 2009 in SciRes (http://www.scirp.org/journal/eng/). Skyhook Surface Sliding Mode Control on Semi-Active Vehicle Suspension System for Ride Comfort Enhancement

More information

EFFECT OF VARYING CONTROLLER PARAMETERS ON THE PERFORMANCE OF A FUZZY LOGIC CONTROL SYSTEM

EFFECT OF VARYING CONTROLLER PARAMETERS ON THE PERFORMANCE OF A FUZZY LOGIC CONTROL SYSTEM Nigerian Journal of Technology, Vol. 19, No. 1, 2000, EKEMEZIE & OSUAGWU 40 EFFECT OF VARYING CONTROLLER PARAMETERS ON THE PERFORMANCE OF A FUZZY LOGIC CONTROL SYSTEM Paul N. Ekemezie and Charles C. Osuagwu

More information

Design and Implementation of PI and PIFL Controllers for Continuous Stirred Tank Reactor System

Design and Implementation of PI and PIFL Controllers for Continuous Stirred Tank Reactor System International Journal of omputer Science and Electronics Engineering (IJSEE olume, Issue (4 ISSN 3 48 (Online Design and Implementation of PI and PIFL ontrollers for ontinuous Stirred Tank Reactor System

More information

Adaptive Fuzzy PID For The Control Of Ball And Beam System

Adaptive Fuzzy PID For The Control Of Ball And Beam System Adaptive Fuzzy PID For The Control Of Ball And Beam System Shabeer Ali K P₁, Dr. Vijay Kumar₂ ₁ Student, E & CE Department, IIT Roorkee,Roorkee, India ₂ Professor, E & CE Department, IIT Roorkee,Roorkee,

More information

MANAGEMENT FLOW CONTROL ROTOR INDUCTION MACHINE USING FUZZY REGULATORS

MANAGEMENT FLOW CONTROL ROTOR INDUCTION MACHINE USING FUZZY REGULATORS 1. Stela RUSU-ANGHEL, 2. Lucian GHERMAN MANAGEMENT FLOW CONTROL ROTOR INDUCTION MACHINE USING FUZZY REGULATORS 1-2. UNIVERSITY POLITEHNICA OF TIMISOARA, FACULTY OF ENGINEERING FROM HUNEDOARA, ROMANIA ABSTRACT:

More information

Algorithms for Increasing of the Effectiveness of the Making Decisions by Intelligent Fuzzy Systems

Algorithms for Increasing of the Effectiveness of the Making Decisions by Intelligent Fuzzy Systems Journal of Electrical Engineering 3 (205) 30-35 doi: 07265/2328-2223/2050005 D DAVID PUBLISHING Algorithms for Increasing of the Effectiveness of the Making Decisions by Intelligent Fuzzy Systems Olga

More information

(Received on Mar. 30, 2013 and accepted on Jul. 11, 2013)

(Received on Mar. 30, 2013 and accepted on Jul. 11, 2013) Proc. Schl. Eng. Tokai Tokai Univ., Univ., Ser. ESer. E 38 (3) (3) - 53-58 Effect of a Magnetic Field from the Horiontal Direction on a Magnetically Levitated Steel Plate (Fundamental Considerations on

More information

APPLICATION OF AIR HEATER AND COOLER USING FUZZY LOGIC CONTROL SYSTEM

APPLICATION OF AIR HEATER AND COOLER USING FUZZY LOGIC CONTROL SYSTEM APPLICATION OF AIR HEATER AND COOLER USING FUZZY LOGIC CONTROL SYSTEM Dr.S.Chandrasekaran, Associate Professor and Head, Khadir Mohideen College, Adirampattinam E.Tamil Mani, Research Scholar, Khadir Mohideen

More information

Controlling the Inverted Pendulum

Controlling the Inverted Pendulum Controlling the Inverted Pendulum Steven A. P. Quintero Department of Electrical and Computer Engineering University of California, Santa Barbara Email: squintero@umail.ucsb.edu Abstract The strategies

More information

Magnetic levitation pump. Made by :- Jignesh Patel (09ME34) BE (Mechanical,8 th sem) Guide by :- Prof. H.C.Patel

Magnetic levitation pump. Made by :- Jignesh Patel (09ME34) BE (Mechanical,8 th sem) Guide by :- Prof. H.C.Patel Magnetic levitation pump Made by :- Jignesh Patel (09ME34) BE (Mechanical,8 th sem) Guide by :- Prof. H.C.Patel CONTENTS Introduction Objectives of pump What is magnets What is levitation Principle of

More information

Q-V droop control using fuzzy logic and reciprocal characteristic

Q-V droop control using fuzzy logic and reciprocal characteristic International Journal of Smart Grid and Clean Energy Q-V droop control using fuzzy logic and reciprocal characteristic Lu Wang a*, Yanting Hu a, Zhe Chen b a School of Engineering and Applied Physics,

More information

CONTROL SYSTEMS, ROBOTICS AND AUTOMATION Vol. XVII - Analysis and Stability of Fuzzy Systems - Ralf Mikut and Georg Bretthauer

CONTROL SYSTEMS, ROBOTICS AND AUTOMATION Vol. XVII - Analysis and Stability of Fuzzy Systems - Ralf Mikut and Georg Bretthauer ANALYSIS AND STABILITY OF FUZZY SYSTEMS Ralf Mikut and Forschungszentrum Karlsruhe GmbH, Germany Keywords: Systems, Linear Systems, Nonlinear Systems, Closed-loop Systems, SISO Systems, MISO systems, MIMO

More information

Modeling the 3-DOF Dynamics of an Electrodynamic Maglev Suspension System with a Passive Sled

Modeling the 3-DOF Dynamics of an Electrodynamic Maglev Suspension System with a Passive Sled Modeling the 3-DOF Dynamics of an Electrodynamic Maglev Suspension System with a Passive Sled Jeroen de Boeij 3, Héctor Gutiérrez *1, Rahul Agarwal 2 and Maarten Steinbuch 3 1 Department of Mechanical

More information

Description of 2009 FUZZ-IEEE Conference Competition Problem

Description of 2009 FUZZ-IEEE Conference Competition Problem Description of 009 FUZZ-IEEE Conference Competition Problem Designed by Hao Ying and Haibo Zhou Tas Force on Competitions, Fuzzy Systems Technical Committee IEEE Computational Intelligence Society 1. Introduction

More information

Project Proposal ME/ECE/CS 539 Stock Trading via Fuzzy Feedback Control

Project Proposal ME/ECE/CS 539 Stock Trading via Fuzzy Feedback Control Project Proposal ME/ECE/CS 539 Stock Trading via Fuzzy Feedback Control Saman Cyrus May 9, 216 Abstract In this project we would try to design a fuzzy feedback control system for stock trading systems.

More information

Robust fuzzy control of an active magnetic bearing subject to voltage saturation

Robust fuzzy control of an active magnetic bearing subject to voltage saturation University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2010 Robust fuzzy control of an active magnetic bearing subject to voltage

More information

Balancing of an Inverted Pendulum with a SCARA Robot

Balancing of an Inverted Pendulum with a SCARA Robot Balancing of an Inverted Pendulum with a SCARA Robot Bernhard Sprenger, Ladislav Kucera, and Safer Mourad Swiss Federal Institute of Technology Zurich (ETHZ Institute of Robotics 89 Zurich, Switzerland

More information

Faraday s Law of Induction I

Faraday s Law of Induction I Faraday s Law of Induction I Physics 2415 Lecture 19 Michael Fowler, UVa Today s Topics Magnetic Permeability Faraday s Law of Induction Lenz s Law Paramagnets and Diamagnets Electromagnets Electromagnets

More information

COMPOSITE REPRESENTATION OF BOND GRAPHS AND BLOCK DIAGRAMS FOR CONTROLLED SYSTEMS

COMPOSITE REPRESENTATION OF BOND GRAPHS AND BLOCK DIAGRAMS FOR CONTROLLED SYSTEMS COMPOSITE REPRESENTATION OF BOND GRAPHS AND BLOCK DIAGRAMS FOR CONTROLLED SYSTEMS Engr. Lubna Moin Dr. Vali Uddin (e-mail: engr_lubna@yahoo.com) (e-mail v_uddin@hotmail.com) National University of Sciences

More information

Feedback Control of Dynamic Systems

Feedback Control of Dynamic Systems THIRD EDITION Feedback Control of Dynamic Systems Gene F. Franklin Stanford University J. David Powell Stanford University Abbas Emami-Naeini Integrated Systems, Inc. TT Addison-Wesley Publishing Company

More information

ROTARY INVERTED PENDULUM AND CONTROL OF ROTARY INVERTED PENDULUM BY ARTIFICIAL NEURAL NETWORK

ROTARY INVERTED PENDULUM AND CONTROL OF ROTARY INVERTED PENDULUM BY ARTIFICIAL NEURAL NETWORK Proc. Natl. Conf. Theor. Phys. 37 (2012, pp. 243-249 ROTARY INVERTED PENDULUM AND CONTROL OF ROTARY INVERTED PENDULUM BY ARTIFICIAL NEURAL NETWORK NGUYEN DUC QUYEN (1, NGO VAN THUYEN (1 (1 University of

More information

Fundamental electrophysics and engineering design of MAGLEV vehicles

Fundamental electrophysics and engineering design of MAGLEV vehicles Fundamental electrophysics and engineering design of MAGLEV vehicles Prof. Jim Hoburg Department of Electrical & Computer Engineering Carnegie Mellon University J. Hoburg 1 Gravity Mass Gravity field f

More information

Design and Analysis of Speed Control Using Hybrid PID-Fuzzy Controller for Induction Motors

Design and Analysis of Speed Control Using Hybrid PID-Fuzzy Controller for Induction Motors Western Michigan University ScholarWorks at WMU Master's Theses Graduate College 6-2015 Design and Analysis of Speed Control Using Hybrid PID-Fuzzy Controller for Induction Motors Ahmed Fattah Western

More information

CONTROL SYSTEMS LABORATORY ECE311 LAB 1: The Magnetic Ball Suspension System: Modelling and Simulation Using Matlab

CONTROL SYSTEMS LABORATORY ECE311 LAB 1: The Magnetic Ball Suspension System: Modelling and Simulation Using Matlab CONTROL SYSTEMS LABORATORY ECE311 LAB 1: The Magnetic Ball Suspension System: Modelling and Simulation Using Matlab 1 Introduction and Purpose The purpose of this experiment is to familiarize you with

More information

Available online at ScienceDirect. Procedia Technology 25 (2016 )

Available online at   ScienceDirect. Procedia Technology 25 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Technology 25 (2016 ) 801 807 Global Colloquium in Recent Advancement and Effectual Researches in Engineering, Science and Technology (RAEREST

More information

Chapter 11 Fuzzy Logic Control

Chapter 11 Fuzzy Logic Control Chapter 11 Fuzzy Logic Control The control algorithms in Chap. 6 used exact mathematical computations to determine the signals used to control the behavior of a robot. An alternate approach is to use fuzzy

More information

The μ-synthesis and Analysis of the Robust Controller for the Active Magnetic Levitation System

The μ-synthesis and Analysis of the Robust Controller for the Active Magnetic Levitation System AUTOMATYKA 20 Tom 5 Zeszyt Adam Piłat, Piotr Włodarczyk The μ-synthesis and Analysis of the Robust Controller for the Active Magnetic Levitation System. Introduction Over the centuries object suspension

More information

Variable Sampling Effect for BLDC Motors using Fuzzy PI Controller

Variable Sampling Effect for BLDC Motors using Fuzzy PI Controller Indian Journal of Science and Technology, Vol 8(35), DOI:10.17485/ijst/2015/v8i35/68960, December 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Variable Sampling Effect BLDC Motors using Fuzzy

More information

Physica C 468 (2008) Contents lists available at ScienceDirect. Physica C. journal homepage:

Physica C 468 (2008) Contents lists available at ScienceDirect. Physica C. journal homepage: Physica C 468 (2008) 1036 1040 Contents lists available at ScienceDirect Physica C journal homepage: www.elsevier.com/locate/physc A V shaped superconducting levitation module for lift and guidance of

More information

Handling Uncertainty using FUZZY LOGIC

Handling Uncertainty using FUZZY LOGIC Handling Uncertainty using FUZZY LOGIC Fuzzy Set Theory Conventional (Boolean) Set Theory: 38 C 40.1 C 41.4 C 38.7 C 39.3 C 37.2 C 42 C Strong Fever 38 C Fuzzy Set Theory: 38.7 C 40.1 C 41.4 C More-or-Less

More information

Performance Of Power System Stabilizerusing Fuzzy Logic Controller

Performance Of Power System Stabilizerusing Fuzzy Logic Controller IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 3 Ver. I (May Jun. 2014), PP 42-49 Performance Of Power System Stabilizerusing Fuzzy

More information

DIRECT TORQUE CONTROL OF THREE PHASE INDUCTION MOTOR USING FUZZY LOGIC

DIRECT TORQUE CONTROL OF THREE PHASE INDUCTION MOTOR USING FUZZY LOGIC DIRECT TORQUE CONTROL OF THREE PHASE INDUCTION MOTOR USING FUZZY LOGIC 1 RAJENDRA S. SONI, 2 S. S. DHAMAL 1 Student, M. E. Electrical (Control Systems), K. K. Wagh College of Engg. & Research, Nashik 2

More information

b) What is its position when its velocity (magnitude) is largest? When it is at x=0 all the energy is kinetic.

b) What is its position when its velocity (magnitude) is largest? When it is at x=0 all the energy is kinetic. Question 1. The electrostatic force between two charges, Q 1 and F 1 /4 Q 2 a separated by a distance D, is F 1. What is the force between them after they are moved to a distance 2D apart? (Give in terms

More information

Robot Manipulator Control. Hesheng Wang Dept. of Automation

Robot Manipulator Control. Hesheng Wang Dept. of Automation Robot Manipulator Control Hesheng Wang Dept. of Automation Introduction Industrial robots work based on the teaching/playback scheme Operators teach the task procedure to a robot he robot plays back eecute

More information

Direct Torque Control of Three Phase Induction Motor Using Fuzzy Logic

Direct Torque Control of Three Phase Induction Motor Using Fuzzy Logic Direct Torque Control of Three Phase Induction Motor Using Fuzzy Logic Mr. Rajendra S. Soni 1, Prof. S. S. Dhamal 2 1 Student, M. E. Electrical (Control Systems), K. K. Wagh College of Engg.& Research,

More information

LOW COST FUZZY CONTROLLERS FOR CLASSES OF SECOND-ORDER SYSTEMS. Stefan Preitl, Zsuzsa Preitl and Radu-Emil Precup

LOW COST FUZZY CONTROLLERS FOR CLASSES OF SECOND-ORDER SYSTEMS. Stefan Preitl, Zsuzsa Preitl and Radu-Emil Precup Copyright 2002 IFAC 15th Triennial World Congress, Barcelona, Spain LOW COST FUZZY CONTROLLERS FOR CLASSES OF SECOND-ORDER SYSTEMS Stefan Preitl, Zsuzsa Preitl and Radu-Emil Precup Politehnica University

More information

Levitation by Using Electromagnetic Force

Levitation by Using Electromagnetic Force Levitation by Using Electromagnetic Force Mireia Colom Guerra (University of Barcelona), Marc Serra Peralta (Autonomous University of Barcelona), Dalibor Danilovic (Ivanjica Gymnasium). ABSTRACT: In the

More information

DEVELOPMENT OF A NOVEL ACTIVE ISOLATION CONCEPT 1

DEVELOPMENT OF A NOVEL ACTIVE ISOLATION CONCEPT 1 DEVELOPMENT OF A NOVEL ACTIVE ISOLATION CONCEPT 1 Michiel J. Vervoordeldonk, Theo A.M. Ruijl, Rob M.G. Rijs Philips Centre for Industrial Technology, PO Box 518, 5600 MD Eindhoven, The Netherlands 2 1

More information

CHAPTER 7 MODELING AND CONTROL OF SPHERICAL TANK LEVEL PROCESS 7.1 INTRODUCTION

CHAPTER 7 MODELING AND CONTROL OF SPHERICAL TANK LEVEL PROCESS 7.1 INTRODUCTION 141 CHAPTER 7 MODELING AND CONTROL OF SPHERICAL TANK LEVEL PROCESS 7.1 INTRODUCTION In most of the industrial processes like a water treatment plant, paper making industries, petrochemical industries,

More information

EEE 8005 Student Directed Learning (SDL) Industrial Automation Fuzzy Logic

EEE 8005 Student Directed Learning (SDL) Industrial Automation Fuzzy Logic EEE 8005 Student Directed Learning (SDL) Industrial utomation Fuzzy Logic Desire location z 0 Rot ( y, φ ) Nail cos( φ) 0 = sin( φ) 0 0 0 0 sin( φ) 0 cos( φ) 0 0 0 0 z 0 y n (0,a,0) y 0 y 0 z n End effector

More information